From 18aed4ab20abbd82bfc66d076a8d343bae9b4b75 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Tue, 7 May 2002 18:29:02 +0200 Subject: [PATCH] * target.h (FFETARGET_32bit_longs): Undefine for x86-64. From-SVN: r53259 --- gcc/f/ChangeLog | 8 ++++++-- gcc/f/target.h | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 456cc5df5df..364408f5b90 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +2002-05-07 Jan Hubicka + + * target.h (FFETARGET_32bit_longs): Undefine for x86-64. + 2002-04-29 Joseph S. Myers * invoke.texi: Use @gol at ends of lines inside @gccoptlist. @@ -35,7 +39,7 @@ Mon Apr 15 10:59:14 2002 Mark Mitchell * Make-lang.in (f/target.o): Depend on diagnostic.h. * target.c: Include diagnostic.h. - (ffetarget_memcpy_): Call sorry if host and target endians are + (ffetarget_memcpy_): Call sorry if host and target endians are not matching. Thu Apr 4 23:29:48 2002 Neil Booth @@ -175,7 +179,7 @@ Thu Feb 28 07:53:46 2002 Neil Booth * intrin.def: Use 'N' constraints in table of intrinsics. * intdoc.c: Document this constraint. * intdoc.texi: Regenerated. - + 2002-02-04 Philipp Thomas * implic.c lex.c stb.c ste.c stu.c: Update copyright dates. diff --git a/gcc/f/target.h b/gcc/f/target.h index 1c50b1c2fa5..ae4c8e3e8c2 100644 --- a/gcc/f/target.h +++ b/gcc/f/target.h @@ -1,5 +1,5 @@ /* target.h -- Public #include File (module.h template V1.0) - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -224,7 +224,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define FFETARGET_f2cTYLOGICAL2 13 #define FFETARGET_f2cTYQUAD 14 -#if !defined(__alpha__) && (!defined (_ARCH_PPC) || !defined (__64BIT__)) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__))) && (!defined(__ia64__) || !defined(__LP64__)) && (!defined(__hppa__) || !defined(__LP64__)) && !defined(__s390x__) +#if !defined(__alpha__) && (!defined (_ARCH_PPC) || !defined (__64BIT__)) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__))) && (!defined(__ia64__) || !defined(__LP64__)) && (!defined(__hppa__) || !defined(__LP64__)) && !defined(__s390x__) && !defined(__x86_64__) #define FFETARGET_32bit_longs #endif -- 2.30.2