X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdelta68-nat.c;h=bf81b84ce7a1839aa02641a872b8debee34ae7ae;hb=fba45db2faf619e71856ee38ec63949c0ef6903e;hp=f54f1b8db4d7f48b318ada406a6ad209465e7130;hpb=d0352a18a504a4e7b761f6b3264cf11347d8d056;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/delta68-nat.c b/gdb/delta68-nat.c index f54f1b8db4..bf81b84ce7 100644 --- a/gdb/delta68-nat.c +++ b/gdb/delta68-nat.c @@ -34,9 +34,7 @@ BLOCKEND is the address of the end of the user structure. */ CORE_ADDR -register_addr (regno, blockend) - int regno; - CORE_ADDR blockend; +register_addr (int regno, CORE_ADDR blockend) { static int sysv68reg[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, -1, 15, 16}; @@ -64,7 +62,7 @@ CORE_ADDR kernel_u_addr; /* Read the value of the u area from the kernel. */ void -_initialize_delta68_nat () +_initialize_delta68_nat (void) { struct nlist nl[2]; @@ -79,14 +77,14 @@ _initialize_delta68_nat () } } -clear_insn_cache () +clear_insn_cache (void) { #ifdef MCT_TEXT /* in sys/signal.h on sysV68 R3V7.1 */ memctl (0, 4096, MCT_TEXT); #endif } -kernel_u_size () +kernel_u_size (void) { return sizeof (struct user); }