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
0840811c
Commit
0840811c
authored
Mar 28, 2002
by
Neil Booth
Committed by
Neil Booth
Mar 28, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* misc.c (gnat_expand_expr): Move prototype.
From-SVN: r51503
parent
81b4c798
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/misc.c
+2
-2
No files found.
gcc/ada/ChangeLog
View file @
0840811c
2002-03-28 Neil Booth <neil@daikokuya.demon.co.uk>
* misc.c (gnat_expand_expr): Move prototype.
2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
* misc.c (insert_default_attributes): Remove.
...
...
gcc/ada/misc.c
View file @
0840811c
...
...
@@ -87,6 +87,8 @@ static tree gnat_eh_runtime_type PARAMS ((tree));
static
int
gnat_eh_type_covers
PARAMS
((
tree
,
tree
));
static
void
gnat_parse_file
PARAMS
((
void
));
static
void
gnat_mark_tree
PARAMS
((
tree
));
static
rtx
gnat_expand_expr
PARAMS
((
tree
,
rtx
,
enum
machine_mode
,
int
));
/* Structure giving our language-specific hooks. */
...
...
@@ -164,8 +166,6 @@ extern int gnat_argc;
extern
char
**
gnat_argv
;
static
void
internal_error_function
PARAMS
((
const
char
*
,
va_list
*
));
static
rtx
gnat_expand_expr
PARAMS
((
tree
,
rtx
,
enum
machine_mode
,
int
));
static
void
gnat_adjust_rli
PARAMS
((
record_layout_info
));
/* Declare functions we use as part of startup. */
...
...
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