mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Committed by Jim Blandy <jimb@redhat.com>:
* regcache.c (struct regcache_descr): fix comment spelling.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-05-12 David Anderson <davea@sgi.com>
|
||||
|
||||
Committed by Jim Blandy <jimb@redhat.com>:
|
||||
* regcache.c (struct regcache_descr): fix comment spelling.
|
||||
|
||||
2004-05-13 J. Brobecker <brobecker@gnat.com>
|
||||
|
||||
* aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
|
||||
|
||||
@@ -64,9 +64,9 @@ struct regcache_descr
|
||||
/* The cooked register space. Each cooked register in the range
|
||||
[0..NR_RAW_REGISTERS) is direct-mapped onto the corresponding raw
|
||||
register. The remaining [NR_RAW_REGISTERS
|
||||
.. NR_COOKED_REGISTERS) (a.k.a. pseudo regiters) are mapped onto
|
||||
.. NR_COOKED_REGISTERS) (a.k.a. pseudo registers) are mapped onto
|
||||
both raw registers and memory by the architecture methods
|
||||
gdbarch_register_read and gdbarch_register_write. */
|
||||
gdbarch_pseudo_register_read and gdbarch_pseudo_register_write. */
|
||||
int nr_cooked_registers;
|
||||
long sizeof_cooked_registers;
|
||||
long sizeof_cooked_register_valid_p;
|
||||
|
||||
Reference in New Issue
Block a user