X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fgdb%2Fsim-ppc.h;h=a18080311f4ff4371b4754242d05fd3fb23eb503;hb=9b254dd1ce46c19dde1dde5b8d1e22e862dfacce;hp=36ce927405cf7f5a3b2b2e90f66f97d2001ff16f;hpb=1d52ba212b3dc7f0e1b7707e4c43c720f4ce9351;p=deliverable%2Fbinutils-gdb.git diff --git a/include/gdb/sim-ppc.h b/include/gdb/sim-ppc.h index 36ce927405..a18080311f 100644 --- a/include/gdb/sim-ppc.h +++ b/include/gdb/sim-ppc.h @@ -1,6 +1,6 @@ /* sim-ppc.h --- interface between PowerPC simulator and GDB. - Copyright 2004, 2007 Free Software Foundation, Inc. + Copyright 2004, 2007, 2008 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