[gdb/symtab] Enable ada .gdb_index
[deliverable/binutils-gdb.git] / include / gdb / sim-ppc.h
index 36ce927405cf7f5a3b2b2e90f66f97d2001ff16f..c72436fcccac7341264d6fae971db3ed194a3c28 100644 (file)
@@ -1,6 +1,6 @@
 /* sim-ppc.h --- interface between PowerPC simulator and GDB.
 
-   Copyright 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2004-2020 Free Software Foundation, Inc.
 
    Contributed by Red Hat.
 
@@ -762,6 +762,10 @@ enum
   };
 
 
+/* Return the register name for the supplied SPR number if any, or
+   NULL if none.  */
+extern const char *sim_spr_register_name (int);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.03638 seconds and 4 git commands to generate.