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
4aa4bf39
Commit
4aa4bf39
authored
Oct 17, 2003
by
David Edelsohn
Committed by
David Edelsohn
Oct 16, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change TARGET_ALTIVEC to TARGET_ALTIVEC_ABI.
From-SVN: r72589
parent
1dd04bca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/ChangeLog
+1
-1
gcc/config/rs6000/rs6000.c
+1
-1
No files found.
gcc/ChangeLog
View file @
4aa4bf39
...
...
@@ -23,7 +23,7 @@
2003-10-15 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.c (rs6000_va_arg): Only align vector
arguments if TARGET_ALTIVEC.
arguments if TARGET_ALTIVEC
_ABI
.
2003-10-15 Roger Sayle <roger@eyesopen.com>
...
...
gcc/config/rs6000/rs6000.c
View file @
4aa4bf39
...
...
@@ -4371,7 +4371,7 @@ rs6000_va_arg (tree valist, tree type)
else
{
/* Altivec arguments must be aligned to a 128-bit boundary. */
if
(
TARGET_ALTIVEC
&&
ALTIVEC_VECTOR_MODE
(
TYPE_MODE
(
type
)))
if
(
TARGET_ALTIVEC
_ABI
&&
ALTIVEC_VECTOR_MODE
(
TYPE_MODE
(
type
)))
{
tree
vtype
=
TREE_TYPE
(
valist
);
tree
new_valist
,
modify
;
...
...
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