diff options
author | Cary Coutant <ccoutant@gmail.com> | 2016-03-08 20:30:26 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2016-03-08 20:36:31 -0800 |
commit | 7ff6eb49a2b79a2ad95c814ad990316545bf3692 (patch) | |
tree | 5dc0490978a69fa4acb43857a9f9f18989eb6b7c /gold/testsuite/Makefile.in | |
parent | 202736beb188043bbac7a3b071f5f7a2b7f85dfa (diff) | |
download | gdb-7ff6eb49a2b79a2ad95c814ad990316545bf3692.zip gdb-7ff6eb49a2b79a2ad95c814ad990316545bf3692.tar.gz gdb-7ff6eb49a2b79a2ad95c814ad990316545bf3692.tar.bz2 |
Remove checks for constructors that might have been eliminated by GCC.
GCC 6 does not generate constructors for two of gold's test cases.
This patch simply removes the checks for them.
gold/
PR 19751
* testsuite/Makefile.am (retain_symbols_file_test): Remove check
for constructor.
* testsuite/Makefile.in: Regenerate.
* testsuite/dynamic_list.sh: Likewise.
* testsuite/retain_symbols_file_test.sh: Likewise.
Diffstat (limited to 'gold/testsuite/Makefile.in')
-rw-r--r-- | gold/testsuite/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gold/testsuite/Makefile.in b/gold/testsuite/Makefile.in index b22fba6..4eafa54 100644 --- a/gold/testsuite/Makefile.in +++ b/gold/testsuite/Makefile.in @@ -6198,7 +6198,6 @@ uninstall-am: @GCC_TRUE@@NATIVE_LINKER_TRUE@retain_symbols_file_test.so: basic_pic_test.o gcctestdir/ld @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 'main' > retain_symbols_file_test.in @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 't1' >> retain_symbols_file_test.in -@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_ZN4t16bC1Ev' >> retain_symbols_file_test.in @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_ZNK4t20a3getEv' >> retain_symbols_file_test.in @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_Z3t18v' >> retain_symbols_file_test.in @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '__tcf_0' >> retain_symbols_file_test.in |