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
1cd8eab1
Commit
1cd8eab1
authored
Apr 02, 2011
by
Kai Tietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore old state for accidentially escaped local change.
From-SVN: r171891
parent
b4ddcaee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
gcc/config/i386/i386.c
+1
-3
No files found.
gcc/config/i386/i386.c
View file @
1cd8eab1
...
...
@@ -7486,9 +7486,7 @@ ix86_function_arg_boundary (enum machine_mode mode, const_tree type)
inform
(
input_location
,
"The ABI for passing parameters with %d-byte"
" alignment has changed in GCC 4.6 (mode:%u, %d saved"
,
align
/
BITS_PER_UNIT
,
ix86_compat_function_arg_boundary
(
mode
,
type
,
saved_align
),
mode
,
saved_align
);
align
/
BITS_PER_UNIT
);
}
}
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