This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH MIPS][LS3A]Generic Support
On Thu, 11 Nov 2010 14:47:25 +0100, Maciej W. Rozycki wrote:
> On Thu, 11 Nov 2010, Nick Clifton wrote:
>
> > Approved and applied - thank you very much for creating this patch.
>
> Have you addressed any of the concerns I had, especially about changes to
> include/opcode/mips.h?
Getting now on Fedora 14 x86_64 ./configure --enable-targets=all (...):
make[4]: Entering directory `.../opcodes'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -m64 -ggdb2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -MT mips-dis.lo -MD -MP -MF .deps/mips-dis.Tpo -c -o mips-dis.lo mips-dis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -m64 -ggdb2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -MT mips-dis.lo -MD -MP -MF .deps/mips-dis.Tpo -c mips-dis.c -o mips-dis.o
cc1: warnings being treated as errors
In file included from mips-dis.c:27:0:
./../include/opcode/mips.h:598:0: error: "INSN_LOONGSON_3A" redefined
./../include/opcode/mips.h:596:0: note: this is the location of the previous definition
mips-dis.c:512:17: error: ‘INSN_LOONGSON_2F’ undeclared here (not in a function)
mips-dis.c: In function ‘print_insn_mips’:
mips-dis.c:1404:14: error: invalid operands to binary & (have ‘long unsigned int’ and ‘const struct mips_arch_choice *’)
make[4]: *** [mips-dis.lo] Error 1
Thanks,
Jan