This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Bootstrap failure on cygwin - undefined reference to `ix86_valid_ decl_attribute_p'


3.1 bootstrap on cygwin fails with

gcc  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H
-o cc1.exe \
	c-parse.o c-lang.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o
c-convert.o c-aux-info.o c-common.o c-format.o c-semantics.o c-dump.o
libcpp.a  main.o libbackend.a obstack.o  -lintl     ../libiberty/libiberty.a
libbackend.a(winnt.o): In function `i386_pe_valid_decl_attribute_p':
/usr/local/src/gcc-mainline/gcc/config/i386/winnt.c:72: undefined reference
to `ix86_valid_decl_attribute_p'
libbackend.a(winnt.o): In function `i386_pe_valid_type_attribute_p':
/usr/local/src/gcc-mainline/gcc/config/i386/winnt.c:95: undefined reference
to `ix86_valid_type_attribute_p'


This is probably due to

2001-06-26  Neil Booth  <neil@daikokuya.demon.co.uk>

	* i386/i386-protos.h (ix86_valid_decl_attribute_p,
	ix86_valid_type_attribute_p): Remove.
	* i386/i386.c (ix86_valid_decl_attribute_p): Remove.
	(ix86_valid_type_attribute_p): Make static.




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