diff options
author | David MacKenzie <djm@cygnus> | 1993-07-15 21:43:28 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-07-15 21:43:28 +0000 |
commit | bbd2521f2630126f7f9285e53d6dcb3a746660d8 (patch) | |
tree | 538b9334a59b42180c2c746cd97365038197bf68 /ld/ChangeLog | |
parent | a5ef437e7fbf3abce2a80ee40c5a88a9cf2c04a4 (diff) | |
download | gdb-bbd2521f2630126f7f9285e53d6dcb3a746660d8.zip gdb-bbd2521f2630126f7f9285e53d6dcb3a746660d8.tar.gz gdb-bbd2521f2630126f7f9285e53d6dcb3a746660d8.tar.bz2 |
source cleanups; fix finding scripts
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f9bbed6..9ca7867 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,24 @@ +Thu Jul 15 12:44:35 1993 David J. Mackenzie (djm@thepub.cygnus.com) + + * ldfile.c (ldfile_open_file): In error message, use the name the + user gave (e.g., "-lc"), rather than the base file name. + + * ldexp.c (exp_fold_tree): Don't assign an int to an enum. + + * ldmain.[ch]: Remove initial Q_ from function names. + * ldexp.c, ldindr.c, ldlang.c: Change callers. + + * ldfile.c, ldmain.c, ldgram.y: Rename option_v to trace_file_tries. + + * ldlang.c (lang_process): Move loading of default script from + here to main. Add a "/" to start of script name to prevent + finding it in "." first. + + * ldmain.c (set_scripts_dir): Don't look in "." first. + + * ldgram.y, ldlang.c, ldsym.c: Remove traces of unused var + option_longmap. + Thu Jul 15 10:55:59 1993 Ian Lance Taylor (ian@cygnus.com) * Makefile.in (em_m88kbcs.c): Correct dependency. |