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
a543c709
Commit
a543c709
authored
Oct 31, 2002
by
Steve Ellcey
Committed by
Steve Ellcey
Oct 31, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set for non-floats.
From-SVN: r58693
parent
cdc58a82
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/ia64/hpux.h
+1
-1
No files found.
gcc/ChangeLog
View file @
a543c709
2002
-
10
-
31
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
config
/
ia64
/
hpux
.
h
(
MEMBER_TYPE_FORCES_BLK
)
:
Set
for
non
-
floats
.
Thu
Oct
31
Dale
Johannesen
<
dalej
@apple
.
com
>
Thu
Oct
31
Dale
Johannesen
<
dalej
@apple
.
com
>
*
config
/
rs6000
/
darwin
.
h
:
Correct
formatting
in
previous
.
*
config
/
rs6000
/
darwin
.
h
:
Correct
formatting
in
previous
.
...
...
gcc/config/ia64/hpux.h
View file @
a543c709
...
@@ -123,7 +123,7 @@ do { \
...
@@ -123,7 +123,7 @@ do { \
ASM_OUTPUT_TYPE_DIRECTIVE (FILE, XSTR (FUN, 0), "function"); \
ASM_OUTPUT_TYPE_DIRECTIVE (FILE, XSTR (FUN, 0), "function"); \
} while (0)
} while (0)
#define MEMBER_TYPE_FORCES_BLK(FIELD, MODE)
1
#define MEMBER_TYPE_FORCES_BLK(FIELD, MODE)
(TREE_CODE (TREE_TYPE (FIELD)) != REAL_TYPE || (MODE == TFmode && !INTEL_EXTENDED_IEEE_FORMAT))
/* Override the setting of FUNCTION_ARG_REG_LITTLE_ENDIAN in
/* Override the setting of FUNCTION_ARG_REG_LITTLE_ENDIAN in
defaults.h. Setting this to true means that we are not passing
defaults.h. Setting this to true means that we are not passing
...
...
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