X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Falpha-nat.c;h=4bf33b352a27d658431665b64ab1240e7c0b6a69;hb=ec9914b0ad1712323687a28c1a265f0d85ec48df;hp=089e56fea10753d109cbd227b94e43db85724990;hpb=72ec28b8afa357cdde70c612b4e0e9f37a34f8e4;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c index 089e56fea1..4bf33b352a 100644 --- a/gdb/alpha-nat.c +++ b/gdb/alpha-nat.c @@ -33,10 +33,8 @@ /* Prototypes for local functions. */ -static void fetch_osf_core_registers PARAMS ((char *, - unsigned, int, CORE_ADDR)); -static void fetch_elf_core_registers PARAMS ((char *, - unsigned, int, CORE_ADDR)); +static void fetch_osf_core_registers (char *, unsigned, int, CORE_ADDR); +static void fetch_elf_core_registers (char *, unsigned, int, CORE_ADDR); /* Size of elements in jmpbuf */ @@ -199,6 +197,9 @@ kernel_u_size () #if defined(USE_PROC_FS) || defined(HAVE_GREGSET_T) #include +/* Prototypes for supply_gregset etc. */ +#include "gregset.h" + /* * See the comment in m68k-tdep.c regarding the utility of these functions. */