diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-01-30 03:54:54 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-01-30 03:54:54 +0000 |
commit | 3e269acb3e31249dc5cd21f466d67d8366e21e6e (patch) | |
tree | 0c4a6e6ba85e494ab1367bb86a55723105f5e6d7 /gdb/config/mips/tm-mipsm3.h | |
parent | 7092fe96e88be8c8e12005cbed13141374373952 (diff) | |
download | gdb-3e269acb3e31249dc5cd21f466d67d8366e21e6e.zip gdb-3e269acb3e31249dc5cd21f466d67d8366e21e6e.tar.gz gdb-3e269acb3e31249dc5cd21f466d67d8366e21e6e.tar.bz2 |
* coffread.c (coff_symtab_read) [SEM]: Remove code, macro can
never be defined.
* dbxread.c (process_one_symbol) [BLOCK_ADDRESS_ABSOLUTE]:
Remove, no longer needed.
* hppa-tdep.c (N_SET_MAGIC): Remove, no longer used.
* config/pa/xm-hppab.h (SEEK_SET, SEEK_CUR, SEEK_END): Ditto.
* config/mips/tm-mipsm3.h (NUMERIC_REG_NAMES): Ditto.
* config/mips/mipsm3.mt (TDEPFILES): Remove mipsread.o.
Cruft discovered while working on GDB internals manual
Diffstat (limited to 'gdb/config/mips/tm-mipsm3.h')
-rw-r--r-- | gdb/config/mips/tm-mipsm3.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/mips/tm-mipsm3.h b/gdb/config/mips/tm-mipsm3.h index 22057b4..f736604 100644 --- a/gdb/config/mips/tm-mipsm3.h +++ b/gdb/config/mips/tm-mipsm3.h @@ -62,10 +62,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #undef STACK_END_ADDR #define STACK_END_ADDR USRSTACK -/* Don't output r?? names for registers, since they - * can't be used as reg names anyway - */ -#define NUMERIC_REG_NAMES - /* Output registers in tabular format */ #define TABULAR_REGISTER_OUTPUT |