]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Warn about undefined references in shared libraries if we have seen
authorIan Lance Taylor <iant@google.com>
Wed, 14 Nov 2007 07:34:53 +0000 (07:34 +0000)
committerIan Lance Taylor <iant@google.com>
Wed, 14 Nov 2007 07:34:53 +0000 (07:34 +0000)
commite2827e5f525574e8620bd43c8bcb27dba3407a7f
treea72625b3bd98a7beb23dde4aad331598572564f3
parenta55ce7febfaa52670ce3d9c236d3033de80ac091
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]