broken 'as' or broken snapshot ?
David C Binderman
dcb@pncl.co.uk
Thu Jul 2 16:32:00 GMT 1998
Hello there,
I have tried to bootstrap both egcs-980621 and egcs-980628 on
--host=i586-pc-linux-gnulibc1 wth 'as' version 970202.
In both cases, I got the following error message, and bootstrap fails.
...
mv -f cplib2.new cplib2.txt
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3
_ashldi3 _ashrdi3
_ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf
_fixunsdfsi
_fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi
_floatdixf _fixunsxfsi
_fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab
_clear_cache _trampoline __main _exit _ctors _pure; \
do \
echo ${name}; \
./xgcc -B./ -O2 -DIN_GCC -DUSE_GNULIBC_1 -g -I./include -fPIC -g1
-DIN_LIBGCC2 -
D__GCC_FLOAT_NOT_NEEDED -I. -I. -I./config -c -DL${name} \
./libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
` if [ -f /home/dcb/gnu/egcs-980628/gcc/../binutils/ar ] ; then echo
/home/dcb/gnu/egcs-
980628/gcc/../binutils/ar ; else if [ "i586-pc-linux-gnulibc1" =
"i586-pc-linux-gnulibc1" ] ; then
echo ar; else t='s,x,x,'; echo ar | sed -e $t ; fi; fi` rc tmplibgcc2.a
${name}.o; \
rm -f ${name}.o; \
done
_muldi3
_divdi3
/tmp/ccvNb5A4: Assembler messages:
/tmp/ccvNb5A4:519: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccvNb5A4:541: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccvNb5A4:548: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccvNb5A4:560: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccvNb5A4:564: Error: Rest of line ignored. First ignored character is `,'.
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/home/dcb/gnu/egcs-980628/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/dcb/gnu/egcs-980628/gcc'
make: *** [bootstrap] Error 2
make[1]: Entering directory `/home/dcb/gnu/egcs-980628/etc'
make[1]: Nothing to be done for `check'.
The assembler is whining about the following lines.
519: .p2align 4,,7
541: .p2align 4,,7
548: .p2align 4,,7
560: .p2align 4,,7
564: .p2align 4,,7
Is it time to upgrade my assembler, or are two recent egcs snapshots wrong
to emit such directives ?
Regards
More information about the Gcc-bugs
mailing list