diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-06-23 07:19:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-06-23 07:19:35 +0000 |
commit | 8d63875c54e54fa171c2fbe9ff5611d57d334875 (patch) | |
tree | 629ad0ffd13c9d8f0433f1db38e625eeb79dfff5 /gold/ChangeLog | |
parent | f7c8a183e8d2c83eddadddb3b473338abf30a1d5 (diff) | |
download | gdb-8d63875c54e54fa171c2fbe9ff5611d57d334875.zip gdb-8d63875c54e54fa171c2fbe9ff5611d57d334875.tar.gz gdb-8d63875c54e54fa171c2fbe9ff5611d57d334875.tar.bz2 |
PR 10147
* object.cc (Object::section_contents): Don't try to get a view if
the section has length zero.
(Object::handle_gnu_warning_section): If the section is empty, use
the name of the section as the warning.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index c62aa99..b4d7ee6 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,13 @@ 2009-06-23 Ian Lance Taylor <iant@google.com> + PR 10147 + * object.cc (Object::section_contents): Don't try to get a view if + the section has length zero. + (Object::handle_gnu_warning_section): If the section is empty, use + the name of the section as the warning. + +2009-06-23 Ian Lance Taylor <iant@google.com> + PR 10133 * stringpool.h (class Stringpool_template): Add optimize_ field. (Stringpool_template::set_optimize): New function. |