aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-08-31 00:39:53 +0000
committerAlan Modra <amodra@gmail.com>2007-08-31 00:39:53 +0000
commite94425729cbce686e83117b6b008dd7860199910 (patch)
tree315c2dfe52b75acca90fb86b58dc9e9fed269282 /ld/ChangeLog
parent848051c9fe70a692e2372c5b2addaa98fc92a9dd (diff)
downloadgdb-e94425729cbce686e83117b6b008dd7860199910.zip
gdb-e94425729cbce686e83117b6b008dd7860199910.tar.gz
gdb-e94425729cbce686e83117b6b008dd7860199910.tar.bz2
* ldlang.c (lang_record_phdrs): Give a fatal error if no sections
assigned to phdrs. Avoid multiple forward scans for a section with phdr assignment.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a2bee5f..8a94b2e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-31 Alan Modra <amodra@bigpond.net.au>
+
+ * ldlang.c (lang_record_phdrs): Give a fatal error if no sections
+ assigned to phdrs. Avoid multiple forward scans for a section
+ with phdr assignment.
+
2007-08-28 Mark Shinwell <shinwell@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>