aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/mipsm3.mt2
-rw-r--r--gdb/config/mips/tm-mipsm3.h5
-rw-r--r--gdb/config/pa/xm-hppab.h6
3 files changed, 1 insertions, 12 deletions
diff --git a/gdb/config/mips/mipsm3.mt b/gdb/config/mips/mipsm3.mt
index d122be1..66856d1 100644
--- a/gdb/config/mips/mipsm3.mt
+++ b/gdb/config/mips/mipsm3.mt
@@ -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
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
diff --git a/gdb/config/pa/xm-hppab.h b/gdb/config/pa/xm-hppab.h
index 463c1e0..9f6467f 100644
--- a/gdb/config/pa/xm-hppab.h
+++ b/gdb/config/pa/xm-hppab.h
@@ -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 */