diff options
author | Cary Coutant <ccoutant@google.com> | 2011-10-17 23:36:43 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2011-10-17 23:36:43 +0000 |
commit | cdd7e2444cac5765557ebecd53ae91b7d2bcb0f1 (patch) | |
tree | 756a58f240f5fa886583d10181f8066bb7153047 /gold/ChangeLog | |
parent | 42dd20afd3c33861a4d0b327a492413fc54e1d71 (diff) | |
download | gdb-cdd7e2444cac5765557ebecd53ae91b7d2bcb0f1.zip gdb-cdd7e2444cac5765557ebecd53ae91b7d2bcb0f1.tar.gz gdb-cdd7e2444cac5765557ebecd53ae91b7d2bcb0f1.tar.bz2 |
PR gold/13288
* gold/fileread.cc (File_read::find_view): Add assert.
(File_read::make_view): Move bounds check (replace with assert)...
(File_read::find_or_make_view): ... to here.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index e6e8a9b..e89bf81 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2011-10-17 Cary Coutant <ccoutant@google.com> + + PR gold/13288 + * gold/fileread.cc (File_read::find_view): Add assert. + (File_read::make_view): Move bounds check (replace with assert)... + (File_read::find_or_make_view): ... to here. + 2011-10-12 Cary Coutant <ccoutant@google.com> * gold/output.cc (Output_file::open_base_file): Handle case where |