diff options
author | Mark Shinwell <shinwell@codesourcery.com> | 2006-06-21 13:25:54 +0000 |
---|---|---|
committer | Mark Shinwell <shinwell@codesourcery.com> | 2006-06-21 13:25:54 +0000 |
commit | 5e542ba70e7c0b145ed83ed34f2b3efbe9e08656 (patch) | |
tree | 560f59a79ab3f77c3f846497a428404ea77a150c /ld/ChangeLog | |
parent | 42b575e54591594e33810221501585722eb80623 (diff) | |
download | gdb-5e542ba70e7c0b145ed83ed34f2b3efbe9e08656.zip gdb-5e542ba70e7c0b145ed83ed34f2b3efbe9e08656.tar.gz gdb-5e542ba70e7c0b145ed83ed34f2b3efbe9e08656.tar.bz2 |
Fix for segmentation fault.
* ldlang.c (lang_insert_orphan): Correctly handle the case where
the section is to end up after the section currently at the end
of the list in output_bfd.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 836a73b..684d34f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2006-06-21 Mark Shinwell <shinwell@codesourcery.com> + + * ldlang.c (lang_insert_orphan): Correctly handle the case where + the section is to end up after the section currently at the end + of the list in output_bfd. + 2006-06-21 Hans-Peter Nilsson <hp@bitrange.com> * emultempl/mmo.em: Improve comments. Explain why there's |