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.
This commit is contained in:
Kung Hsu 1994-06-21 21:09:13 +00:00
parent 9d11577a58
commit 733fa4c2f8
2 changed files with 6 additions and 0 deletions

View File

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

View File

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