aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2011-11-17 17:46:54 +0000
committerSterling Augustine <saugustine@google.com>2011-11-17 17:46:54 +0000
commit628f39beca35cfdf725fdb4f855272c1166ad656 (patch)
tree1b820aae7730c0b44b8c10f05c98b58dd9650afe /gold/ChangeLog
parenta7bbf4e9b9ed14909afef85db4ffc91a6f4cb50a (diff)
downloadgdb-628f39beca35cfdf725fdb4f855272c1166ad656.zip
gdb-628f39beca35cfdf725fdb4f855272c1166ad656.tar.gz
gdb-628f39beca35cfdf725fdb4f855272c1166ad656.tar.bz2
2011-11-17 Sterling Augustine <saugustine@google.com>
* script.cc (script_include_directive): Implement. (read_script_file): New local variables name and search_path. Update comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list. * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method. * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 20b5485..fc3a55c 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,11 @@
+2011-11-17 Sterling Augustine <saugustine@google.com>
+
+ * script.cc (script_include_directive): Implement.
+ (read_script_file): New local variables name and search_path. Update
+ comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
+ * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
+ * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
+
2011-11-11 Sterling Augustine <saugustine@google.com>
* yyscript.y (section_cmd): Add support for INCLUDE directive.