aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/testfile.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-11-09 07:00:15 +0000
committerIan Lance Taylor <iant@google.com>2007-11-09 07:00:15 +0000
commit730cdc88f70c0804b5daf2259d3bd8ad29b6411b (patch)
treebdc5f06993a5579fea47d658ecb900c9586727f2 /gold/testsuite/testfile.cc
parent0abe36f50df0f2475fec735f5c907bb7af584ab0 (diff)
downloadgdb-730cdc88f70c0804b5daf2259d3bd8ad29b6411b.zip
gdb-730cdc88f70c0804b5daf2259d3bd8ad29b6411b.tar.gz
gdb-730cdc88f70c0804b5daf2259d3bd8ad29b6411b.tar.bz2
Generate a complete exception frame header. Discard duplicate
exception frame information.
Diffstat (limited to 'gold/testsuite/testfile.cc')
-rw-r--r--gold/testsuite/testfile.cc9
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;