[PATCH] bfd sparc64 fixes and tail call optimizations (take 2)

Ian Lance Taylor ian@zembu.com
Tue May 23 11:17:00 GMT 2000


   Date: Tue, 23 May 2000 18:06:33 +0200
   From: Jakub Jelinek <jakub@redhat.com>

   I thought about doing it in relax_section for a while, but I think it would
   be slower, because I'd have to look up a bunch of things, while at the
   relocate_section time all the information is already handy (because the
   relocation is being done).

relax_section is permitted to change the size of the section, unlike
relocate_section.  Changing section sizes may in turn permit further
relaxations to occur.

If your code changes don't change the size of the section, then there
is no particular reason to use relax_section.

Ian


More information about the Binutils mailing list