[Bug gas/20247] AVR/ARM align causes unnecessary padding of segment

2016-06-26 Thread bg at nerilex dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20247 --- Comment #12 from bg at nerilex dot org --- Hi, just submitted a patch which fixes the padding of the .text section (Nicks patch must also be applied). It also includes the fix of a small typo (brane-damage --> brain-damage ;-). Che

[Bug gas/20247] AVR/ARM align causes unnecessary padding of segment

2016-06-26 Thread bg at nerilex dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20247 --- Comment #11 from bg at nerilex dot org --- Created attachment 9364 --> https://sourceware.org/bugzilla/attachment.cgi?id=9364=edit secondary patch this patch causes removal of padding of aligned .text sections. -- You are receiv

[Bug gas/20247] AVR/ARM align causes unnecessary padding of segment

2016-06-25 Thread bg at nerilex dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20247 bg at nerilex dot org changed: What|Removed |Added Attachment #9334|0 |1 is obsolete

[Bug gas/20247] AVR/ARM align causes unnecessary padding of segment

2016-06-25 Thread bg at nerilex dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20247 --- Comment #9 from bg at nerilex dot org --- Hi again, was a bit quick, it actually does *not work* for the .text section. I am currently investigating how to fix this, but I am still not very familiar with the code base :-/. Also I

[Bug gas/20247] AVR/ARM align causes unnecessary padding of segment

2016-06-23 Thread bg at nerilex dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20247 --- Comment #8 from bg at nerilex dot org --- Hi Nick, tested it, and it works like a charm :-). Although I think it should be investigated if the current default behavior should be considered "buggy". I can not real

[Bug gas/20247] AVR/ARM align causes unnecessary padding of segment

2016-06-16 Thread bg at nerilex dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20247 --- Comment #5 from bg at nerilex dot org --- Hi, I just found out myself last night ;-). Also I just posted a patch I wrote. Currently I'm running my own branch () at https://c0de.pw/bg/binutils-gdb . I just tested the binary version

[Bug gas/20247] AVR/ARM align causes unnecessary padding of segment

2016-06-16 Thread bg at nerilex dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20247 --- Comment #4 from bg at nerilex dot org --- Created attachment 9339 --> https://sourceware.org/bugzilla/attachment.cgi?id=9339=edit proposed patch -- You are receiving this mail because: You are on the CC list for the

[Bug gas/20247] AVR/ARM align causes unnecessary padding of segment

2016-06-14 Thread bg at nerilex dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20247 --- Comment #2 from bg at nerilex dot org --- Hi, actually the attachment above contains the very code I use (changed the labels and removed .global for them but that should not change anything here). I considered it first to be a limitation

[Bug gas/20247] AVR/ARM align causes unnecessary padding of segment

2016-06-12 Thread bg at nerilex dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20247 bg at nerilex dot org changed: What|Removed |Added CC||bg at nerilex dot org -- You

[Bug gas/20247] New: AVR/ARM align causes unnecessary padding of segment

2016-06-12 Thread bg at nerilex dot org
Component: gas Assignee: unassigned at sourceware dot org Reporter: bg at nerilex dot org Target Milestone: --- Created attachment 9334 --> https://sourceware.org/bugzilla/attachment.cgi?id=9334=edit assembly code to reproduce Defining an alignment cau