A simple program intended to emit a warning messages crashes the linker. foo.s is attached (created from gcc-3.3.1 output) $ as -o foo.o foo.s $ ld foo.o /lib/libc.so.6 foo.o: In function `main': foo.c:(.text+0x1): warning: function strstr is deprecated ld: warning: cannot find entry symbol _start; defaulting to 08048158 Segmentation fault
Created attachment 1529 [details] Input to the assembler
A patch is posted at http://sourceware.org/ml/binutils/2007-02/msg00022.html
I got a positive feedback.
Fixed.