summaryrefslogtreecommitdiff
path: root/gold/object.h
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* gold: Get alignment of uncompressed section from ch_addralignH.J. Lu2018-12-021-2/+6
* Add support for .note.gnu.property sections.Cary Coutant2018-06-221-0/+4
* Further improve warnings for relocations referring to discarded sections.Cary Coutant2018-04-061-12/+31
* Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant2018-04-021-4/+8
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Allow multiple .eh_frame sections per object file.Cary Coutant2017-11-281-3/+0
* Fix symbol values and relocation addends for relocatable links.Cary Coutant2017-11-271-1/+3
* Fix problems with -r.James Clarke2017-11-081-3/+1
* Refactor Sized_relobj_file::do_relocate_sections.Cary Coutant2017-01-101-0/+7
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant2016-01-111-2/+4
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove const from return type of get_output_view.Cary Coutant2015-12-131-3/+3
* Make output views accessible to Target during do_relocate().Cary Coutant2015-12-111-0/+16
* [GOLD] Relocate::relocate() paramsAlan Modra2015-12-091-0/+2
* Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic2015-12-031-22/+104
* Fix --no-as-needed when shared library is listed twice on the command line.Cary Coutant2015-08-251-1/+6
* Add SHF_COMPRESSED section decompression to goldH.J. Lu2015-07-121-0/+7
* Change Section_id type to use Relobj* instead of Object*.Cary Coutant2015-05-021-2/+2
* Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola2015-03-271-0/+3
* Remove is_merge_section_for.Rafael Ávila de Espíndola2015-03-231-3/+2
* Support compressed debug sections in dynamic object files.Cary Coutant2015-03-211-73/+43
* Remove empty class Merge_map.Rafael Ávila de Espíndola2015-03-041-10/+19
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Fix corrupted .eh_frame section with LTO and --gc-sections.Cary Coutant2014-11-251-0/+7
* Make Elf_file::section_name() a const function, so that it can be used inCary Coutant2014-09-021-3/+3
* Fix internal error with LTO on ARM.Cary Coutant2014-07-081-0/+5
* Update copyright yearsAlan Modra2014-03-051-2/+1
* PR binutils/15834Nick Clifton2013-08-231-1/+1
* gold/Cary Coutant2013-07-311-0/+16
* gold/Cary Coutant2013-05-211-2/+2
* * gold.cc (queue_middle_tasks): Move detect_odr_violations..Alan Modra2013-03-101-9/+10
* gold/Cary Coutant2012-10-231-0/+30
* * object.h (Sized_relobj_file::adjust_local_symbol,Alan Modra2012-09-251-0/+12
* PR gold/14570Ian Lance Taylor2012-09-121-0/+14
* * object.h (Sized_relobj_file::emit_relocs): Delete.Alan Modra2012-09-051-21/+0
* * object.h (Sized_relobj_file::find_shdr): New function.Alan Modra2012-08-111-1/+15
* * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a constIan Lance Taylor2012-04-261-2/+3
* 2012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant2012-03-211-8/+19
* * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):Cary Coutant2012-02-291-4/+58
* * object.h (Relobj::local_symbol_value): New function.Ian Lance Taylor2011-12-191-46/+111
* * layout.cc (Layout::set_segment_offsets): Don't realign textCary Coutant2011-08-011-0/+8
* PR gold/12629Ian Lance Taylor2011-06-301-1/+10
* * layout.cc: Include "object.h".Ian Lance Taylor2011-06-251-1/+8
* * dynobj.h (Dynobj::do_dynobj): New function.Cary Coutant2011-05-241-1/+26
* * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant2011-05-241-113/+172
* * incremental-dump.cc (dump_incremental_inputs): Print localCary Coutant2011-04-251-0/+28
* * archive.cc (Archive::include_member): Adjust call toCary Coutant2011-04-121-126/+239