diff options
author | Alan Modra <amodra@gmail.com> | 2007-07-29 12:33:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-07-29 12:33:38 +0000 |
commit | 48f2ff543db37fece56b0a507427917e06dc1b66 (patch) | |
tree | 42c5d9ab72516a58170783ecb5e60c3e6f339ef9 /ld/testsuite/ChangeLog | |
parent | b112852a8fffee827c599246d59108f9ae4e2544 (diff) | |
download | gdb-48f2ff543db37fece56b0a507427917e06dc1b66.zip gdb-48f2ff543db37fece56b0a507427917e06dc1b66.tar.gz gdb-48f2ff543db37fece56b0a507427917e06dc1b66.tar.bz2 |
ld/
* ldlang.c (lang_insert_orphan): When searching through linker
script to place an orphan, don't stop on statements that appear
outside of SECTIONS.
* emultempl/elf32.em (output_rel_find): Prefer read-only alloc
sections over read/write alloc sections.
ld/testsuite/
* ld-elf/weak-dyn-1.rd: Adjust.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 9e58f02..ffa18f0 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-07-29 Alan Modra <amodra@bigpond.net.au> + + * ld-elf/weak-dyn-1.rd: Adjust. + 2007-07-25 Daniel Jacobowitz <dan@codesourcery.com> * ld-cdtest/cdtest-foo.cc (strncpy): Fix parameter name. |