aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-08-09 10:15:39 +0000
committerAlan Modra <amodra@gmail.com>2008-08-09 10:15:39 +0000
commita8caa2450b3abe46aeec4ccd61ccc9b680ebb2ff (patch)
treef0c291edf76ea69c3cc5bc3984bc98ecb6374f48 /ld/ChangeLog
parent3979a37f371bb2c208f26a15155ae90dec533228 (diff)
downloadgdb-a8caa2450b3abe46aeec4ccd61ccc9b680ebb2ff.zip
gdb-a8caa2450b3abe46aeec4ccd61ccc9b680ebb2ff.tar.gz
gdb-a8caa2450b3abe46aeec4ccd61ccc9b680ebb2ff.tar.bz2
PR 6753
* ldmain.c (check_for_scripts_dir, set_scripts_dir): Delete. (main): Don't set_scripts_dir here. * ldfile.c (check_for_scripts_dir, find_scripts_dir): New functions, largely based on ldmain.c versions. (ldfile_find_command_file): Set up search in script dir here without affecting library search. * Makefile.am (ldmain.o): No need to define SCRIPTDIR. (ldfile.o): New rule. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 94979e8..d7ff3c6 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,16 @@
+2008-08-09 Alan Modra <amodra@bigpond.net.au>
+
+ PR 6753
+ * ldmain.c (check_for_scripts_dir, set_scripts_dir): Delete.
+ (main): Don't set_scripts_dir here.
+ * ldfile.c (check_for_scripts_dir, find_scripts_dir): New functions,
+ largely based on ldmain.c versions.
+ (ldfile_find_command_file): Set up search in script dir here without
+ affecting library search.
+ * Makefile.am (ldmain.o): No need to define SCRIPTDIR.
+ (ldfile.o): New rule.
+ * Makefile.in: Regenerate.
+
2008-08-08 Anatoly Sokolov <aesok@post.ru>
* Makefile.am (ALL_EMULATIONS): Add eavr25.o, eavr31.o, eavr35.o,