diff options
Diffstat (limited to 'gdb/irix5-nat.c')
-rw-r--r-- | gdb/irix5-nat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c index fc4c8cb..8bd81f3 100644 --- a/gdb/irix5-nat.c +++ b/gdb/irix5-nat.c @@ -32,6 +32,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <sys/procfs.h> #include <setjmp.h> /* For JB_XXX. */ +static void +fetch_core_registers PARAMS ((char *, unsigned int, int, unsigned int)); + /* Size of elements in jmpbuf */ #define JB_ELEMENT_SIZE 4 |