summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/gold/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Remove binutils-2.24.Elliott Hughes2015-07-071-15363/+0
| | | | Change-Id: I26a47a29e4d16e75e21e9295504079a815c334c6
* [2.24][2.25] Fix race condition causing assertRong Xu2015-02-181-0/+13
| | | | | | | | | | | | | | | | | | | | | | | Backport trunk commit 635aa that fixes race condition causing assert in Eh_frame_hdr::do_sized_write(). 2014-09-23 Taiju Tsuiki <tzik@google.com> Cary Coutant <ccoutant@google.com> gold/ * gold.cc (queue_final_tasks): Add Write_sections_task as a * blocker on input_sections_blocker. * layout.cc (Write_sections_task::locks): Unblock input_sections_blocker_. * layout.h (Write_sections_task::Write_sections_task): Add input_sections_blocker. * testsuite/Makefile.am (exception_x86_64_bnd_test): Add * gcctestdir/ld to DEPENDENCIES. * testsuite/Makefile.in: Regenerate. Change-Id: I17a0f2aaf565b775f92f4806c4abcbea5d2dd803
* Fix extraneous warning about executable stack.Cary Coutant2014-12-021-0/+8
| | | | | | | | | | | | | | | | | | | | PR gold/17578 notes that gold will print a warning about an executable stack when the -z execstack option is given, even when there is no --warn_execstack option. The warning is completely useless and unexpected, since the user explicitly requested an executable stack, and did not even ask for warnings. This patch fixes that, and adds an extra warning when --warn_execstack and -z noexecstack are both given and an input file requires an executable stack. gold/ PR gold/17578 * layout.cc (Layout::layout_gnu_stack): Don't warn when -z execstack is given. (Layout::create_executable_stack_info): Warn when -z noexecstack is given but some inputs require executable stack. Change-Id: I7b15682af81d3c52057473d347f83a768e087ffa
* Initial checkin of binutils 2.24.Ben Cheng2014-03-261-0/+15342
Change-Id: I0dfcbae6608dded6c3586bf5f4ac27e9612e70a2