* [obish] Conver cris to gdbarch_register_type
@ 2004-08-02 21:00 Andrew Cagney
0 siblings, 0 replies; only message in thread
From: Andrew Cagney @ 2004-08-02 21:00 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 33 bytes --]
Trival tweak,
committed,
Andrew
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1225 bytes --]
2004-08-02 Andrew Cagney <cagney@gnu.org>
* cris-tdep.c (cris_register_type): Replace
cris_register_virtual_type.
(cris_gdbarch_init): Update, set register_type.
Index: cris-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/cris-tdep.c,v
retrieving revision 1.111
diff -p -u -r1.111 cris-tdep.c
--- cris-tdep.c 31 Jul 2004 21:53:17 -0000 1.111
+++ cris-tdep.c 2 Aug 2004 20:58:32 -0000
@@ -1211,7 +1211,7 @@ cris_register_offset (int regno)
of data in register regno. */
static struct type *
-cris_register_virtual_type (int regno)
+cris_register_type (struct gdbarch *gdbarch, int regno)
{
if (regno == SP_REGNUM || regno == PC_REGNUM
|| (regno > P8_REGNUM && regno < USP_REGNUM))
@@ -3862,7 +3862,7 @@ cris_gdbarch_init (struct gdbarch_info i
/* The length of the registers in the program's representation. */
set_gdbarch_deprecated_register_virtual_size (gdbarch, cris_register_size);
- set_gdbarch_deprecated_register_virtual_type (gdbarch, cris_register_virtual_type);
+ set_gdbarch_register_type (gdbarch, cris_register_type);
/* Dummy frame functions. */
set_gdbarch_push_dummy_code (gdbarch, cris_push_dummy_code);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-02 21:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-02 21:00 [obish] Conver cris to gdbarch_register_type Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox