* 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
This commit is contained in:
Stan Shebs 1998-01-30 03:54:54 +00:00
parent 7092fe96e8
commit 3e269acb3e
5 changed files with 12 additions and 15 deletions

View File

@ -1,3 +1,14 @@
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>:

View File

@ -1,4 +1,4 @@
# 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

View File

@ -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

View File

@ -25,9 +25,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#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 */

View File

@ -40,9 +40,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#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>