summaryrefslogtreecommitdiffstats
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
commit1d7dc612bcee527ebd9ef859e3b488438dfc15cf (patch)
treee70af1909bf1a9b8833586efbcf1fcbbba7b7722
parentaf99164cfc0d9b4659c9ba3aef45cf05e1952887 (diff)
downloadcygnal-1d7dc612bcee527ebd9ef859e3b488438dfc15cf.tar.gz
cygnal-1d7dc612bcee527ebd9ef859e3b488438dfc15cf.tar.bz2
cygnal-1d7dc612bcee527ebd9ef859e3b488438dfc15cf.zip
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.
-rw-r--r--ChangeLog.csl7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 54f22aacf..6ec87fe96 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/