diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-10-10 04:56:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-10-10 04:56:43 +0000 |
commit | f3048a1d4770f01625461c6d967a774f5a3f8496 (patch) | |
tree | eca9d1b7a91be25e92e33bd76ac88c277aab933e /gold/ChangeLog | |
parent | ec2d9b29273a260dad374eca5bbe2f7922d0bfde (diff) | |
download | gdb-f3048a1d4770f01625461c6d967a774f5a3f8496.zip gdb-f3048a1d4770f01625461c6d967a774f5a3f8496.tar.gz gdb-f3048a1d4770f01625461c6d967a774f5a3f8496.tar.bz2 |
* descriptor.cc: Include <cstdio> and "binary-io.h".
(Descriptors::open): Open the files in binary mode always.
* script.cc (Lex::get_token): Treat \r as whitespace.
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 0ae3429..74f72b8 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com> + Ian Lance Taylor <iant@google.com> + + * descriptor.cc: Include <cstdio> and "binary-io.h". + (Descriptors::open): Open the files in binary mode always. + * script.cc (Lex::get_token): Treat \r as whitespace. + 2009-10-09 Ian Lance Taylor <iant@google.com> * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0. |