aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.cc
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-15Implement and document -z unique / -z nounique handling in goldVivek Das Mohapatra1-0/+6
2020-12-14Keep input SHF_GNU_RETAIN sections and strip output SHF_GNU_RETAIN for GNU/Fr...Cary Coutant1-16/+15
2020-12-13Fix incremental linking with rodata merge sections.Cary Coutant1-1/+2
2020-10-13gold: Properly align the NT_GNU_PROPERTY_TYPE_0 noteH.J. Lu1-1/+14
2020-06-23PR 22843: ld, gold: Add --dependency-file option.Roland McGrath1-32/+38
2020-06-18[PATCH] gold: Set DF_1_PIE for -pieFangrui Song1-0/+2
2020-06-15gold, ld: Implement -z start-stop-visibility=... option.Roland McGrath1-2/+3
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-26Introduce new .text.sorted.* sections.Martin Liska1-1/+2
2019-09-20[GOLD] Fix spurious "plugin needed to handle lto object" warningsAlan Modra1-0/+1
2019-07-13[GOLD] PowerPC notoc eh_frameAlan Modra1-6/+3
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-07-30Combine ,gnu.build.attributes.* sections into one .gnu.build.attributes secti...Nick Clifton1-0/+1
2018-06-22Update support for .note.gnu.property sections.Cary Coutant1-37/+149
2018-06-22Add support for .note.gnu.property sections.Cary Coutant1-1/+174
2018-04-02Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant1-25/+23
2018-03-07New option -z,keep-text-section prefix.Sriraman Tallam1-18/+72
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-08gold: Ignore def/ref from a dynamic object for special symbolsH.J. Lu1-2/+2
2017-10-20New gold linker option -z,text-unlikely-segment.Sriraman Tallam1-25/+50
2017-08-01[GOLD] PowerPC recreate eh_frame for stubs on each relax passAlan Modra1-0/+17
2017-07-18Fix spelling typos.Yuri Chornovian1-1/+1
2017-05-152017-05-15 Eric Christopher <echristo@gmail.com>Eric Christopher1-0/+5
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-22Fix placement of forced local symbols in the dynamic symbol table.Cary Coutant1-16/+33
2016-12-19Fix problem where linker does not place .note sections according to script.Cary Coutant1-21/+31
2016-12-13Do not use linker script to place static relocation sections.Cary Coutant1-19/+23
2016-11-27Fix spelling in comments in C source files (gold)Ambrogino Modigliani1-1/+1
2016-11-21Add --build-id=uuid support for MinGW32.Igor Kudrin1-0/+25
2016-08-23[gold] Implement -z stack-size optionRoland McGrath1-13/+24
2016-03-03Add support for STT_SPARC_REGISTER symbols.Cary Coutant1-0/+9
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-28Support 64-bit entry size in SHT_HASH (for s390).Marcin Koƛcielnicki1-1/+1
2015-07-20Clear SHF_COMPRESSED flag bit from input to outputH.J. Lu1-1/+5
2015-07-12Add SHF_COMPRESSED section decompression to goldH.J. Lu1-0/+1
2015-06-11Fix bug where SECTIONS clause does not handle compressed debug sections.Cary Coutant1-11/+14
2015-06-02PR 17819: Fix --build-id=tree when using --compress-debug-sections.Cary Coutant1-72/+73
2015-03-09Fix failure in exception_static_test.Cary Coutant1-30/+50
2015-02-16Fix --dynamic-list so that symbols not in the list are still exported.Cary Coutant1-1/+2
2015-01-09Don't align start of segment unless alignment is larger than page size.Cary Coutant1-1/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-01Add support for -z global.Dmitriy Ivanov1-0/+2
2014-12-01Fix extraneous warning about executable stack.Cary Coutant1-3/+9
2014-11-26Update list of debug sections for --strip-debug-xxx options.Cary Coutant1-0/+8
2014-09-30Fix SysV-style hash table when --hash-style=both.Kito Cheng1-20/+22
2014-09-23Fix race condition causing assert in Eh_frame_hdr::do_sized_write().Cary Coutant1-0/+2
2014-06-09Print unattached sections in the link map.Cary Coutant1-0/+4
2014-06-06Strip .debug_gnu_pubnames and .debug_gnu_pubtypes when building .gdb_index.Cary Coutant1-0/+2
2014-05-02Fix handling of __ehdr_start when it cannot be defined.Cary Coutant1-6/+8