diff options
author | Sriraman Tallam <tmsriram@google.com> | 2010-04-23 18:49:23 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2010-04-23 18:49:23 +0000 |
commit | ef38fd8a0b29ff3e53add753ef8fe3bd6c242542 (patch) | |
tree | 6d29ce7771c56159269d1eb53ab1dc407a8d2b1c /gold/testsuite/Makefile.in | |
parent | 88a1906b0da33e2905cce61e133b67cdde314847 (diff) | |
download | fsf-binutils-gdb-ef38fd8a0b29ff3e53add753ef8fe3bd6c242542.zip fsf-binutils-gdb-ef38fd8a0b29ff3e53add753ef8fe3bd6c242542.tar.gz fsf-binutils-gdb-ef38fd8a0b29ff3e53add753ef8fe3bd6c242542.tar.bz2 |
2010-04-23 Sriraman Tallam <tmsriram@google.com>
* gc.h (gc_process_relocs): Pass information on relocs pointing to
sections that are not ordinary to icf.
* icf.cc (get_section_contents): Handle relocation pointing to section
with no object or shndx information.
* testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
* testsuite/Makefile.in: Regenerate.
* testsuite/icf_virtual_function_folding_test.cc: Remove printf.
* testsuite/icf_virtual_function_folding_test.sh: Delete file.
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 6c8860d..7b51717 100644 --- a/gold/testsuite/Makefile.in +++ b/gold/testsuite/Makefile.in @@ -62,7 +62,6 @@ check_PROGRAMS = object_unittest$(EXEEXT) binary_unittest$(EXEEXT) \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_keep_unique_test.sh \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test.sh \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_so_test.sh \ -@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_virtual_function_folding_test.sh \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_preemptible_functions_test.sh \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_string_merge_test.sh \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared.sh weak_plt.sh \ |