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
94e9dc13
Commit
94e9dc13
authored
Nov 03, 2000
by
Bernd Schmidt
Committed by
Bernd Schmidt
Nov 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move fold_builtin declaration to proper header
From-SVN: r37225
parent
72eb4729
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/expr.h
+0
-1
gcc/tree.h
+1
-0
No files found.
gcc/ChangeLog
View file @
94e9dc13
2000-11-01 Bernd Schmidt <bernds@redhat.co.uk>
* expr.h (fold_builtin): Move declaration...
* tree.h (fold_builtin): ... here.
Fri Nov 3 05:41:07 2000 J"orn Rennecke <amylaar@redhat.com>
Fri Nov 3 05:41:07 2000 J"orn Rennecke <amylaar@redhat.com>
* flow.c (verify_local_live_at_start): Allow hard regs to die.
* flow.c (verify_local_live_at_start): Allow hard regs to die.
...
...
gcc/expr.h
View file @
94e9dc13
...
@@ -918,7 +918,6 @@ extern rtx gen_cond_trap PARAMS ((enum rtx_code, rtx, rtx, rtx));
...
@@ -918,7 +918,6 @@ extern rtx gen_cond_trap PARAMS ((enum rtx_code, rtx, rtx, rtx));
/* Functions from builtins.c: */
/* Functions from builtins.c: */
#ifdef TREE_CODE
#ifdef TREE_CODE
extern
rtx
expand_builtin
PARAMS
((
tree
,
rtx
,
rtx
,
enum
machine_mode
,
int
));
extern
rtx
expand_builtin
PARAMS
((
tree
,
rtx
,
rtx
,
enum
machine_mode
,
int
));
extern
tree
fold_builtin
PARAMS
((
tree
));
extern
tree
expand_tree_builtin
PARAMS
((
tree
,
tree
,
tree
));
extern
tree
expand_tree_builtin
PARAMS
((
tree
,
tree
,
tree
));
extern
void
std_expand_builtin_va_start
PARAMS
((
int
,
tree
,
rtx
));
extern
void
std_expand_builtin_va_start
PARAMS
((
int
,
tree
,
rtx
));
extern
rtx
std_expand_builtin_va_arg
PARAMS
((
tree
,
tree
));
extern
rtx
std_expand_builtin_va_arg
PARAMS
((
tree
,
tree
));
...
...
gcc/tree.h
View file @
94e9dc13
...
@@ -2550,6 +2550,7 @@ extern tree invert_truthvalue PARAMS ((tree));
...
@@ -2550,6 +2550,7 @@ extern tree invert_truthvalue PARAMS ((tree));
change. Required by any language that supports variadic arguments. */
change. Required by any language that supports variadic arguments. */
extern
tree
(
*
lang_type_promotes_to
)
PARAMS
((
tree
));
extern
tree
(
*
lang_type_promotes_to
)
PARAMS
((
tree
));
extern
tree
fold_builtin
PARAMS
((
tree
));
/* The language front-end must define these functions. */
/* The language front-end must define these functions. */
...
...
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