diff options
author | Cary Coutant <ccoutant@google.com> | 2008-06-25 17:10:08 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2008-06-25 17:10:08 +0000 |
commit | 3f2e6a2da5d9348efaa98eb06c430bec5fbe596b (patch) | |
tree | bcc83ddeb7ca9e2c1b44767bb6246ffecd594b92 /gold/ChangeLog | |
parent | c8187e1509b28d4d9c0bbc2de688144ef80537c0 (diff) | |
download | gdb-3f2e6a2da5d9348efaa98eb06c430bec5fbe596b.zip gdb-3f2e6a2da5d9348efaa98eb06c430bec5fbe596b.tar.gz gdb-3f2e6a2da5d9348efaa98eb06c430bec5fbe596b.tar.bz2 |
2008-06-25 Cary Coutant <ccoutant@google.com>
* fileread.cc (File_read::make_view): Assert on zero-length view.
* object.cc (Sized_relobj::do_read_symbols): Don't try to read
symbol table when there are no symbols to read.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 22f549b..b8d8118 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2008-06-25 Cary Coutant <ccoutant@google.com> + + * fileread.cc (File_read::make_view): Assert on zero-length view. + * object.cc (Sized_relobj::do_read_symbols): Don't try to read + symbol table when there are no symbols to read. + 2008-06-23 Craig Silverstein <csilvers@google.com> * version.cc (version_string): Bump to 1.7 |