aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1998-10-16 02:53:37 +0000
committerStan Shebs <shebs@codesourcery.com>1998-10-16 02:53:37 +0000
commit7bfe11e286c0a891bab6513af58a0361ef3f3b86 (patch)
tree520aeee0e08d6de90186b3bd3579c68387efb91a
parentdd877625717287a033b572ac8d90f65f6bfbc173 (diff)
downloadgdb-7bfe11e286c0a891bab6513af58a0361ef3f3b86.zip
gdb-7bfe11e286c0a891bab6513af58a0361ef3f3b86.tar.gz
gdb-7bfe11e286c0a891bab6513af58a0361ef3f3b86.tar.bz2
* tm-sp64.h (SETUP_ARBITRARY_FRAME, RAME_SPECIFICATION_DYADIC):
Remove, nevermore used.
-rw-r--r--gdb/ChangeLog16
-rw-r--r--gdb/config/sparc/tm-sp64.h8
2 files changed, 12 insertions, 12 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e1e1762..9cca78c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/config/sparc/tm-sp64.h b/gdb/config/sparc/tm-sp64.h
index 4665bcc..40a9a62 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. */