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
930060da
Commit
930060da
authored
Nov 04, 1996
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow va-ppc.h to be reincluded
From-SVN: r13094
parent
461422d5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
gcc/ginclude/va-ppc.h
+3
-0
No files found.
gcc/ginclude/va-ppc.h
View file @
930060da
...
...
@@ -41,6 +41,8 @@ typedef __va_list __gnuc_va_list;
#if defined (_STDARG_H) || defined (_VARARGS_H)
/* Register save area located below the frame pointer */
#ifndef __VA_PPC_H__
#define __VA_PPC_H__
typedef
struct
{
long
__gp_save
[
8
];
/* save area for GP registers */
double
__fp_save
[
8
];
/* save area for FP registers */
...
...
@@ -168,6 +170,7 @@ __extension__ (*({ \
#define va_end(AP) ((void)0)
#endif
/* __VA_PPC_H__ */
#endif
/* defined (_STDARG_H) || defined (_VARARGS_H) */
...
...
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