This is the mail archive of the binutils@sourceware.cygnus.com 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]

Re: [PATCH] bfd sparc64 fixes and tail call optimizations


On Thu, May 18, 2000 at 04:26:11PM +0200, Jakub Jelinek wrote:
> I have no idea how can I safely optimize the last one (perhaps I'll just
> teach gcc to always emit 2nd one), but for the first two, the call can be
> replaced by branch always instruction.

You should probably be doing this with the linker relaxation
hooks rather than directly in the relocation routines.  That
way you have a way to turn the optimization off if you want.


r~

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