* Makefile.in (init.c): Generate with prototypes.
authorFred Fish <fnf@specifix.com>
Wed, 14 Aug 1996 20:29:08 +0000 (20:29 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 14 Aug 1996 20:29:08 +0000 (20:29 +0000)
* config/pa/tm-hppa.h (frame_saved_pc): Add prototype.
* config/rs6000/xm-rs6000.h (aix_resizewindow): Ditto.
* config/rs6000/tm-rs6000.h (frame_initial_stack_address): Ditto.
(pc_load_segment_name): Ditto.
(pop_frame): Ditto.
(extract_return_value): Ditto.
(is_magic_function_pointer): Ditto.
(push_dummy_frame): Ditto.
(fix_call_dummy): Ditto.
(push_arguments): Ditto.
(skip_trampoline_code): Ditto.
(aix_process_linenos): Ditto.

* config/m68k/tm-cisco.h (get_longjmp_target): Add prototype.
* config/m68k/tm-es1800.h: Ditto.
* config/m68k/tm-vx68.h: Ditto.
* config/m68k/tm-sun3.h: Ditto.
* config/m68k/tm-m68kv4.h: Ditto.

gdb/ChangeLog
gdb/config/m68k/tm-es1800.h
gdb/config/m68k/tm-m68kv4.h
gdb/config/m68k/tm-sun3.h
gdb/config/m68k/tm-vx68.h
gdb/config/rs6000/xm-rs6000.h

index 22ef88c..37f2db0 100644 (file)
@@ -1,3 +1,26 @@
+Wed Aug 14 02:03:42 1996  Fred Fish  <fnf@rtl.cygnus.com>
+
+       * Makefile.in (init.c):  Generate with prototypes.
+
+       * config/pa/tm-hppa.h (frame_saved_pc): Add prototype.
+       * config/rs6000/xm-rs6000.h (aix_resizewindow): Ditto.
+       * config/rs6000/tm-rs6000.h (frame_initial_stack_address): Ditto.
+       (pc_load_segment_name): Ditto.
+       (pop_frame): Ditto.
+       (extract_return_value): Ditto.
+       (is_magic_function_pointer): Ditto.
+       (push_dummy_frame): Ditto.
+       (fix_call_dummy): Ditto.
+       (push_arguments): Ditto.
+       (skip_trampoline_code): Ditto.
+       (aix_process_linenos): Ditto.
+
+       * config/m68k/tm-cisco.h (get_longjmp_target): Add prototype.
+       * config/m68k/tm-es1800.h: Ditto.
+       * config/m68k/tm-vx68.h: Ditto.
+       * config/m68k/tm-sun3.h: Ditto.
+       * config/m68k/tm-m68kv4.h: Ditto.
+
 Tue Aug 13 23:04:36 1996  Fred Fish  <fnf@cygnus.com>
 
        * config/mips/nm-mips.h (get_longjmp_target): Add prototype.
index d4f790e..ce2af1d 100644 (file)
@@ -56,3 +56,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    This routine returns true on success */
 
 #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
+extern int get_longjmp_target PARAMS ((CORE_ADDR *));
index f5d467c..42f7d7f 100644 (file)
@@ -64,6 +64,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    This routine returns true on success */
 
 #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
+extern int get_longjmp_target PARAMS ((CORE_ADDR *));
 
 /* Convert a DWARF register number to a gdb REGNUM.  */
 #define DWARF_REG_TO_REGNUM(num) ((num) < 16 ? (num) : (num)+FP0_REGNUM-16)
index 7cd1208..be45db4 100644 (file)
@@ -74,6 +74,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    This routine returns true on success */
 
 #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
+extern int get_longjmp_target PARAMS ((CORE_ADDR *));
 
 /* If sun3 pcc says that a parameter is a short, it's a short.  */
 #define BELIEVE_PCC_PROMOTION_TYPE
index 9c09d24..a194b94 100644 (file)
@@ -80,6 +80,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    This routine returns true on success */
 
 #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
+extern int get_longjmp_target PARAMS ((CORE_ADDR *));
 
 /* Number of registers in a ptrace_getregs call. */
 
index ddd1758..df30db8 100644 (file)
@@ -72,7 +72,7 @@ extern char *strdup PARAMS ((char *));
 /* Signal handler for SIGWINCH `window size changed'. */
 
 #define        SIGWINCH_HANDLER  aix_resizewindow
-extern void    aix_resizewindow ();
+extern void    aix_resizewindow PARAMS ((void));
 
 /* This doesn't seem to be declared in any header file I can find.  */
 char *termdef PARAMS ((int, int));