]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Default to --allow-shlib-undefined for now.
authorIan Lance Taylor <iant@google.com>
Wed, 14 Nov 2007 09:39:13 +0000 (09:39 +0000)
committerIan Lance Taylor <iant@google.com>
Wed, 14 Nov 2007 09:39:13 +0000 (09:39 +0000)
gold/options.cc
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in

index 69f452dd380bd9ca1e6021d6b875ef3a54254a80..eff126381b8a3a5b496b2407f2de33bcbdaa62c6 100644 (file)
@@ -483,7 +483,7 @@ General_options::General_options()
     output_file_name_("a.out"),
     is_relocatable_(false),
     strip_(STRIP_NONE),
-    allow_shlib_undefined_(false),
+    allow_shlib_undefined_(true),
     symbolic_(false),
     detect_odr_violations_(false),
     create_eh_frame_hdr_(false),
index 520863fba6c0fd97110b01a754ba9aac7a63771b..f9c8891d327031f28860340b5299ccdc5c643d9f 100644 (file)
@@ -30,7 +30,9 @@ if GCC
 
 if NATIVE_LINKER
 
-TESTS += debug_msg.sh undef_symbol.sh
+TESTS += debug_msg.sh
+
+# TESTS += undef_symbol.sh
 
 check_DATA += debug_msg.err undef_symbol.err
 
index b20142391694bbdb81f28795efe8ce3268bb92d9..1d3f0dfc44f2f9202d91e9609533cc9be3c51cca 100644 (file)
@@ -42,7 +42,9 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 target_triplet = @target@
-@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_1 = debug_msg.sh undef_symbol.sh
+@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_1 = debug_msg.sh
+
+# TESTS += undef_symbol.sh
 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_2 = debug_msg.err undef_symbol.err
 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_3 = \
 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_nonpic_test \