diff options
Diffstat (limited to 'gdb/config/tm-sysv4.h')
-rw-r--r-- | gdb/config/tm-sysv4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/tm-sysv4.h b/gdb/config/tm-sysv4.h index 61f2568f2a5..f6fda358fe0 100644 --- a/gdb/config/tm-sysv4.h +++ b/gdb/config/tm-sysv4.h @@ -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. */ |