aboutsummaryrefslogtreecommitdiff
path: root/libffi/src/ffitest.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2000-04-17 02:15:32 +0000
committerAnthony Green <green@cygnus.com>2000-04-17 02:15:32 +0000
commitc06d64b2290a057da951802cf1ceb8aefc31e89f (patch)
tree5eee77be9c61a0f60260a8f47e6085ac5e0738a5 /libffi/src/ffitest.c
parente30edf41d9bb5da38a779ff403b40c7bc52bba6c (diff)
Port to sparc 32 and 64 Linux.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@33196 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/src/ffitest.c')
-rw-r--r--libffi/src/ffitest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libffi/src/ffitest.c b/libffi/src/ffitest.c
index 3dd0989783c..d4a687c6d53 100644
--- a/libffi/src/ffitest.c
+++ b/libffi/src/ffitest.c
@@ -224,7 +224,7 @@ int main(/*@unused@*/ int argc, /*@unused@*/ char *argv[])
signed int si1;
signed int si2;
-#if defined(ALPHA) || defined(IA64) || (defined(MIPS) && (_MIPS_SIM == _ABIN32))
+#if defined(ALPHA) || defined(IA64) || defined(SPARC64) || (defined(MIPS) && (_MIPS_SIM == _ABIN32))
long long rint;
#else
int rint;
@@ -295,7 +295,7 @@ int main(/*@unused@*/ int argc, /*@unused@*/ char *argv[])
/* return value tests */
{
-#if defined(MIPS) || defined(SPARC) /* || defined(ARM) */
+#if defined(MIPS) /* || defined(ARM) */
puts ("long long tests not run. This is a known bug on this architecture.");
#else
args[0] = &ffi_type_sint64;