Correction: System should be sparc-sun-solaris2.8 Configured with the command line:
env CC=gcc CXX=g++ ./configure --enable-shared --disable-nls I am using the latest gcc 3.4.6 downloaded from ftp.sunfreeware.com. Simply compile the following program with gcc: int main(void) { return 0; } and then run strip from binutils-2.17 on the output binary. strip produces a corrupted (and unusually bigger, size increased from 6k+ to 200k+) binary which prints the message "Killed" upon run. Tested the same thing with binutils-2.16.1 works just fine. Regards, Kelvin Lee // LANSA Product Centre // LANSA Pty Ltd // phone: +61 (2) 8907 0231 // mailto:[EMAIL PROTECTED]
_______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils