OSDN Git Service

* object.h (class Relobj): Drop options parameter from
authorian <ian>
Thu, 29 Oct 2009 14:16:22 +0000 (14:16 +0000)
committerian <ian>
Thu, 29 Oct 2009 14:16:22 +0000 (14:16 +0000)
commit8befa1cd942bb9324ca2101f7907004d62dbcdd5
tree4dd8a4b190319c45d0c6b1b97b3e2a0efc60c55d
parent8c35907faaa918f5c2ae8d1ad8c03577a7b32f4e
* 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.
14 files changed:
gold/ChangeLog
gold/arm.cc
gold/gc.h
gold/gold.cc
gold/i386.cc
gold/object.h
gold/powerpc.cc
gold/reloc.cc
gold/reloc.h
gold/sparc.cc
gold/target-reloc.h
gold/target.h
gold/testsuite/testfile.cc
gold/x86_64.cc