aboutsummaryrefslogtreecommitdiff
path: root/gold/output.cc
AgeCommit message (Expand)AuthorFilesLines
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/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-26Introduce new .text.sorted.* sections.Martin Liska1-2/+6
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-5/+6
2018-04-02Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant1-1/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-02Handle case where posix_fallocate is not supported for a filesystem.Cary Coutant1-3/+15
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-1/+1
2016-12-11Fix problems with bss handling in linker scripts.Cary Coutant1-16/+49
2016-09-26[GOLD] warning fixesAlan Modra1-1/+1
2016-06-20Add support for MIPS .rld_map section.Vladimir Radosavljevic1-0/+21
2016-03-08Refactor Output_data_reloc_base::do_write for MIPS-specific relocs.Cary Coutant1-26/+15
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-03Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic1-1/+69
2015-05-02Change Section_id type to use Relobj* instead of Object*.Cary Coutant1-1/+1
2015-04-27If a range is missing, assume the input address is mapped.Rafael Ávila de Espíndola1-1/+3
2015-03-23Remove is_merge_section_for.Rafael Ávila de Espíndola1-55/+13
2015-03-21Fix internal error with -z relro when .tbss is last relro section.Cary Coutant1-3/+2
2015-03-04Remove empty class Merge_map.Rafael Ávila de Espíndola1-1/+1
2015-03-02Fix crash when processing merge section with entsize of 0.Cary Coutant1-0/+4
2015-01-252015-01-25 Cary Coutant <ccoutant@google.com>Cary Coutant1-7/+8
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-09-02Fix problem with optimization of .eh_frame section and --sort-section option.Cary Coutant1-59/+14
2014-03-10Allow target to add custom dynamic table entries.Cary Coutant1-0/+4
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-10-11gold/Roland McGrath1-2/+2
2013-08-27gold/Roland McGrath1-137/+173
2013-05-302013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant1-5/+37
2013-04-292013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant1-5/+0
2013-01-24Default text reordering fix with a flag to turn it off.Sriraman Tallam1-13/+39
2013-01-07gold/Cary Coutant1-18/+8
2012-12-21 * layout.cc (Layout::special_ordering_of_input_section): NewIan Lance Taylor1-73/+25
2012-12-19Group text sections with prefixes .text.unlikely,.text.hot and .text.startupSriraman Tallam1-7/+72
2012-12-03 * layout.h (Layout::get_executable_sections): Declare.Alan Modra1-5/+7
2012-11-01gold/Roland McGrath1-12/+12
2012-10-05 * i386.cc (Output_data_plt_i386::address_for_global,Alan Modra1-19/+6
2012-09-12 PR gold/14570Ian Lance Taylor1-60/+78
2012-09-10 PR gold/14566Alan Modra1-3/+3
2012-09-10 * output.h (Output_data_got::add_global_tls, add_local_tls,Alan Modra1-21/+49
2012-09-05 * object.h (Sized_relobj_file::emit_relocs): Delete.Alan Modra1-6/+4
2012-08-30 * output.h (Output_reloc::Output_reloc <output section>): AddAlan Modra1-6/+12
2012-08-24Patch adds support to allow plugins to map selected subset of sections to uniqueSriraman Tallam1-1/+5
2012-08-11 * object.h (Sized_relobj_file::find_shdr): New function.Alan Modra1-0/+12
2012-06-06gold/Cary Coutant1-16/+24
2012-04-17gold: Allow use_plt_offset to be specified for global relocations.David S. Miller1-5/+14
2012-01-04 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):Cary Coutant1-2/+2
2011-12-19 * object.h (Relobj::local_symbol_value): New function.Ian Lance Taylor1-96/+22