Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: profclonk at gmail dot com
Target Milestone: ---
Created attachment 11965
--> https://sourceware.org/bugzilla/attachment.cgi?id=11965&action=edit
Patch for adding --set-section-alignmen
https://sourceware.org/bugzilla/show_bug.cgi?id=24942
--- Comment #2 from Niklas Gürtler ---
Hi Nick,
I knew about "incbin" but needing an (additional) assembly file seems somewhat
clunky. There are even more possibilities: Putting each converted .o file into
its own section, and aligning those
https://sourceware.org/bugzilla/show_bug.cgi?id=24942
--- Comment #5 from Niklas Gürtler ---
Hi Nick,
awesome, thank you! Now just to wait for the release... :)
Have a nice day,
Niklas
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=24942
--- Comment #8 from Niklas Gürtler ---
I think not all BFD targets support arbitrary alignment, some may only support
powers of 2. The internal representation in the BFD library stores only the
exponent, so there would have to be a conversion
https://sourceware.org/bugzilla/show_bug.cgi?id=24942
--- Comment #11 from Niklas Gürtler ---
Created attachment 12002
--> https://sourceware.org/bugzilla/attachment.cgi?id=12002&action=edit
Patch for specifying powers of two instead of exponents
Okay, here is a patch for specifying the alignm