------- 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to