aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-08-12 02:10:18 +0000
committerAndrew Cagney <cagney@redhat.com>2001-08-12 02:10:18 +0000
commita15525c16a5143284e86593e2c7ce722c6fdfe60 (patch)
tree39a7ff7baf3579cbdb42e5453041498dba0ad188 /gdb/ChangeLog
parentc422e77126de8364e08b6e8dff0fa249da9b83fb (diff)
downloadgdb-a15525c16a5143284e86593e2c7ce722c6fdfe60.zip
gdb-a15525c16a5143284e86593e2c7ce722c6fdfe60.tar.gz
gdb-a15525c16a5143284e86593e2c7ce722c6fdfe60.tar.bz2
* config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.
* mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and sp_regnum.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 47fe784..2ed8cb0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2001-08-11 Andrew Cagney <ac131313@redhat.com>
+ * config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.
+ * mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and
+ sp_regnum.
+
+2001-08-11 Andrew Cagney <ac131313@redhat.com>
+
* doublest.c (convert_doublest_to_floatformat): Rename
floatformat_from_doublest. Make static.
(convert_floatformat_to_doublest): Rename floatformat_to_doublest.