* target.h: Handle sparc64 the same way as alpha.
From-SVN: r30907
This commit is contained in:
parent
d5191c94d1
commit
14d01c31bf
@ -1,3 +1,7 @@
|
|||||||
|
1999-12-13 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* target.h: Handle sparc64 the same way as alpha.
|
||||||
|
|
||||||
Sun Nov 28 21:39:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
Sun Nov 28 21:39:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
* com.c (ffecom_file_, ffecom_file, file_buf,
|
* com.c (ffecom_file_, ffecom_file, file_buf,
|
||||||
|
@ -247,7 +247,7 @@ typedef long long ffetargetOffset;
|
|||||||
#define ffetargetOffset_f "ll"
|
#define ffetargetOffset_f "ll"
|
||||||
|
|
||||||
#if FFETARGET_okINTEGER1
|
#if FFETARGET_okINTEGER1
|
||||||
#ifndef __alpha__
|
#if !defined(__alpha__) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__)))
|
||||||
typedef long int ffetargetInteger1;
|
typedef long int ffetargetInteger1;
|
||||||
#define ffetargetInteger1_f "l"
|
#define ffetargetInteger1_f "l"
|
||||||
#else
|
#else
|
||||||
@ -288,7 +288,7 @@ typedef ? ffetargetInteger8;
|
|||||||
?
|
?
|
||||||
#endif
|
#endif
|
||||||
#if FFETARGET_okLOGICAL1
|
#if FFETARGET_okLOGICAL1
|
||||||
#ifndef __alpha__
|
#if !defined(__alpha__) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__)))
|
||||||
typedef long int ffetargetLogical1;
|
typedef long int ffetargetLogical1;
|
||||||
#define ffetargetLogical1_f "l"
|
#define ffetargetLogical1_f "l"
|
||||||
#else
|
#else
|
||||||
@ -330,7 +330,7 @@ typedef ? ffetargetLogical8;
|
|||||||
#endif
|
#endif
|
||||||
#if FFETARGET_okREAL1
|
#if FFETARGET_okREAL1
|
||||||
#ifdef REAL_ARITHMETIC
|
#ifdef REAL_ARITHMETIC
|
||||||
#ifndef __alpha__
|
#if !defined(__alpha__) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__)))
|
||||||
typedef long int ffetargetReal1;
|
typedef long int ffetargetReal1;
|
||||||
#define ffetargetReal1_f "l"
|
#define ffetargetReal1_f "l"
|
||||||
#define ffetarget_cvt_r1_to_rv_ REAL_VALUE_UNTO_TARGET_SINGLE
|
#define ffetarget_cvt_r1_to_rv_ REAL_VALUE_UNTO_TARGET_SINGLE
|
||||||
@ -354,7 +354,7 @@ typedef float ffetargetReal1;
|
|||||||
#endif
|
#endif
|
||||||
#if FFETARGET_okREAL2
|
#if FFETARGET_okREAL2
|
||||||
#ifdef REAL_ARITHMETIC
|
#ifdef REAL_ARITHMETIC
|
||||||
#ifndef __alpha__
|
#if !defined(__alpha__) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__)))
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
long int v[2];
|
long int v[2];
|
||||||
@ -1496,7 +1496,7 @@ void *ffetarget_memcpy_ (void *dst, void *src, size_t len);
|
|||||||
#define ffetarget_init_2()
|
#define ffetarget_init_2()
|
||||||
#define ffetarget_init_3()
|
#define ffetarget_init_3()
|
||||||
#define ffetarget_init_4()
|
#define ffetarget_init_4()
|
||||||
#ifndef __alpha__
|
#if !defined(__alpha__) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__)))
|
||||||
#define ffetarget_integerdefault_is_magical(i) \
|
#define ffetarget_integerdefault_is_magical(i) \
|
||||||
(((unsigned long int) i) == FFETARGET_integerBIG_MAGICAL)
|
(((unsigned long int) i) == FFETARGET_integerBIG_MAGICAL)
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user