* i386-xdep.c, pyr-tdep.c, pyr-xdep.c, remote-vx.c, solib.c,
[deliverable/binutils-gdb.git] / gdb / pyr-tdep.c
index 27192a3ea5b2ac2015c0f12e0d47072f92f5d363..f3a3cde97c75d968910d48511f5463bd2f219545 100644 (file)
@@ -1,5 +1,5 @@
-/* Low level interface to ptrace, for GDB when running under Unix.
-   Copyright (C) 1988, 1989 Free Software Foundation, Inc.
+/* Pyramid target-dependent code for GDB.
+   Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#include "param.h"
+#include "defs.h"
+
 /*** Prettier register printing. ***/
 
 /* Print registers in the same format as pyramid's dbx, adb, sdb.  */
@@ -74,7 +77,7 @@ pyr_do_registers_info (regnum, fpregs)
        if (val == 0)
          printf_filtered ("0");
        else
-         printf_filtered ("0x%08x  %d", val, val);
+         printf_filtered ("%s  %d", local_hex_string_custom(val,"08"), val);
        printf_filtered("\n");
       }
 }
This page took 0.024509 seconds and 4 git commands to generate.