diff options
author | Kung Hsu <kung@cygnus> | 1994-06-21 21:09:13 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1994-06-21 21:09:13 +0000 |
commit | 733fa4c2f85032c891f2619432fbd63ada5ae9e9 (patch) | |
tree | 9f4a3a4163b32c8e85326c10d79f93487eac20da /gdb | |
parent | 9d11577a582935b75302adcb1137be1f1801b0ca (diff) | |
download | binutils-gdb-733fa4c2f85032c891f2619432fbd63ada5ae9e9.tar.gz |
Modified Files:
tm-mips64.h tm-bigmips64.h
* config/mips/tm-mips64.h: define FORCE_LONG_LONG to force LONGEST
to be long long in gdb.
* config/mips/tm-bigmips.h: ditto.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/mips/tm-bigmips64.h | 3 | ||||
-rw-r--r-- | gdb/config/mips/tm-mips64.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-bigmips64.h b/gdb/config/mips/tm-bigmips64.h index 1238ea284a0..a9161d8039b 100644 --- a/gdb/config/mips/tm-bigmips64.h +++ b/gdb/config/mips/tm-bigmips64.h @@ -20,6 +20,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define GDB_TARGET_IS_MIPS64 +/* force LONGEST to be long long in gdb */ +#define FORCE_LONG_LONG + /* Use eight byte registers. */ #define MIPS_REGSIZE 8 diff --git a/gdb/config/mips/tm-mips64.h b/gdb/config/mips/tm-mips64.h index a520d7f160b..87afc21c8a4 100644 --- a/gdb/config/mips/tm-mips64.h +++ b/gdb/config/mips/tm-mips64.h @@ -20,6 +20,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define GDB_TARGET_IS_MIPS64 +/* force LONGEST to be long long in gdb */ +#define FORCE_LONG_LONG + /* Use eight byte registers. */ #define MIPS_REGSIZE 8 |