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
a1c7af89
Commit
a1c7af89
authored
Jul 14, 2004
by
Andreas Schwab
Committed by
Andreas Schwab
Jul 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* trans.c (gnat_init_stmt_group): Remove duplicate definition.
From-SVN: r84684
parent
220a826e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
22 deletions
+4
-22
gcc/ada/ChangeLog
+4
-0
gcc/ada/trans.c
+0
-22
No files found.
gcc/ada/ChangeLog
View file @
a1c7af89
2004
-
07
-
14
Andreas
Schwab
<
schwab
@
suse
.
de
>
*
trans
.
c
(
gnat_init_stmt_group
):
Remove
duplicate
definition
.
2004
-
07
-
13
Richard
Kenner
<
kenner
@
vlsi1
.
ultra
.
nyu
.
edu
>
*
decl
.
c
:
(
gnat_to_gnu_entity
,
object
case
):
Convert
initializer
to
...
...
gcc/ada/trans.c
View file @
a1c7af89
...
...
@@ -297,28 +297,6 @@ gnat_init_stmt_group ()
REAL_ARITHMETIC
(
dconstmp5
,
RDIV_EXPR
,
dconstm1
,
dconst2
);
}
/* Perform initializations for this module. */
void
gnat_init_stmt_group
()
{
/* Initialize ourselves. */
init_code_table
();
start_stmt_group
();
global_stmt_group
=
current_stmt_group
;
/* Enable GNAT stack checking method if needed */
if
(
!
Stack_Check_Probes_On_Target
)
set_stack_check_libfunc
(
gen_rtx_SYMBOL_REF
(
Pmode
,
"_gnat_stack_check"
));
if
(
Exception_Mechanism
==
Front_End_ZCX
)
abort
();
REAL_ARITHMETIC
(
dconstp5
,
RDIV_EXPR
,
dconst1
,
dconst2
);
REAL_ARITHMETIC
(
dconstmp5
,
RDIV_EXPR
,
dconstm1
,
dconst2
);
}
/* This function is the driver of the GNAT to GCC tree transformation
process. It is the entry point of the tree transformer. GNAT_NODE is the
root of some GNAT tree. Return the root of the corresponding GCC 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