bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/3110] unsupported relocation type {R_SPARC_H44, R_SPARC_WD


From: nickc at redhat dot com
Subject: [Bug binutils/3110] unsupported relocation type {R_SPARC_H44, R_SPARC_WDISP30, R_SPARC_64}
Date: 8 Sep 2006 15:07:36 -0000

------- Additional Comments From nickc at redhat dot com  2006-09-08 15:07 
-------
Hi Pawel,

  The real problem here appears to be that the libraries you are stripping
contain object files of different target types (elf64-big and elf64-sparc). 
Objcopy was assuming that you wanted to convert all of the object files in the
library to one particular file format (elf64-big - the format of the first file
in the library).  The error messages arose because objcopy was unable to convert
some of the relocs in the object files from elf64-big to elf64-sparc.

  The uploaded patch should fix this problem, so that by default objcopy will
preserve the file formats of copied archive elements unless it has been given
the -O (or --output-target) command line switch.  Please could you try it out
and let me know how you get on.

Cheers
  Nick


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=3110

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]