]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gold/i386.cc
2008-05-05 Ian Lance Taylor <iant@google.com>
authorIan Lance Taylor <ian@airs.com>
Tue, 6 May 2008 05:03:15 +0000 (05:03 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 6 May 2008 05:03:15 +0000 (05:03 +0000)
commitd98bc257cffa804406c40b84ecfc8801c2ee90e2
tree3287a837c98dcfaf11d5d3b5d026765d82c3b8cb
parent00d1674256539a39ac940429a2a0171d0e67fc41
2008-05-05  Ian Lance Taylor  <iant@google.com>

* options.h (DEFINE_bool): For DASH_Z, create the negative option
as noVARNAME rather than no-VARNAME.
(class General_options): Add option -z combreloc.
* output.h (class Output_reloc) [SHT_REL]: Declare compare and
get_address.
(Output_reloc::sort_before) [SHT_REL]: New function.
(Output_reloc::sort_before) [SHT_RELA]: New function.
(class Output_data_reloc_base): Add sort_relocs_ field.  Define
Sort_relocs_comparison.
(Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
parameter.  Change all callers.
(Output_data_reloc::Output_data_reloc) [both versions]: Add
sort_relocs parameter.  Change all callers.
* output.cc (Output_reloc::get_address): New function, broken out
of write_rel.
(Output_reloc::write_rel): Call it.
(Output_reloc::compare): New function.
(Output_data_reloc_base::do_write): Optionally sort relocs.
gold/ChangeLog
gold/i386.cc
gold/options.h
gold/output.cc
gold/output.h
gold/sparc.cc
gold/x86_64.cc