From 7bfe11e286c0a891bab6513af58a0361ef3f3b86 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Fri, 16 Oct 1998 02:53:37 +0000 Subject: [PATCH] * tm-sp64.h (SETUP_ARBITRARY_FRAME, RAME_SPECIFICATION_DYADIC): Remove, nevermore used. --- gdb/ChangeLog | 16 ++++++++++++---- gdb/config/sparc/tm-sp64.h | 8 -------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e1e17625c8..9cca78cc4e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 15 19:50:48 1998 Stan Shebs + + * tm-sp64.h (SETUP_ARBITRARY_FRAME, RAME_SPECIFICATION_DYADIC): + Remove, nevermore used. + Thu Oct 15 16:55:00 1998 Andrew Cagney * command.c: Include "wait.h" after, rather than before, . @@ -6,13 +11,15 @@ Thu Oct 15 16:55:00 1998 Andrew Cagney 1998-10-14 Jason Molenda (jsm@bugshack.cygnus.com) - * defs.h: Move _initialize_printcmd, _initialize_stack, - _initialize_blockframe out of here and in to their respective .c files. + * defs.h: Move _initialize_printcmd, _initialize_stack, + _initialize_blockframe out of here and in to their respective .c + files. * blockframe.c: Move _initialize_blockframe prototype to here. * printcmd.c: Move _initialize_printcmd prototype to here. * stack.c: Move _initialize_stack prototype to here. - * source.c, symtab.h: Move _initialize_source prototype to the .c file. + * source.c, symtab.h: Move _initialize_source prototype to the .c + file. * values.c, value.h: Move _initialize_values prototype to the .c file. * gdbthread.h, thread.c: Move _initialize_thread prototype to the .c file. @@ -1589,7 +1596,8 @@ Tue Apr 28 19:41:33 1998 Tom Tromey Tue Apr 28 17:41:20 1998 Philippe De Muyter - * symfile.c (overlay_auto_command): Add forgotten parameter definitions. + * symfile.c (overlay_auto_command): Add forgotten parameter + definitions. (overlay_manual_command, overlay_off_command): Likewise. (overlay_load_command): Likewise. * tracepoint.c (memrange_cmp): Parameters have type void *, not diff --git a/gdb/config/sparc/tm-sp64.h b/gdb/config/sparc/tm-sp64.h index 4665bcc715..40a9a626d0 100644 --- a/gdb/config/sparc/tm-sp64.h +++ b/gdb/config/sparc/tm-sp64.h @@ -327,14 +327,6 @@ struct value; #undef FRAME_ARGS_SKIP #define FRAME_ARGS_SKIP 136 -/* We need two arguments (in general) to the "info frame" command. - Note that the definition of this macro implies that there exists a - function "setup_arbitrary_frame" in sparc-tdep.c */ - -#undef SETUP_ARBITRARY_FRAME /*FIXME*/ -#undef FRAME_SPECIFICATION_DYADIC -#define FRAME_SPECIFICATION_DYADIC - /* Offsets into jmp_buf. FIXME: This was borrowed from the v8 stuff and will probably have to change for v9. */ -- 2.34.1