OSDN Git Service

Warn about undefined references in shared libraries if we have seen
authoriant <iant>
Wed, 14 Nov 2007 07:34:53 +0000 (07:34 +0000)
committeriant <iant>
Wed, 14 Nov 2007 07:34:53 +0000 (07:34 +0000)
commitcd518f324fc482961c7d47efd0c28614cd6bff55
treef9ea5fd46412b014f1b071422901a0f1010dd83c
parent5cea21e77073fde69e803304d789a91ce5007fee
Warn about undefined references in shared libraries if we have seen
all the DT_NEEDED entries for that library.
15 files changed:
gold/dynobj.cc
gold/dynobj.h
gold/gold.cc
gold/object.cc
gold/object.h
gold/options.cc
gold/options.h
gold/parameters.cc
gold/parameters.h
gold/symtab.cc
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in
gold/testsuite/undef_symbol.cc [new file with mode: 0644]
gold/testsuite/undef_symbol.sh [new file with mode: 0755]
gold/testsuite/undef_symbol_main.cc [new file with mode: 0644]