This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
sh-elf build failure: libc_name_p
- From: <tm_gccmail at mail dot kloo dot net>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 25 Jul 2003 18:06:18 -0700 (PDT)
- Subject: sh-elf build failure: libc_name_p
host: i386-linux
target: sh-elf
version: CVS mainline
--target=sh-elf appears to be broken now:
gcc -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-fno-common -DHAVE_CONFIG_H -o cc1plus \
cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o
cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o
cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o
cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o
cp/mangle.o cp/cp-lang.o cp/name-lookup.o attribs.o c-common.o c-format.o
c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o
c-pch.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o
main.o libbackend.a libcpp.a ../libiberty/libiberty.a
cp/except.o: In function `nothrow_libfn_p':
/home/tm/gcc-build-sh-elf/gcc/../../gcc/gcc/cp/except.c:865: undefined
reference to `libc_name_p'
collect2: ld returned 1 exit status
I can't see to find any obvious culprits...was the reference to
libc_name_p added lately?
Toshi