]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/tm-sysv4.h
PARAMS removal.
[thirdparty/binutils-gdb.git] / gdb / config / tm-sysv4.h
index 61f2568f2a51e9b3cc6599c3db9ce3af799389ba..f6fda358fe00004975a56ef9997d73acae331a4f 100644 (file)
@@ -28,7 +28,7 @@
    (e.g. on Irix5).  */
 
 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) in_plt_section((pc), (name))
-extern int in_plt_section PARAMS ((CORE_ADDR, char *));
+extern int in_plt_section (CORE_ADDR, char *);
 
 /* If PC is in a shared library trampoline code, return the PC
    where the function itself actually starts.  If not, return 0.  */