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: Don't install bad ia64 trampoline


On Fri, 2003-12-12 at 11:36, H. J. Lu wrote:
> When a trampoline is out of range, we get
> /usr/local/bin/ld: can't relax section: No such file or directory
> This patch changes it to
> : relocation truncated to fit: PCREL21B foo

This looks OK to me, but I wonder if adding a bfd_set_error call would
be a better solution.  I don't see "No such file or directory" in the
list of bfd errors, so I don't see how we could have gotten that one. 
If none of the current messages are quite right, then perhaps we should
add another one for this case.
-- 
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]