summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Shinwell <shinwell@codesourcery.com>2006-06-21 14:40:24 +0000
committerMark Shinwell <shinwell@codesourcery.com>2006-06-21 14:40:24 +0000
commit79e51b92e2c7fe090e2f2bad4e2eadbb143f864f (patch)
tree5b16b7656eb4d648452e2462b275e2e5cb0361b1
parent3d1690b199159f792e040e355243648d3e9333da (diff)
downloadgdb-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.
-rw-r--r--ChangeLog.csl7
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/