diff options
author | Mark Shinwell <shinwell@codesourcery.com> | 2006-06-21 14:40:24 +0000 |
---|---|---|
committer | Mark Shinwell <shinwell@codesourcery.com> | 2006-06-21 14:40:24 +0000 |
commit | 79e51b92e2c7fe090e2f2bad4e2eadbb143f864f (patch) | |
tree | 5b16b7656eb4d648452e2462b275e2e5cb0361b1 /ChangeLog.csl | |
parent | 3d1690b199159f792e040e355243648d3e9333da (diff) | |
download | gdb-79e51b92e2c7fe090e2f2bad4e2eadbb143f864f.tar.gz |
* 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 'ChangeLog.csl')
-rw-r--r-- | ChangeLog.csl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index 54f22aacf8a..6ec87fe96ad 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,10 @@ +2006-06-21 Mark Shinwell <shinwell@codesourcery.com> + + ld/ + * 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-19 Vladimir Prus <vladimir@codesourcery.com> bfd/ |