diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-08 06:35:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-08 06:35:40 +0000 |
commit | bf64bfd6baaed5dfd64fe518f84e87f95ef8665e (patch) | |
tree | d7563d28b492c5cccd349d81b588628118adb55a /gdb/config/mips/tm-mips64.h | |
parent | b0069a177563e97d76ab70c0e9f70ffe85759876 (diff) | |
download | gdb-bf64bfd6baaed5dfd64fe518f84e87f95ef8665e.zip gdb-bf64bfd6baaed5dfd64fe518f84e87f95ef8665e.tar.gz gdb-bf64bfd6baaed5dfd64fe518f84e87f95ef8665e.tar.bz2 |
MIPS is always multi-arch enabled.
Diffstat (limited to 'gdb/config/mips/tm-mips64.h')
-rw-r--r-- | gdb/config/mips/tm-mips64.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/config/mips/tm-mips64.h b/gdb/config/mips/tm-mips64.h index 0031695..f13fa7a 100644 --- a/gdb/config/mips/tm-mips64.h +++ b/gdb/config/mips/tm-mips64.h @@ -35,21 +35,5 @@ #define OP_LDFPR 065 /* ldc1 */ #define OP_LDGPR 067 /* ld */ -#if defined(MIPS_EABI) && (MIPS_EABI != 0) -/* Define sizes for 64-bit data types, allow specific targets to override - these values. Doing so may violate the strict EABI, but it's necessary - for some MIPS III and MIPS IV machines that want 64bit longs, but 32bit - pointers. */ -#ifndef TARGET_LONG_BIT -#define TARGET_LONG_BIT 64 -#endif -#ifndef TARGET_LONG_LONG_BIT -#define TARGET_LONG_LONG_BIT 64 -#endif -#ifndef TARGET_PTR_BIT -#define TARGET_PTR_BIT 64 -#endif -#endif /* MIPS_EABI */ - /* Get the basic MIPS definitions. */ #include "tm-mips.h" |