aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-02-11 22:40:20 +0000
committerIan Lance Taylor <ian@airs.com>1994-02-11 22:40:20 +0000
commitc4e48be344051adb0770fefaa07697072af69350 (patch)
tree2d85ec56b3e64b6e7fb7cb50146f6d67358627ae
parent5ee3886b48fb81900d3720c52c759fcfe632d9dd (diff)
downloadgdb-c4e48be344051adb0770fefaa07697072af69350.zip
gdb-c4e48be344051adb0770fefaa07697072af69350.tar.gz
gdb-c4e48be344051adb0770fefaa07697072af69350.tar.bz2
* ldlang.c (lookup_name): Take new argument, force_load. If true,
reload the file even if it is already loaded. (wild): Call lookup_name with force_load argument of 0. (open_input_bfds): Call lookup_name with force_load argument of 1. (print_symbol): Remove declaration of non-existent function. (print_one_symbol): Return true rather than falling off end.
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 72a3868..fc4edde 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+Fri Feb 11 17:36:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * ldlang.c (lookup_name): Take new argument, force_load. If true,
+ reload the file even if it is already loaded.
+ (wild): Call lookup_name with force_load argument of 0.
+ (open_input_bfds): Call lookup_name with force_load argument of 1.
+ (print_symbol): Remove declaration of non-existent function.
+ (print_one_symbol): Return true rather than falling off end.
+
Thu Feb 10 11:52:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* ldmain.c (main): Use %ld when printing long values.