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
7daa56f5
Commit
7daa56f5
authored
Apr 13, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't #include stamp.h for WINNT.
(input_operand, case CONST): Allow ptr_mode and DImode. From-SVN: r9369
parent
c6b31600
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gcc/config/alpha/alpha.c
+3
-2
No files found.
gcc/config/alpha/alpha.c
View file @
7daa56f5
...
...
@@ -322,7 +322,8 @@ input_operand (op, mode)
case
LABEL_REF
:
case
SYMBOL_REF
:
case
CONST
:
return
mode
==
DImode
;
/* This handles both the Windows/NT and OSF cases. */
return
mode
==
ptr_mode
||
mode
==
DImode
;
case
REG
:
return
1
;
...
...
@@ -1209,7 +1210,7 @@ direct_return ()
/* Write a version stamp. Don't write anything if we are running as a
cross-compiler. Otherwise, use the versions in /usr/include/stamp.h. */
#if
ndef CROSS_COMPILE
#if
!defined(CROSS_COMPILE) && !defined(WINNT)
#include <stamp.h>
#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