This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC PATCH] .bundle_align_mode


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]