aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-09-15 09:48:58 +0000
committerNick Clifton <nickc@redhat.com>2006-09-15 09:48:58 +0000
commit99643f697ed692215488dd72f36eb3d82fd2c2ac (patch)
treefe5aa43caf03ccf95c998a504c4b554c6533240d /ld/ChangeLog
parent7d3d6bd5c1bb432075af20a5838f192728f7c3ff (diff)
downloadgdb-99643f697ed692215488dd72f36eb3d82fd2c2ac.zip
gdb-99643f697ed692215488dd72f36eb3d82fd2c2ac.tar.gz
gdb-99643f697ed692215488dd72f36eb3d82fd2c2ac.tar.bz2
PR ld/3107
* ldlang.c (lang_size_sections_1): Do not abort when encountering a non-empty section that is ignored. Instead produce a warning message.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8151912..dab4692 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-15 Nick Clifton <nickc@redhat.com>
+
+ PR ld/3107
+ * ldlang.c (lang_size_sections_1): Do not abort when encountering
+ a non-empty section that is ignored. Instead produce a warning
+ message.
+
2006-09-08 H.J. Lu <hongjiu.lu@intel.com>
* ld.texinfo: Document --dynamic-list-cpp-typeinfo.