]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/ns32k/tm-merlin.h
PARAMS removal.
[thirdparty/binutils-gdb.git] / gdb / config / ns32k / tm-merlin.h
index 5fa06b8078c4d4b5342a99ef2e2f434e99604a15..ff74d08d0f30607a4a93aa47c2c713122d0a5a76 100644 (file)
@@ -28,7 +28,7 @@
 /* Advance PC across any function entry prologue instructions
    to reach some "real" code.  */
 
-extern CORE_ADDR merlin_skip_prologue PARAMS ((CORE_ADDR));
+extern CORE_ADDR merlin_skip_prologue (CORE_ADDR);
 #define SKIP_PROLOGUE(pc) (merlin_skip_prologue (pc))
 
 /* Immediately after a function call, return the saved pc.
@@ -193,7 +193,7 @@ extern CORE_ADDR merlin_skip_prologue PARAMS ((CORE_ADDR));
 /* Return number of args passed to a frame.
    Can return -1, meaning no way to tell.  */
 
-extern int merlin_frame_num_args PARAMS ((struct frame_info * fi));
+extern int merlin_frame_num_args (struct frame_info *fi);
 #define FRAME_NUM_ARGS(fi) (merlin_frame_num_args ((fi)))
 
 /* Return number of bytes at start of arglist that are not really args.  */