5.2 released.
[deliverable/binutils-gdb.git] / gdb / config / tm-sysv4.h
index 61f2568f2a51e9b3cc6599c3db9ce3af799389ba..35b95eb71f8927285ca3233e6af4a36d7ff24ef2 100644 (file)
@@ -1,5 +1,6 @@
 /* Macro definitions for GDB on all SVR4 target systems.
-   Copyright 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+   Copyright 1991, 1992, 1993, 1994, 1996, 1997, 2000
+   Free Software Foundation, Inc.
    Written by Fred Fish at Cygnus Support (fnf@cygnus.com).
 
    This file is part of GDB.
@@ -28,7 +29,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.  */
This page took 0.024339 seconds and 4 git commands to generate.