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: binutils problem


On Sun, Aug 25, 2002 at 12:53:15PM +0200, Richard Zidlicky wrote:
> Hi,
> 
> The assembler problem is now definitively gone, however it appears 
> something else is still wrong on m68k. I keep getting problems like 
> this on various occassions with new binutils:
> 
> # objdump
> objdump: error while loading shared libraries: unexpected PLT reloc type 0x00pïÿô@À

FWIW, this is the same symptom as the set of problems caused by not refcounting
GOT/PLT entries.  m68k does refcount, but if there's a bug, there might
be an uninitialized relocation.  Zeroing the section contents before
filling them in will serve as a workaround (though not a fix).


-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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