mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 06:43:58 +08:00
* 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.
This commit is contained in:
parent
126436a8ca
commit
81a80f3282
@ -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.
|
||||
|
@ -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 *));
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user