aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-08-31 04:22:46 +0000
committerFred Fish <fnf@specifix.com>1992-08-31 04:22:46 +0000
commit3877a2192c25d88f8c4d2df0e9baf7b67b284b49 (patch)
treedb8944a4f8e1075a5cf1442b5745cc2428e825f3 /gdb
parentdc1d1ca5e89e49f1d0b5bfd417769fc0fcc170a6 (diff)
downloadgdb-3877a2192c25d88f8c4d2df0e9baf7b67b284b49.zip
gdb-3877a2192c25d88f8c4d2df0e9baf7b67b284b49.tar.gz
gdb-3877a2192c25d88f8c4d2df0e9baf7b67b284b49.tar.bz2
* {i386-tdep.c, m68k-tdep.c, mips-tdep.c, sparc-tdep.c}
(supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Use "regi" for local indexing through register numbers, reserving "regno" for the name of a specific register passed as an input parameter. Fix bug propagated through all versions that sometimes used regno as an index when it should have been regi, thus using -1 as an index in some cases.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4dd85b4..3158d19 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+Sun Aug 30 21:18:51 1992 Fred Fish (fnf@cygnus.com)
+
+ * {i386-tdep.c, m68k-tdep.c, mips-tdep.c, sparc-tdep.c}
+ (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
+ Use "regi" for local indexing through register numbers, reserving
+ "regno" for the name of a specific register passed as an input
+ parameter. Fix bug propagated through all versions that sometimes
+ used regno as an index when it should have been regi, thus using
+ -1 as an index in some cases.
+
Sun Aug 30 18:15:17 1992 Per Bothner (bothner@rtl.cygnus.com)
* cplus-dem.c, demangle.h: Moved to ../libiberty and ../include,