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
69b3f75b
Commit
69b3f75b
authored
Aug 27, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Aug 27, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/crtfastmath.c: Fix a comment typo.
From-SVN: r116487
parent
0ab2e949
Show 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/crtfastmath.c
+1
-1
No files found.
gcc/ChangeLog
View file @
69b3f75b
2006
-
08
-
27
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
config
/
i386
/
crtfastmath
.
c
:
Fix
a
comment
typo
.
2006
-
08
-
26
Roger
Sayle
<
roger
@eyesopen
.
com
>
2006
-
08
-
26
Roger
Sayle
<
roger
@eyesopen
.
com
>
*
tree
.
h
(
CASE_LOW_SEEN
,
CASE_HIGH_SEEN
)
:
New
macros
for
manipulating
*
tree
.
h
(
CASE_LOW_SEEN
,
CASE_HIGH_SEEN
)
:
New
macros
for
manipulating
...
...
gcc/config/i386/crtfastmath.c
View file @
69b3f75b
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
static
void
__attribute__
((
constructor
))
static
void
__attribute__
((
constructor
))
#ifndef __x86_64__
#ifndef __x86_64__
/* The i386 ABI only requires 4-byte stack alignment, so this is nec
c
essary
/* The i386 ABI only requires 4-byte stack alignment, so this is necessary
to make sure the fxsave struct gets correct alignment.
to make sure the fxsave struct gets correct alignment.
See PR27537 and PR28621. */
See PR27537 and PR28621. */
__attribute__
((
force_align_arg_pointer
))
__attribute__
((
force_align_arg_pointer
))
...
...
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