* tm-sp64.h (SETUP_ARBITRARY_FRAME, RAME_SPECIFICATION_DYADIC):

Remove, nevermore used.
This commit is contained in:
Stan Shebs 1998-10-16 02:53:37 +00:00
parent dd87762571
commit 7bfe11e286
2 changed files with 12 additions and 12 deletions

View File

@ -1,3 +1,8 @@
Thu Oct 15 19:50:48 1998 Stan Shebs <shebs@andros.cygnus.com>
* tm-sp64.h (SETUP_ARBITRARY_FRAME, RAME_SPECIFICATION_DYADIC):
Remove, nevermore used.
Thu Oct 15 16:55:00 1998 Andrew Cagney <cagney@b1.cygnus.com>
* command.c: Include "wait.h" after, rather than before, <wait.h>.
@ -6,13 +11,15 @@ Thu Oct 15 16:55:00 1998 Andrew Cagney <cagney@b1.cygnus.com>
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 <tromey@cygnus.com>
Tue Apr 28 17:41:20 1998 Philippe De Muyter <phdm@macqel.be>
* 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

View File

@ -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. */