diff options
author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-07-13 14:59:02 +0000 |
---|---|---|
committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-07-13 14:59:02 +0000 |
commit | 6951728764c1d0d95285ea58a2ba2e335b73f4cd (patch) | |
tree | bcc095f24fdc615e8003d45df575523cd67b7f00 /gold/ChangeLog | |
parent | 8274239589cb7d560af55e3565ad7e6829b1edfe (diff) | |
download | gdb-6951728764c1d0d95285ea58a2ba2e335b73f4cd.zip gdb-6951728764c1d0d95285ea58a2ba2e335b73f4cd.tar.gz gdb-6951728764c1d0d95285ea58a2ba2e335b73f4cd.tar.bz2 |
2010-07-13 Rafael Espindola <espindola@google.com>
* fileread.cc (try_extra_search_path, find_file): Move to Input_file.
* fileread.h (Input_file): Add try_extra_search_path and find_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 8d75269..6dbbced 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2010-07-13 Rafael Espindola <espindola@google.com> + + * fileread.cc (try_extra_search_path, find_file): Move to Input_file. + * fileread.h (Input_file): Add try_extra_search_path and find_file. + 2010-07-13 Philip Herron <herron.philip@googlemail.com> Ian Lance Taylor <iant@google.com> |