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
c1a61ccc
Commit
c1a61ccc
authored
Nov 26, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CPP_PREDEFINES): Set __unaligned and __stdcall to null.
From-SVN: r10601
parent
320dd7a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/config/alpha/win-nt.h
+5
-5
No files found.
gcc/config/alpha/win-nt.h
View file @
c1a61ccc
...
...
@@ -28,14 +28,14 @@ Boston, MA 02111-1307, USA. */
/* Names to predefine in the preprocessor for this target machine. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-DWIN32 -D_WIN32\
-D
WINNT -D__STDC__=0 -DALMOST_STDC -D_M_ALPHA
\
-D_
ALPHA_ -D__alpha -D__alpha__ -D_LONGLONG -Asystem(winnt) -Acpu(alpha)
\
-Amachine(alpha)"
#define CPP_PREDEFINES "-DWIN32 -D_WIN32
-DWINNT -D__STDC__=0 -DALMOST_STDC
\
-D
_M_ALPHA -D_ALPHA_ -D__alpha -D__alpha__
\
-D_
LONGLONG -D__unaligned= -D__stdcall=
\
-A
system(winnt) -Acpu(alpha) -A
machine(alpha)"
#undef ASM_SPEC
#undef ASM_FINAL_SPEC
#define ASM_SPEC "-nopp -nologo"
#define ASM_SPEC "-nopp -nologo
%{g:-Zi}
"
/* Pointer is 32 bits but the hardware has 64-bit addresses, sign extended. */
#undef POINTER_SIZE
...
...
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