Update/correct copyright notices.
[deliverable/binutils-gdb.git] / gdb / config / sparc / tm-sun4os4.h
index 5acc70fc8452dcb0fe86a28d0eb0f9444206e8d3..b561b13adc7391c486f7549357ed8dffc3b0d72a 100644 (file)
@@ -1,5 +1,6 @@
 /* Macro definitions for GDB for a Sun 4 running sunos 4.
-   Copyright 1989, 1992, 1994, 1995 Free Software Foundation, Inc.
+   Copyright 1989, 1992, 1994, 1995, 1998, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,7 +27,7 @@
 
 #undef SKIP_TRAMPOLINE_CODE
 #define SKIP_TRAMPOLINE_CODE(pc)  sunos4_skip_trampoline_code (pc)
-extern CORE_ADDR sunos4_skip_trampoline_code PARAMS ((CORE_ADDR));
+extern CORE_ADDR sunos4_skip_trampoline_code (CORE_ADDR);
 
 /* Offsets into jmp_buf.  Not defined by Sun, but at least documented in a
    comment in <machine/setjmp.h>! */
@@ -49,11 +50,10 @@ extern CORE_ADDR sunos4_skip_trampoline_code PARAMS ((CORE_ADDR));
    extract the pc (JB_PC) that we will land at.  The pc is copied into ADDR.
    This routine returns true on success */
 
-extern int
-get_longjmp_target PARAMS ((CORE_ADDR *));
+extern int get_longjmp_target (CORE_ADDR *);
 
 #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
 
-extern char *sunpro_static_transform_name PARAMS ((char *));
+extern char *sunpro_static_transform_name (char *);
 #define STATIC_TRANSFORM_NAME(x) sunpro_static_transform_name (x)
 #define IS_STATIC_TRANSFORM_NAME(name) ((name)[0] == '$')
This page took 0.02353 seconds and 4 git commands to generate.