Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
18aed4ab
Commit
18aed4ab
authored
May 07, 2002
by
Jan Hubicka
Committed by
Andreas Jaeger
May 07, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* target.h (FFETARGET_32bit_longs): Undefine for x86-64.
From-SVN: r53259
parent
a1ffecd9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/f/ChangeLog
+4
-0
gcc/f/target.h
+2
-2
No files found.
gcc/f/ChangeLog
View file @
18aed4ab
2002
-
05
-
07
Jan
Hubicka
<
jh
@suse
.
cz
>
*
target
.
h
(
FFETARGET_32bit_longs
)
:
Undefine
for
x86
-
64
.
2002
-
04
-
29
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
invoke
.
texi
:
Use
@gol
at
ends
of
lines
inside
@gccoptlist
.
...
...
gcc/f/target.h
View file @
18aed4ab
/* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment