summaryrefslogtreecommitdiff
path: root/gold/gc.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-10-29 05:16:22 +0000
committerIan Lance Taylor <ian@airs.com>2009-10-29 05:16:22 +0000
commitc24f254ca120927c5d1910c8bb54cc3b3576ac34 (patch)
treec6dde7ded0e3c4f9df9f88f6997996e13b303101 /gold/gc.h
parent7c172d84139ae60d287b5d8f607ee4dc328fdbd6 (diff)
downloadbinutils-redhat-c24f254ca120927c5d1910c8bb54cc3b3576ac34.tar.gz
* object.h (class Relobj): Drop options parameter from
gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs, do_scan_relocs, do_relocate. Change all callers. (class Sized_relobj): Drop options parameters from do_gc_process_relocs, do_scan_relocs, do_relocate, do_relocate_sections, relocate_sections, emit_relocs_scan, emit_relocs_scan_reltype. Change all callers. (struct Relocate_info): Remove options field and all references to it. * reloc.h (class Read_relocs): Remove options constructor parameter and options_ field. Change all callers. (class Gc_process_relocs, class Scan_relocs): Likewise. (class Relocate_task): Likewise. * target-reloc.h (scan_relocs): Remove options parameter. Change all callers. (scan_relocatable_relocs): Likewise. * target.h (class Sized_target): Remove options parameter from gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change all callers. * gc.h (gc_process_relocs): Remove options parameter. Change all callers. * arm.cc: Update functions to remove options parameters. * i386.cc: Likewise. * powerpc.cc: Likewise. * sparc.cc: Likewise. * x86_64.cc: Likewise. * testsuite/testfile.cc: Likewise.
Diffstat (limited to 'gold/gc.h')
-rw-r--r--gold/gc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gold/gc.h b/gold/gc.h
index 757a33dc30..18c09a688d 100644
--- a/gold/gc.h
+++ b/gold/gc.h
@@ -138,7 +138,6 @@ template<int size, bool big_endian, typename Target_type, int sh_type,
typename Scan>
inline void
gc_process_relocs(
- const General_options& ,
Symbol_table* symtab,
Layout*,
Target_type* ,