diff options
author | Ian Lance Taylor <iant@google.com> | 2007-11-09 07:00:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-11-09 07:00:15 +0000 |
commit | 730cdc88f70c0804b5daf2259d3bd8ad29b6411b (patch) | |
tree | bdc5f06993a5579fea47d658ecb900c9586727f2 /gold/testsuite | |
parent | 0abe36f50df0f2475fec735f5c907bb7af584ab0 (diff) | |
download | fsf-binutils-gdb-730cdc88f70c0804b5daf2259d3bd8ad29b6411b.zip fsf-binutils-gdb-730cdc88f70c0804b5daf2259d3bd8ad29b6411b.tar.gz fsf-binutils-gdb-730cdc88f70c0804b5daf2259d3bd8ad29b6411b.tar.bz2 |
Generate a complete exception frame header. Discard duplicate
exception frame information.
Diffstat (limited to 'gold/testsuite')
-rw-r--r-- | gold/testsuite/testfile.cc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gold/testsuite/testfile.cc b/gold/testsuite/testfile.cc index 8e6a48d..89bad1d 100644 --- a/gold/testsuite/testfile.cc +++ b/gold/testsuite/testfile.cc @@ -46,14 +46,15 @@ class Target_test : public Sized_target<size, big_endian> void scan_relocs(const General_options&, Symbol_table*, Layout*, Sized_relobj<size, big_endian>*, unsigned int, - unsigned int, const unsigned char*, size_t, size_t, - const unsigned char*, Symbol**) + unsigned int, const unsigned char*, size_t, Output_section*, + bool, size_t, const unsigned char*) { ERROR("call to Target_test::scan_relocs"); } void relocate_section(const Relocate_info<size, big_endian>*, unsigned int, - const unsigned char*, size_t, unsigned char*, - typename elfcpp::Elf_types<size>::Elf_Addr, off_t) + const unsigned char*, size_t, Output_section*, bool, + unsigned char*, typename elfcpp::Elf_types<size>::Elf_Addr, + off_t) { ERROR("call to Target_test::relocate_section"); } static const Target::Target_info test_target_info; |