aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa/xm-hppab.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1998-01-30 03:54:54 +0000
committerStan Shebs <shebs@codesourcery.com>1998-01-30 03:54:54 +0000
commit3e269acb3e31249dc5cd21f466d67d8366e21e6e (patch)
tree0c4a6e6ba85e494ab1367bb86a55723105f5e6d7 /gdb/config/pa/xm-hppab.h
parent7092fe96e88be8c8e12005cbed13141374373952 (diff)
downloadgdb-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/pa/xm-hppab.h')
-rw-r--r--gdb/config/pa/xm-hppab.h6
1 files changed, 0 insertions, 6 deletions
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 */