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: bad sh linking error with test case


Alan Modra wrote:
> 
> On Tue, Apr 02, 2002 at 08:26:12AM -0600, Joel Sherrill wrote:
> >
> > for 2.12.  sh-rtems-ld is failing to fail when linking an
> > executable that has undefined symbols.  As I reported earlier,
> 
> coff-sh.c:sh_coff_reloc_type_lookup is converting BFD_RELOC_32
> to R_SH_IMM32CE.  coff-sh.c:sh_relocate_section isn't prepared
> to deal with this reloc type unless COFF_WITH_PE is defined.
> 
> I'd say sh_coff_reloc_type_lookup needs another table for
> non COFF_WITH_PE.

This is all beyond my level of understanding of binutils. :(
I will have to wait until someone who understands the details 
can fix it.   For now, sh-coff is just broken.

Would defining COFF_WITH_PE fix it?  This behavior is a serious
regression from previous versions.

> --
> Alan Modra
> IBM OzLabs - Linux Technology Centre

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel@OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985


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