diff options
author | Craig Silverstein <csilvers@google.com> | 2008-08-21 00:30:13 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers@google.com> | 2008-08-21 00:30:13 +0000 |
commit | 1e52a9c18720a7b3e9c0c53ca2ac228a9d3d1508 (patch) | |
tree | 4dd1051e0f21f68ab0bb852de7c3d58e88d41202 /gold/ChangeLog | |
parent | 655e8529748cf0ed530e3042a22062a39c1e968a (diff) | |
download | binutils-gdb-1e52a9c18720a7b3e9c0c53ca2ac228a9d3d1508.tar.gz |
2008-08-20 Craig Silverstein <csilvers@google.com>
* fileread.cc (File_read::open): Do not lock the file unless it
was successfully opened.
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 21867d21979..4c146581eba 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2008-08-20 Craig Silverstein <csilvers@google.com> + + * fileread.cc (File_read::open): Do not lock the file unless it + was successfully opened. + 2008-08-14 Cary Coutant <ccoutant@google.com> * x86_64.cc (Target_x86_64::Relocate::relocat_tls): |