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
9d0b1619
Commit
9d0b1619
authored
Dec 07, 2007
by
Bob Wilson
Committed by
Bob Wilson
Dec 07, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/xtensa/xtensa.c (xtensa_va_start): Add prototype.
From-SVN: r130671
parent
40977c7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/config/xtensa/xtensa.c
+1
-0
No files found.
gcc/ChangeLog
View file @
9d0b1619
2007
-
12
-
06
Bob
Wilson
<
bob
.
wilson
@
acm
.
org
>
*
config
/
xtensa
/
xtensa
.
c
(
xtensa_va_start
):
Add
prototype
.
2007
-
12
-
06
Tom
Tromey
<
tromey
@
redhat
.
com
>
2007
-
12
-
06
Tom
Tromey
<
tromey
@
redhat
.
com
>
PR
c
/
29172
:
PR
c
/
29172
:
gcc/config/xtensa/xtensa.c
View file @
9d0b1619
...
@@ -146,6 +146,7 @@ static tree xtensa_gimplify_va_arg_expr (tree, tree, tree *, tree *);
...
@@ -146,6 +146,7 @@ static tree xtensa_gimplify_va_arg_expr (tree, tree, tree *, tree *);
static
void
xtensa_init_builtins
(
void
);
static
void
xtensa_init_builtins
(
void
);
static
tree
xtensa_fold_builtin
(
tree
,
tree
,
bool
);
static
tree
xtensa_fold_builtin
(
tree
,
tree
,
bool
);
static
rtx
xtensa_expand_builtin
(
tree
,
rtx
,
rtx
,
enum
machine_mode
,
int
);
static
rtx
xtensa_expand_builtin
(
tree
,
rtx
,
rtx
,
enum
machine_mode
,
int
);
static
void
xtensa_va_start
(
tree
,
rtx
);
static
const
int
reg_nonleaf_alloc_order
[
FIRST_PSEUDO_REGISTER
]
=
static
const
int
reg_nonleaf_alloc_order
[
FIRST_PSEUDO_REGISTER
]
=
REG_ALLOC_ORDER
;
REG_ALLOC_ORDER
;
...
...
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