This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build regression


I randomly build do a cross build using the mingw cross tools on Fedora,
configuring:

    ../binutils-gdb/configure --host=i686-w64-mingw32

With today's master, f49fe902baaeff0cc73e86330ed0468d48203046, I get a
build failure.  I didn't try to bisect, but here's the error message:


i686-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/gas  -I. -I../../binutils-gdb/gas -I../bfd -I../../binutils-gdb/gas/config -I../../binutils-gdb/gas/../include -I../../binutils-gdb/gas/.. -I../../binutils-gdb/gas/../bfd -I./../intl -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wno-format -Werror -g -O2 -D__USE_MINGW_ACCESS -MT tc-i386.o -MD -MP -MF .deps/tc-i386.Tpo -c -o tc-i386.o `test -f 'config/tc-i386.c' || echo '../../binutils-gdb/gas/'`config/tc-i386.c
../../binutils-gdb/gas/config/tc-i386.c: In function 'x86_cons':
../../binutils-gdb/gas/config/tc-i386.c:7631:7: error: too many arguments to function 'lex_got'
../../binutils-gdb/gas/config/tc-i386.c:7530:1: note: declared here
../../binutils-gdb/gas/config/tc-i386.c: In function 'i386_immediate':
../../binutils-gdb/gas/config/tc-i386.c:7861:6: error: too many arguments to function 'lex_got'
../../binutils-gdb/gas/config/tc-i386.c:7530:1: note: declared here
../../binutils-gdb/gas/config/tc-i386.c: In function 'i386_displacement':
../../binutils-gdb/gas/config/tc-i386.c:8120:6: error: too many arguments to function 'lex_got'
../../binutils-gdb/gas/config/tc-i386.c:7530:1: note: declared here
In file included from ../../binutils-gdb/gas/config/tc-i386.c:10399:0:
../../binutils-gdb/gas/config/tc-i386-intel.c: In function 'i386_operator':
../../binutils-gdb/gas/config/tc-i386-intel.c:147:10: error: too many arguments to function 'lex_got'
../../binutils-gdb/gas/config/tc-i386.c:7530:1: note: declared here

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]