aboutsummaryrefslogtreecommitdiff
path: root/gold/output.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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-10-14[GOLD] Two GOT sections for PowerPC64Alan Modra1-1/+2
2021-09-18[GOLD] Output_data_got create entry method addendsAlan Modra1-41/+36
2021-09-18[GOLD] Output_data_got tidyAlan Modra1-27/+3
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-10-13gold: Properly align the NT_GNU_PROPERTY_TYPE_0 noteH.J. Lu1-0/+12
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-04-02Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant1-0/+12
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-21Make linker-created symbols relocatable where appropriate.Cary Coutant1-0/+1
2016-12-11Fix problems with bss handling in linker scripts.Cary Coutant1-2/+2
2016-11-27Fix spelling in comments in C source files (gold)Ambrogino Modigliani1-1/+1
2016-08-23[gold] Implement -z stack-size optionRoland McGrath1-2/+9
2016-06-20Add support for MIPS .rld_map section.Vladimir Radosavljevic1-0/+4
2016-03-08Refactor Output_data_reloc_base::do_write for MIPS-specific relocs.Cary Coutant1-131/+165
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-03Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic1-3/+44
2015-07-12Extend --compress-debug-sections in goldH.J. Lu1-0/+5
2015-05-02Change Section_id type to use Relobj* instead of Object*.Cary Coutant1-1/+1
2015-03-23Remove is_merge_section_for.Rafael Ávila de Espíndola1-38/+2
2015-03-04Remove empty class Merge_map.Rafael Ávila de Espíndola1-12/+0
2015-01-29This patch adds IFUNC support for arm gold backend.Han Shen1-0/+11
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-10Allow target to add custom dynamic table entries.Cary Coutant1-1/+13
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-10-14 * output.h (Output_data_got::add_constant): Tidy.Alan Modra1-4/+7
2013-10-11gold/Roland McGrath1-2/+2
2013-08-27gold/Roland McGrath1-2/+3
2013-05-302013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant1-1/+9
2013-01-24Default text reordering fix with a flag to turn it off.Sriraman Tallam1-0/+9
2013-01-10Make linker scripts and section ordering via --section-ordering-file orSriraman Tallam1-4/+4
2012-12-12 * options.h (General_options): Add --toc-sort/--no-toc-sort.Alan Modra1-0/+4
2012-12-03 * output.h: Formatting, whitespace.Alan Modra1-104/+132
2012-12-03 * layout.h (Layout::get_executable_sections): Declare.Alan Modra1-21/+83
2012-10-05 * i386.cc (Output_data_plt_i386::address_for_global,Alan Modra1-2/+2
2012-09-10 * output.h (Output_data_got::add_global_tls, add_local_tls,Alan Modra1-10/+38
2012-09-05 * object.h (Sized_relobj_file::emit_relocs): Delete.Alan Modra1-2/+10
2012-08-30 * output.h (Output_reloc::Output_reloc <output section>): AddAlan Modra1-15/+52
2012-08-24Patch adds support to allow plugins to map selected subset of sections to uniqueSriraman Tallam1-0/+42
2012-08-11 * object.h (Sized_relobj_file::find_shdr): New function.Alan Modra1-6/+22
2012-07-10 PR gold/14309Ian Lance Taylor1-0/+4
2012-04-17gold: Allow use_plt_offset to be specified for global relocations.David S. Miller1-26/+30
2012-01-04 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):Cary Coutant1-9/+31
2011-12-19 * object.h (Relobj::local_symbol_value): New function.Ian Lance Taylor1-58/+208
2011-12-16 * output.h (Output_data_reloc_generic::add): Only callIan Lance Taylor1-1/+2
2011-10-10 PR gold/13249Cary Coutant1-25/+39