diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-10-16 02:53:37 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-10-16 02:53:37 +0000 |
commit | 7bfe11e286c0a891bab6513af58a0361ef3f3b86 (patch) | |
tree | 520aeee0e08d6de90186b3bd3579c68387efb91a /gdb/config | |
parent | dd877625717287a033b572ac8d90f65f6bfbc173 (diff) | |
download | gdb-7bfe11e286c0a891bab6513af58a0361ef3f3b86.zip gdb-7bfe11e286c0a891bab6513af58a0361ef3f3b86.tar.gz gdb-7bfe11e286c0a891bab6513af58a0361ef3f3b86.tar.bz2 |
* tm-sp64.h (SETUP_ARBITRARY_FRAME, RAME_SPECIFICATION_DYADIC):
Remove, nevermore used.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/sparc/tm-sp64.h | 8 |
1 files changed, 0 insertions, 8 deletions
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. */ |