mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* {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.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user