* configure.tgt: Mark v850 as multi-arched.
[deliverable/binutils-gdb.git] / gdb / h8300-tdep.c
index e335fdb4d5db15494d3b540df1b75fe7d9a94872..93b9bbb78c188ada7d19298a322872c1e89b6a02 100644 (file)
@@ -1,6 +1,7 @@
 /* Target-machine dependent code for Hitachi H8/300, for GDB.
-   Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999,
-   2000, 2001 Free Software Foundation, Inc.
+
+   Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
+   1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -834,7 +835,7 @@ h8300_print_register_hook (int regno)
       int C, Z, N, V;
       unsigned char b[4];
       unsigned char l;
-      read_relative_register_raw_bytes (regno, b);
+      frame_register_read (selected_frame, regno, b);
       l = b[REGISTER_VIRTUAL_SIZE (8) - 1];
       printf_unfiltered ("\t");
       printf_unfiltered ("I-%d - ", (l & 0x80) != 0);
This page took 0.023738 seconds and 4 git commands to generate.