diff options
author | Alan Modra <amodra@gmail.com> | 2009-05-14 02:21:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-05-14 02:21:45 +0000 |
commit | 011aa75f625b8ef2fe1a8adb9498680410174d3c (patch) | |
tree | bd66045c39a7626699642bdb2f3f6e8b5d13e3b2 /ld/ChangeLog | |
parent | a8310e20c5a873ff257b07e4dc97acb935e869b4 (diff) | |
download | gdb-011aa75f625b8ef2fe1a8adb9498680410174d3c.zip gdb-011aa75f625b8ef2fe1a8adb9498680410174d3c.tar.gz gdb-011aa75f625b8ef2fe1a8adb9498680410174d3c.tar.bz2 |
* ldlang.c (lang_insert_orphan): Add __start_<section> symbol
assignment inside output section statement. Ensure only one
set of symbols per output section.
* emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Add non-
dollar sections before dollar sections. Correct add_child
list insertion.
* emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2f937b8..cdde909 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2009-05-14 Alan Modra <amodra@bigpond.net.au> + + * ldlang.c (lang_insert_orphan): Add __start_<section> symbol + assignment inside output section statement. Ensure only one + set of symbols per output section. + * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Add non- + dollar sections before dollar sections. Correct add_child + list insertion. + * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise. + 2009-05-05 Paul Brook <paul@codesourcery.com> * emultempl/armelf.em (compare_output_sec_vma): New function. |