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
ebf0d392
Commit
ebf0d392
authored
Jun 16, 2003
by
Andreas Jaeger
Committed by
Andreas Jaeger
Jun 16, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h: Remove duplicate prototype of strip_float_extensions.
From-SVN: r68018
parent
266a2732
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/tree.h
+0
-1
No files found.
gcc/ChangeLog
View file @
ebf0d392
2003-06-16 Andreas Jaeger <aj@suse.de>
* tree.h: Remove duplicate prototype of strip_float_extensions.
2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* config/c4x/c4x.c: Don't include "c-tree.h".
* config/c4x/c4x.c: Don't include "c-tree.h".
...
...
gcc/tree.h
View file @
ebf0d392
...
@@ -2784,7 +2784,6 @@ extern tree fold_builtin PARAMS ((tree));
...
@@ -2784,7 +2784,6 @@ extern tree fold_builtin PARAMS ((tree));
extern
enum
built_in_function
builtin_mathfn_code
PARAMS
((
tree
));
extern
enum
built_in_function
builtin_mathfn_code
PARAMS
((
tree
));
extern
tree
build_function_call_expr
PARAMS
((
tree
,
tree
));
extern
tree
build_function_call_expr
PARAMS
((
tree
,
tree
));
extern
tree
mathfn_built_in
PARAMS
((
tree
,
enum
built_in_function
fn
));
extern
tree
mathfn_built_in
PARAMS
((
tree
,
enum
built_in_function
fn
));
extern
tree
strip_float_extensions
PARAMS
((
tree
));
/* In convert.c */
/* In convert.c */
extern
tree
strip_float_extensions
PARAMS
((
tree
));
extern
tree
strip_float_extensions
PARAMS
((
tree
));
...
...
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