summaryrefslogtreecommitdiff
path: root/gold/layout.cc
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-11-08gold: Ignore def/ref from a dynamic object for special symbolsH.J. Lu
2017-10-20New gold linker option -z,text-unlikely-segment.Sriraman Tallam
2017-08-01[GOLD] PowerPC recreate eh_frame for stubs on each relax passAlan Modra
2017-07-18Fix spelling typos.Yuri Chornovian
2017-05-152017-05-15 Eric Christopher <echristo@gmail.com>Eric Christopher
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-22Fix placement of forced local symbols in the dynamic symbol table.Cary Coutant
2016-12-19Fix problem where linker does not place .note sections according to script.Cary Coutant
2016-12-13Do not use linker script to place static relocation sections.Cary Coutant
2016-11-27Fix spelling in comments in C source files (gold)Ambrogino Modigliani
2016-11-21Add --build-id=uuid support for MinGW32.Igor Kudrin
2016-08-23[gold] Implement -z stack-size optionRoland McGrath
2016-03-03Add support for STT_SPARC_REGISTER symbols.Cary Coutant
2016-01-01Copyright update for binutilsAlan Modra
2015-10-28Support 64-bit entry size in SHT_HASH (for s390).Marcin Koƛcielnicki
2015-07-20Clear SHF_COMPRESSED flag bit from input to outputH.J. Lu
2015-07-12Add SHF_COMPRESSED section decompression to goldH.J. Lu
2015-06-11Fix bug where SECTIONS clause does not handle compressed debug sections.Cary Coutant
2015-06-02PR 17819: Fix --build-id=tree when using --compress-debug-sections.Cary Coutant
2015-03-09Fix failure in exception_static_test.Cary Coutant
2015-02-16Fix --dynamic-list so that symbols not in the list are still exported.Cary Coutant
2015-01-09Don't align start of segment unless alignment is larger than page size.Cary Coutant
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-01Add support for -z global.Dmitriy Ivanov
2014-12-01Fix extraneous warning about executable stack.Cary Coutant
2014-11-26Update list of debug sections for --strip-debug-xxx options.Cary Coutant
2014-09-30Fix SysV-style hash table when --hash-style=both.Kito Cheng
2014-09-23Fix race condition causing assert in Eh_frame_hdr::do_sized_write().Cary Coutant
2014-06-09Print unattached sections in the link map.Cary Coutant
2014-06-06Strip .debug_gnu_pubnames and .debug_gnu_pubtypes when building .gdb_index.Cary Coutant
2014-05-02Fix handling of __ehdr_start when it cannot be defined.Cary Coutant
2014-04-15Allow target to decide whether to include a section.Cary Coutant
2014-03-05Update copyright yearsAlan Modra
2013-08-27gold/Roland McGrath
2013-07-19gold/Roland McGrath
2013-06-052013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant
2013-05-302013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant
2013-05-10gold/Roland McGrath
2013-05-03 gold/Maciej W. Rozycki
2013-04-262013-04-26 Geoff Pike <gpike@chromium.org>Cary Coutant
2013-04-21 PR gold/15355Alan Modra
2013-04-15gold/Cary Coutant
2013-03-21 * layout.cc (Layout::set_segment_offsets): Accept writable .textAlan Modra
2013-03-21 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsignedAlan Modra
2013-03-10 * gold.cc (queue_middle_tasks): Move detect_odr_violations..Alan Modra
2013-01-24Default text reordering fix with a flag to turn it off.Sriraman Tallam
2013-01-18ld: change --enable-new-dtags to only generate new dtagsMike Frysinger
2013-01-162013-01-16 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam
2012-12-21 * layout.cc (Layout::special_ordering_of_input_section): NewIan Lance Taylor