Cannot bootstrap gcc compiler on main line

H . J . Lu hjl@lucon.org
Wed Sep 12 09:13:00 GMT 2001


On Wed, Sep 12, 2001 at 07:00:34PM +0200, Peter Schmid wrote:
> 
> auto-host.h does indeed define HAVE_GAS_SHF_MERGE:
> 
> /* Define if your assembler supports marking sections with SHF_MERGE flag. */
> #define HAVE_GAS_SHF_MERGE 1
> 

# echo '.section .rodata.str, "aMS", @progbits, 1' > conftest.s
# as  -o conftest.o conftest.s
conftest.s: Assembler messages:
conftest.s:1: Warning: Unrecognized .section attribute: want a,m,s,w,x
conftest.s:1: Warning: Unrecognized .section attribute: want a,m,s,w,x
# echo $?
0


H.J.



More information about the Gcc mailing list