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
4cba3b67
Commit
4cba3b67
authored
Sep 07, 2001
by
Andreas Jaeger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.h (TARGET_SWITCHES): Fix descriptions.
From-SVN: r45463
parent
d29d2b87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+6
-2
gcc/config/i386/i386.h
+2
-2
No files found.
gcc/ChangeLog
View file @
4cba3b67
2001
-
09
-
07
Andreas
Jaeger
<
aj
@suse
.
de
>
*
i386
.
h
(
TARGET_SWITCHES
)
:
Fix
descriptions
.
2001
-
09
-
07
Matt
Kraai
<
kraai
@alumni
.
carnegiemellon
.
edu
>
*
stor
-
layout
.
c
(
compute_record_mode
)
:
Check
DECL_SIZE
is
set
.
...
...
@@ -111,12 +115,12 @@ Wed Sep 5 17:28:49 CEST 2001 Jan Hubicka <jh@suse.cz>
2001
-
09
-
05
David
Billinghurst
<
David
.
Billinghurst
@riotinto
.
com
>
*
gcc
.
c
:
(
process_command
)
Add
parentheses
around
assignment
*
gcc
.
c
:
(
process_command
)
Add
parentheses
around
assignment
used
as
truth
value
.
2001
-
09
-
05
Richard
Sandiford
<
rsandifo
@redhat
.
com
>
*
config
/
mips
/
mips
.
c
(
save_restore_insns
)
:
Don
'
t
mark
any
register
*
config
/
mips
/
mips
.
c
(
save_restore_insns
)
:
Don
'
t
mark
any
register
save
slots
as
unchanging
if
current_function_calls_eh_return
.
2001
-
09
-
05
Richard
Henderson
<
rth
@redhat
.
com
>
...
...
gcc/config/i386/i386.h
View file @
4cba3b67
...
...
@@ -346,7 +346,7 @@ extern const int x86_epilogue_using_move;
{ "mix-sse-i387", MASK_MIX_SSE_I387, \
N_("Use both SSE and i387 instruction sets for floating point arithmetics") },\
{ "nomix-sse-i387", -MASK_MIX_SSE_I387, \
N_("
U
se both SSE and i387 instruction sets for floating point arithmetics") },\
N_("
Do not u
se both SSE and i387 instruction sets for floating point arithmetics") },\
{ "128bit-long-double", MASK_128BIT_LONG_DOUBLE, \
N_("sizeof(long double) is 16.") }, \
{ "96bit-long-double", -MASK_128BIT_LONG_DOUBLE, \
...
...
@@ -358,7 +358,7 @@ extern const int x86_epilogue_using_move;
{ "red-zone", -MASK_NO_RED_ZONE, \
N_("Use red-zone in the x86-64 code") }, \
{ "no-red-zone", MASK_NO_RED_ZONE, \
N_("
d
o not use red-zone in the x86-64 code") }, \
N_("
D
o not use red-zone in the x86-64 code") }, \
SUBTARGET_SWITCHES \
{ "", TARGET_DEFAULT, 0 }}
...
...
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