Put GDB's terminal settings into effect when paginating
[deliverable/binutils-gdb.git] / gdb / sparc64-sol2-tdep.c
index 00c4d9752a808388968b12398c5680745b0b5d31..507838a5d43b119c47b5b1e907fc5904ef176be1 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Solaris UltraSPARC.
 
-   Copyright (C) 2003-2004, 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -33,7 +33,7 @@
 #include "solib-svr4.h"
 
 /* From <sys/regset.h>.  */
-const struct sparc_gregset sparc64_sol2_gregset =
+const struct sparc_gregmap sparc64_sol2_gregmap =
 {
   32 * 8,                      /* "tstate" */
   33 * 8,                      /* %pc */
@@ -45,6 +45,12 @@ const struct sparc_gregset sparc64_sol2_gregset =
   16 * 8,                      /* %l0 */
   8                            /* sizeof (%y) */
 };
+
+const struct sparc_fpregmap sparc64_sol2_fpregmap =
+{
+  0 * 8,                       /* %f0 */
+  33 * 8,                      /* %fsr */
+};
 \f
 
 static struct sparc_frame_cache *
@@ -130,7 +136,7 @@ sparc64_sol2_sigtramp_frame_sniffer (const struct frame_unwind *self,
                                     void **this_cache)
 {
   CORE_ADDR pc = get_frame_pc (this_frame);
-  char *name;
+  const char *name;
 
   find_pc_partial_function (pc, &name, NULL, NULL);
   if (sparc_sol2_pc_in_sigtramp (pc, name))
This page took 0.023816 seconds and 4 git commands to generate.