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
+Thu Jan 29 19:39:31 1998 Stan Shebs <shebs@andros.cygnus.com>
+
+ * 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.
+
Wed Jan 28 14:46:52 1998 Stan Shebs <shebs@andros.cygnus.com>
Suggested by Chris Walter <walter@budoe.bu.edu>:
# Target: Little-endian MIPS machine such as pmax
# running Mach 3.0 operating system
-TDEPFILES= mips-tdep.o mipsread.o
+TDEPFILES= mips-tdep.o
TM_FILE= tm-mipsm3.h
#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
#define HOST_BYTE_ORDER BIG_ENDIAN
#include "pa/xm-pa.h"
-
-#ifndef SEEK_SET
-# define SEEK_SET 0 /* Set file pointer to "offset" */
-# define SEEK_CUR 1 /* Set file pointer to current plus "offset" */
-# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
-#endif /* SEEK_SET */
#include "a.out.encap.h"
#else
#endif
-#ifndef N_SET_MAGIC
-#define N_SET_MAGIC(exec, val) ((exec).a_magic = (val))
-#endif
/*#include <sys/user.h> After a.out.h */
#include <sys/file.h>