From: Ian Lance Taylor Date: Wed, 14 Nov 2007 09:39:13 +0000 (+0000) Subject: Default to --allow-shlib-undefined for now. X-Git-Tag: sid-snapshot-20071201~149 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ce71f59c704285abc30a8c57ca1f1a442abe39f;p=external%2Fbinutils.git Default to --allow-shlib-undefined for now. --- diff --git a/gold/options.cc b/gold/options.cc index 69f452d..eff1263 100644 --- a/gold/options.cc +++ b/gold/options.cc @@ -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), diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am index 520863f..f9c8891 100644 --- a/gold/testsuite/Makefile.am +++ b/gold/testsuite/Makefile.am @@ -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 diff --git a/gold/testsuite/Makefile.in b/gold/testsuite/Makefile.in index b201423..1d3f0df 100644 --- a/gold/testsuite/Makefile.in +++ b/gold/testsuite/Makefile.in @@ -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 \