On Tue, Jul 17, 2001 at 02:53:14PM -0300, Thiago Vinhas de Moraes wrote:
> Hi!
> 
> I've just updated my GCC from Rawhide to 2.96-94. Now, when I compile 
> something that the previous version was compiling perfectly, I got the 
> following error:
> 
> [thiago@saturno aspsh]$ make
> gcc -Wall -g -O2 -DHAVE_CONFIG_H    -c -o aspsh.o aspsh.c
> aspsh.c: In function `execute_command':
> aspsh.c:259: warning: too few arguments for format
> /tmp/cccqhy9w.s: Assembler messages:
> /tmp/cccqhy9w.s:520: Warning: Unrecognized .section attribute: want a,w,x
> /tmp/cccqhy9w.s:520: Warning: Unrecognized .section attribute: want a,w,x
> /tmp/cccqhy9w.s:520: Error: Rest of line ignored. First ignored character is 
> `,'.
> /tmp/cccqhy9w.s:679: Warning: Unrecognized .section attribute: want a,w,x
> /tmp/cccqhy9w.s:679: Warning: Unrecognized .section attribute: want a,w,x
> /tmp/cccqhy9w.s:679: Error: Rest of line ignored. First ignored character is 
> `,'.
> make: ** [aspsh.o] Erro 1
> 
> What could it be?

GCC from rawhide has
$ rpm -qp --requires gcc-2.96-94.i386.rpm  | grep binutils
binutils >= 2.11.90.0.8-3

for a reason.
If you installed with --nodeps or installed binutils from other source than
Red Hat, you should not wonder what is going on.
binutils-2.11.90.0.8-3 support m and s section attributes (SHF_MERGE resp.
SHF_STRINGS) so that string constants can be merged accross multiple objects
within one binary/library.

        Jakub



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to