diff options
author | Cary Coutant <ccoutant@google.com> | 2008-09-10 17:56:02 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2008-09-10 17:56:02 +0000 |
commit | a9caad024e20635ecebb7be5330747fe23a7292b (patch) | |
tree | 6cfb7c02315baa1e27e8d96ce2e6acd5333f908e /gold/ChangeLog | |
parent | ebcf6f00fcd8bd37721863ca65290c9b28a13d60 (diff) | |
download | gdb-a9caad024e20635ecebb7be5330747fe23a7292b.zip gdb-a9caad024e20635ecebb7be5330747fe23a7292b.tar.gz gdb-a9caad024e20635ecebb7be5330747fe23a7292b.tar.bz2 |
2008-09-05 Cary Coutant <ccoutant@google.com>
* fileread.cc (File_read::make_view): Add check for attempt to map
beyond end of file.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index cac87e6..1df7d74 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,10 @@ 2008-09-05 Cary Coutant <ccoutant@google.com> + * fileread.cc (File_read::make_view): Add check for attempt to map + beyond end of file. + +2008-09-05 Cary Coutant <ccoutant@google.com> + * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in explicit instantiations. |