Tue Jul 22 12:11:48 1997 Michael Snyder (msnyder@cleaver.cygnus.com)

* config/mips/tm-mips64.h: longs, long longs, and pointers
        are all 64 bits on EABI mips targets.
This commit is contained in:
Michael Snyder
1997-07-22 19:14:46 +00:00
parent 60f1ad85ac
commit 7631a23e41
2 changed files with 12 additions and 0 deletions

View File

@@ -32,5 +32,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define OP_LDFPR 065 /* ldc1 */
#define OP_LDGPR 067 /* ld */
#if defined(MIPS_EABI) && (MIPS_EABI != 0)
/* define sizes for 64-bit data types */
#define TARGET_LONG_BIT 64
#define TARGET_LONG_LONG_BIT 64
#define TARGET_PTR_BIT 64
#endif /* MIPS_EABI */
/* Get the basic MIPS definitions. */
#include "tm-mips.h"