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
4dcf7d66
Commit
4dcf7d66
authored
Jul 11, 2004
by
John David Anglin
Committed by
John David Anglin
Jul 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.c (hppa_gimplify_va_arg_expr): Remove comment.
From-SVN: r84529
parent
8d3d51b5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.c
+0
-8
No files found.
gcc/ChangeLog
View file @
4dcf7d66
2004-07-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa.c (hppa_gimplify_va_arg_expr): Remove comment.
2004-07-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
PR tree-optimization/15654
...
...
gcc/config/pa/pa.c
View file @
4dcf7d66
...
...
@@ -5960,14 +5960,6 @@ hppa_gimplify_va_arg_expr (tree valist, tree type, tree *pre_p, tree *post_p)
if
(
TARGET_64BIT
)
{
/* Every argument in PA64 is supposed to be passed by value
(including large structs). However, as a GCC extension, we
pass zero and variable sized arguments by reference. Empty
structures are a GCC extension not supported by the HP
compilers. Thus, passing them by reference isn't likely
to conflict with the ABI. For variable sized arguments,
GCC doesn't have the infrastructure to allocate these to
registers. */
/* Args grow upward. We can use the generic routines. */
if
(
indirect
)
...
...
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