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


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

Reply via email to