aboutsummaryrefslogtreecommitdiff
path: root/gold/object.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-09-18[GOLD] Output_data_got tidyAlan Modra1-30/+11
2021-09-18[GOLD] Remove addend from Local_got_entry_keyAlan Modra1-9/+6
2021-09-18[GOLD] Got_offset_list: addend fieldAlan Modra1-14/+19
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-15Cosmetic improvements for OSABI access.Cary Coutant1-6/+4
2020-12-14Keep input SHF_GNU_RETAIN sections and strip output SHF_GNU_RETAIN for GNU/Fr...Cary Coutant1-0/+50
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-02gold: Get alignment of uncompressed section from ch_addralignH.J. Lu1-2/+6
2018-06-22Add support for .note.gnu.property sections.Cary Coutant1-0/+4
2018-04-06Further improve warnings for relocations referring to discarded sections.Cary Coutant1-12/+31
2018-04-02Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant1-4/+8
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-28Allow multiple .eh_frame sections per object file.Cary Coutant1-3/+0
2017-11-27Fix symbol values and relocation addends for relocatable links.Cary Coutant1-1/+3
2017-11-08Fix problems with -r.James Clarke1-3/+1
2017-01-10Refactor Sized_relobj_file::do_relocate_sections.Cary Coutant1-0/+7
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-11Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant1-2/+4
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-13Remove const from return type of get_output_view.Cary Coutant1-3/+3
2015-12-11Make output views accessible to Target during do_relocate().Cary Coutant1-0/+16
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra1-0/+2
2015-12-03Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic1-22/+104
2015-08-25Fix --no-as-needed when shared library is listed twice on the command line.Cary Coutant1-1/+6
2015-07-12Add SHF_COMPRESSED section decompression to goldH.J. Lu1-0/+7
2015-05-02Change Section_id type to use Relobj* instead of Object*.Cary Coutant1-2/+2
2015-03-27Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola1-0/+3
2015-03-23Remove is_merge_section_for.Rafael Ávila de Espíndola1-3/+2
2015-03-21Support compressed debug sections in dynamic object files.Cary Coutant1-73/+43
2015-03-04Remove empty class Merge_map.Rafael Ávila de Espíndola1-10/+19
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-25Fix corrupted .eh_frame section with LTO and --gc-sections.Cary Coutant1-0/+7
2014-09-02Make Elf_file::section_name() a const function, so that it can be used inCary Coutant1-3/+3
2014-07-08Fix internal error with LTO on ARM.Cary Coutant1-0/+5
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-08-23 PR binutils/15834Nick Clifton1-1/+1
2013-07-31gold/Cary Coutant1-0/+16
2013-05-21gold/Cary Coutant1-2/+2
2013-03-10 * gold.cc (queue_middle_tasks): Move detect_odr_violations..Alan Modra1-9/+10
2012-10-23gold/Cary Coutant1-0/+30
2012-09-25 * object.h (Sized_relobj_file::adjust_local_symbol,Alan Modra1-0/+12
2012-09-12 PR gold/14570Ian Lance Taylor1-0/+14
2012-09-05 * object.h (Sized_relobj_file::emit_relocs): Delete.Alan Modra1-21/+0
2012-08-11 * object.h (Sized_relobj_file::find_shdr): New function.Alan Modra1-1/+15
2012-04-26 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a constIan Lance Taylor1-2/+3
2012-03-212012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant1-8/+19
2012-02-29 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):Cary Coutant1-4/+58