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
d9b761a9
Commit
d9b761a9
authored
Aug 14, 2001
by
Ulrich Weigand
Committed by
Ulrich Weigand
Aug 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define __s390__ also on 64-bit S/390 targets.
From-SVN: r44909
parent
241a88aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/s390/linux64.h
+1
-1
No files found.
gcc/ChangeLog
View file @
d9b761a9
2001
-
08
-
14
Ulrich
Weigand
<
uweigand
@de
.
ibm
.
com
>
*
config
/
s390
/
linux64
.
h
(
CPP_PREDEFINES
)
:
Define
__s390__
also
on
64
-
bit
s390x
targets
.
2001
-
08
-
14
Nick
Clifton
<
nickc
@cambridge
.
redhat
.
com
>
*
config
/
arm
/
arm
.
c
(
arm_compute_initial_elimination_offset
)
:
New
...
...
gcc/config/s390/linux64.h
View file @
d9b761a9
...
...
@@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \
"-Dlinux -Asystem(linux) -Acpu(s390) -Amachine(s390) -D__s390x__ \
"-Dlinux -Asystem(linux) -Acpu(s390) -Amachine(s390) -D__s390
__ -D__s390
x__ \
-Asystem(unix) -Dunix -D__ELF__ \
-D__LONG_MAX__=9223372036854775807L"
...
...
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