implement support for "enum class"
[deliverable/binutils-gdb.git] / gdb / sparc-tdep.h
index cafc627e4f1fbe3047298f30e1df4a4dad289bbd..a065ebe306cf4c4bf23e9eb5adf32cbbf6c55fb3 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for SPARC.
 
-   Copyright (C) 2003-2013 Free Software Foundation, Inc.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -193,6 +193,9 @@ extern struct sparc_frame_cache *
 extern struct sparc_frame_cache *
   sparc32_frame_cache (struct frame_info *this_frame, void **this_cache);
 
+extern int
+  sparc_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR pc);
+
 \f
 
 extern int sparc_software_single_step (struct frame_info *frame);
@@ -220,6 +223,8 @@ extern void sparc32_collect_fpregset (const struct sparc_fpregset *fpregset,
                                      const struct regcache *regcache,
                                      int regnum, void *fpregs);
 
+extern int sparc_is_annulled_branch_insn (CORE_ADDR pc);
+
 /* Functions and variables exported from sparc-sol2-tdep.c.  */
 
 /* Register offsets for Solaris 2.  */
This page took 0.024408 seconds and 4 git commands to generate.