This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
(i386-linux x sh-elf) build failure
- To: gcc-bugs at gcc dot gnu dot org
- Subject: (i386-linux x sh-elf) build failure
- From: Toshiyasu Morita <tm at netcom dot com>
- Date: Mon, 22 May 2000 15:17:07 -0700 (PDT)
version: CVS current
host: i386-linux
target: sh-elf
Looks like someone modified invert_jump parameters?
Here is a long of the build failure:
touch s-attrtab
gcc -DCROSS_COMPILE -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I.
-I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include -c
insn-attrtab.c
gcc -c -DCROSS_COMPILE -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I.
-I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include
../../egcs/gcc/config/sh/sh.c
../../egcs/gcc/config/sh/sh.c: In function `gen_far_branch':
../../egcs/gcc/config/sh/sh.c:2657: too few arguments to function
`invert_jump'
../../egcs/gcc/config/sh/sh.c: In function `split_branches':
../../egcs/gcc/config/sh/sh.c:3390: too few arguments to function
`redirect_jump'
../../egcs/gcc/config/sh/sh.c:3453: too few arguments to function
`redirect_jump'
../../egcs/gcc/config/sh/sh.c: In function `sh_insn_length_adjustment':
../../egcs/gcc/config/sh/sh.c:5163: warning: assignment discards `const'
from pointer target type
../../egcs/gcc/config/sh/sh.c:5166: warning: assignment discards `const'
from pointer target type
make[1]: *** [sh.o] Error 1
make[1]: Leaving directory `/home/tm/egcs-build/gcc'
make: *** [all-gcc] Error 2
bash$
Toshi