bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/3535] GNU strip 2.17 corrupts Sun CC/cc binaries (ld issue


From: psfales at alcatel-lucent dot com
Subject: [Bug binutils/3535] GNU strip 2.17 corrupts Sun CC/cc binaries (ld issue?)
Date: 11 Dec 2006 17:34:30 -0000

------- Additional Comments From psfales at alcatel-lucent dot com  2006-12-11 
17:34 -------
Seeing something very similar here, except that the platform is Solaris-x86 2.7.


PSF[lss001]> cat foo.c
main() {}
PSF[lss001]> /opt/SUNWspro/bin/cc foo.c -o foo
PSF[lss001]> ls -l foo
-rwxr-xr-x 1 expmake expmake 6352 Dec 11 11:31 foo
PSF[lss001]> ./foo
PSF[lss001]> /opt/exp/gnu/bin/strip --version
GNU strip 2.17
Copyright 2005 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
PSF[lss001]> /opt/exp/gnu/bin/strip foo      
BFD: stoHaqtX: warning: allocated section `.bss' not in segment
PSF[lss001]> ls -l foo
-rwxr-xr-x 1 expmake expmake 269164584 Dec 11 11:32 foo
PSF[lss001]> ./foo
Killed

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |psfales at alcatel-lucent
                   |                            |dot com


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

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