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]
Other format: [Raw text]

Since 1129, gcc-3.1 needs binutils ld > 2.10 on UnixWare 7.1.0


Does the configury need to test/require a binutils ld version of 2.11 or greater?

LAST_UPDATED: Wed Dec  5 21:53:11 UTC 2001
Compiler version: 3.1 20011205 (experimental)
Platform: i686-unknown-sysv5UnixWare7.1.0
configure flags: --host=i686-unknown-sysv5UnixWare7.1.0 --enable-checking --with-gnu-as --with-as=/usr/local/bin/as --with-gnu-ld
--with-ld=/usr/local/bin/ld

/usr/local/bin/ld --version output
GNU ld 2.10
Copyright 2000 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
  Supported emulations:
   elf_i386

FAIL: 17_intro/header_ciso646.cc (test for excess errors)
Excess errors:
/usr/local/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/usr/local/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/usr/local/bin/ld: Dwarf Error: Could not find abbrev number 108.
/devel/src/gcc-3.1-experimental/i686-unknown-sysv5UnixWare7.1.0/libstdc++-v3/src/.libs/libstdc++.a(eh_personality.o): In function
`__cxa_call_unexpected':
eh_personality.o(.text.__cxa_call_unexpected+0x9e): undefined reference to `vtable for std::bad_exception'
eh_personality.o(.text.__cxa_call_unexpected+0xb0): undefined reference to `vtable for std::bad_exception'
eh_personality.o(.text.__cxa_call_unexpected+0xc3): undefined reference to `std::bad_exception::~bad_exception()'
eh_personality.o(.text.__cxa_call_unexpected+0xe0): undefined reference to `std::bad_exception::~bad_exception()'
collect2: ld returned 1 exit status

FAIL: g++.dg/abi/vbase8-10.C (test for excess errors)
Excess errors:
/usr/local/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/usr/local/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/usr/local/bin/ld: Dwarf Error: Could not find abbrev number 108.
eh_personality.o(.text.__cxa_call_unexpected+0x9e): undefined reference to `vtable for std::bad_exception'
eh_personality.o(.text.__cxa_call_unexpected+0xb0): undefined reference to `vtable for std::bad_exception'
eh_personality.o(.text.__cxa_call_unexpected+0xc3): undefined reference to `std::bad_exception::~bad_exception()'
eh_personality.o(.text.__cxa_call_unexpected+0xe0): undefined reference to `std::bad_exception::~bad_exception()'


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