Hi,
In trying to test the 3.3 branch, I have run into what appears to
be a binutils/gcc version mismatch. binutils 2.13.2.1 doesn't
appear to have the directives .long and .long-double as gcc 3.3-branch
assumes. Is this a mistake in gcc or a binutils version mismatch?
If it is a binutils mismatch, then gcc is assuming a non-released
version.
/opt/usr3/ftp_archive/gnu/gcc/ss/b-3.3/b-m68hc11-elf/gcc/xgcc
-B/opt/usr3/ftp_archive/gnu/gcc/ss/b-3.3/b-m68hc11-elf/gcc/ -nostdinc
-B/opt/usr3/ftp_archive/gnu/gcc/ss/b-3.3/b-m68hc11-elf/m68hc11-elf/newlib/
-isystem
/opt/usr3/ftp_archive/gnu/gcc/ss/b-3.3/b-m68hc11-elf/m68hc11-elf/newlib/targ-include
-isystem
/opt/usr3/ftp_archive/gnu/gcc/ss/b-3.3/gcc-3.3-branch/newlib/libc/include
-B/opt/gnucross-test/m68hc11-elf/bin/
-B/opt/gnucross-test/m68hc11-elf/lib/ -isystem
/opt/gnucross-test/m68hc11-elf/include -Os -mrelax -DUSE_GAS -DIN_GCC
-g -DIN_LIBGCC2 -I. -I. -I../../gcc-3.3-branch/gcc
-I../../gcc-3.3-branch/gcc/. -I../../gcc-3.3-branch/gcc/config
-I../../gcc-3.3-branch/gcc/../include -DL_mulsi3 -xassembler-with-cpp -c
../../gcc-3.3-branch/gcc/config/m68hc11/larith.asm -o libgcc/./_mulsi3.o
Assembler messages:
Error: Option `long' is not recognized.
Error: Option `long-double' is not recognized.
larith.asm:41: Error: unknown pseudo-op: `.mode'
make[2]: *** [libgcc/./_mulsi3.o] Error 1
Advice appreciated.