[RFC PATCH] .bundle_align_mode

DJ Delorie dj@redhat.com
Tue Feb 21 20:05:00 GMT 2012


On the subject of alignment vs relaxing, look at the rx-elf linker.  I
had to add TWO relocs for each alignment gap, one for the "before the
gap" and one for the "after the gap" marks, and deal with them specially
in the linker during relaxation.  That way, you know when relaxation has
opened the gap enough to redo the alignment.

Also, for rx and rl78, any relaxable insn gets is own frag all to itself
anyway.  I haven't noticed any performance issues.



More information about the Binutils mailing list