aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.cc
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-15Allow target to decide whether to include a section.Cary Coutant1-1/+7
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-08-27gold/Roland McGrath1-6/+36
2013-07-19gold/Roland McGrath1-6/+38
2013-06-052013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant1-1/+7
2013-05-302013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant1-0/+4
2013-05-10gold/Roland McGrath1-63/+66
2013-05-03 gold/Maciej W. Rozycki1-1/+1
2013-04-262013-04-26 Geoff Pike <gpike@chromium.org>Cary Coutant1-24/+126
2013-04-21 PR gold/15355Alan Modra1-2/+4
2013-04-15gold/Cary Coutant1-1/+2
2013-03-21 * layout.cc (Layout::set_segment_offsets): Accept writable .textAlan Modra1-1/+2
2013-03-21 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsignedAlan Modra1-3/+1
2013-03-10 * gold.cc (queue_middle_tasks): Move detect_odr_violations..Alan Modra1-0/+4
2013-01-24Default text reordering fix with a flag to turn it off.Sriraman Tallam1-2/+4
2013-01-18ld: change --enable-new-dtags to only generate new dtagsMike Frysinger1-2/+3
2013-01-162013-01-16 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-0/+2
2012-12-21 * layout.cc (Layout::special_ordering_of_input_section): NewIan Lance Taylor1-14/+43
2012-12-19Group text sections with prefixes .text.unlikely,.text.hot and .text.startupSriraman Tallam1-0/+14
2012-12-03 * layout.h (Layout::get_executable_sections): Declare.Alan Modra1-0/+13
2012-10-162012-10-16 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-1/+2
2012-09-10 PR gold/14566Alan Modra1-0/+2
2012-08-30 * layout.cc (Layout::set_segment_offsets): Set p_align toAlan Modra1-2/+2
2012-08-24Patch adds support to allow plugins to map selected subset of sections to uniqueSriraman Tallam1-53/+123