summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2000-02-18 22:16:16 +0000
committerJim Blandy <jimb@codesourcery.com>2000-02-18 22:16:16 +0000
commit6598062fe957e53bf9962a7fa5e47d6e876c3f2e (patch)
tree3b6b3a4b5025c75ff4e1b8d42333e773e9cee6e6 /gdb
parent10696f8eb5118cdbd5afa4c239df00fc314e4ae1 (diff)
downloadgdb-6598062fe957e53bf9962a7fa5e47d6e876c3f2e.tar.gz
*** empty log message ***
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e2e9e0e3764..4d0d052d73e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,24 @@
+2000-02-18 Jimmy Guo <guo@cup.hp.com>
+
+ * buildsym.h (add_free_pendings): Declare.
+ * buildsym.c (add_free_pendings): New function.
+ (make_blockvector): 32x64 fix using longest_local_hex_string().
+ (start_subfile): initialize variable 'subfile'.
+
+2000-02-18 Jim Blandy <jimb@redhat.com>
+
+ * gdbarch.sh: Make the `default' field really default to zero, as
+ documented.
+
+ Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control.
+ * valops.c (COERCE_FLOAT_TO_DOUBLE): Rework definition to be
+ more function-like.
+ * gdbarch.sh (coerce_float_to_double): New entry, replacing macro.
+ * gdbarch.c, gdbarch.h: Regenerated.
+ * tm-alpha.h, tm-fr30.h, tm-m32r.h, tm-mips.h, tm-hppa.h,
+ tm-rs6000.h, tm-sh.h, tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Change
+ definitions.
+
2000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* remote.c (remote_async_detach): Use target_mourn_inferior(), to