diff options
author | Nick Clifton <nickc@redhat.com> | 2006-09-15 09:48:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-09-15 09:48:58 +0000 |
commit | 99643f697ed692215488dd72f36eb3d82fd2c2ac (patch) | |
tree | fe5aa43caf03ccf95c998a504c4b554c6533240d /ld/ChangeLog | |
parent | 7d3d6bd5c1bb432075af20a5838f192728f7c3ff (diff) | |
download | gdb-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/ChangeLog | 7 |
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. |