mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-27 02:14:04 +08:00
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:
parent
60f1ad85ac
commit
7631a23e41
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
start-sanitize-gdbtk
|
||||
Mon Jul 21 22:24:07 1997 Martin M. Hunt <hunt@cygnus.com>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user