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
4be2e5d9
Commit
4be2e5d9
authored
Feb 08, 2000
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Feb 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.h (TARGET_SWITCHES): Fix typo in option name.
From-SVN: r31853
parent
a617c13f
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/i386/i386.h
+1
-1
No files found.
gcc/ChangeLog
View file @
4be2e5d9
2000
-
02
-
08
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
i386
.
h
(
TARGET_SWITCHES
)
:
Fix
typo
in
option
name
.
2000
-
02
-
08
Clinton
Popetz
<
cpopetz
@cygnus
.
com
>
*
function
.
c
(
thread_prologue_and_epilogue_insns
)
:
Don
'
t
replace
...
...
gcc/config/i386/i386.h
View file @
4be2e5d9
...
...
@@ -247,7 +247,7 @@ extern const int x86_promote_QImode, x86_single_stringop;
"Align destination of the string operations" }, \
{ "no-align-stringops", MASK_NO_ALIGN_STROPS, \
"Do not align destination of the string operations" }, \
{ "inline-all-strinops", MASK_INLINE_ALL_STROPS, \
{ "inline-all-strin
g
ops", MASK_INLINE_ALL_STROPS, \
"Inline all known string operations" }, \
{ "no-inline-all-stringops", -MASK_INLINE_ALL_STROPS, \
"Do not inline all known string operations" }, \
...
...
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