diff options
author | Alan Modra <amodra@gmail.com> | 2005-03-18 13:56:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-03-18 13:56:26 +0000 |
commit | 41c7ba7cc251f99e099fb60e1868b951ea5a686f (patch) | |
tree | 183e7d5775c3f00f09d8d434bcb1b523c89fef28 /ld/ChangeLog | |
parent | 554220db5bd1b44f1ad9e1de6888f145c25ba829 (diff) | |
download | gdb-41c7ba7cc251f99e099fb60e1868b951ea5a686f.zip gdb-41c7ba7cc251f99e099fb60e1868b951ea5a686f.tar.gz gdb-41c7ba7cc251f99e099fb60e1868b951ea5a686f.tar.bz2 |
* ldlang.c (lang_insert_orphan): Use old section_tail rather than
traversing the bfd section list to find pointer to new section.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e1a1253..dce7055 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2005-03-19 Alan Modra <amodra@bigpond.net.au> + + * ldlang.c (lang_insert_orphan): Use old section_tail rather than + traversing the bfd section list to find pointer to new section. + 2005-03-18 Alan Modra <amodra@bigpond.net.au> * scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2 |