This is the mail archive of the binutils@sources.redhat.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]
Other format: [Raw text]

Re: PATCH: Optimize IA64 brl to br


On Fri, 2004-01-30 at 11:45, H. J. Lu wrote:
> 	* elfxx-ia64.c (elfNN_ia64_relax_section): Optimize brl to br
> 	during the relax finalize pass.

OK.

You didn't move the brl->br relaxation code into a subroutine as I
suggested.  Everything from hit_addr to bfd_put_64 could be in a
subroutine.  I think that would help make the code more readable.  This
doesn't seem to be a big deal though.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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