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
195934c5
Commit
195934c5
authored
Sep 18, 2013
by
Eric Botcazou
Committed by
Eric Botcazou
Sep 18, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/trans.c (gigi): Remove dead code.
From-SVN: r202688
parent
df2abf54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
12 deletions
+4
-12
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/trans.c
+0
-12
No files found.
gcc/ada/ChangeLog
View file @
195934c5
2013-09-18 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/trans.c (gigi): Remove dead code.
2013-09-18 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/trans.c (Subprogram_Body_to_gnu): Pop the stack of
return variables for subprograms using the CICO mechanism.
...
...
gcc/ada/gcc-interface/trans.c
View file @
195934c5
...
...
@@ -290,9 +290,6 @@ gigi (Node_Id gnat_root, int max_gnat_node, int number_name ATTRIBUTE_UNUSED,
tree
int64_type
=
gnat_type_for_size
(
64
,
0
);
struct
elab_info
*
info
;
int
i
;
#ifdef ORDINARY_MAP_INSTANCE
struct
line_map
*
map
;
#endif
max_gnat_nodes
=
max_gnat_node
;
...
...
@@ -307,10 +304,6 @@ gigi (Node_Id gnat_root, int max_gnat_node, int number_name ATTRIBUTE_UNUSED,
type_annotate_only
=
(
gigi_operating_mode
==
1
);
/* ??? Disable the generation of the SCO instance table until after the
back-end supports instance based debug info discriminators. */
Generate_SCO_Instance_Table
=
False
;
for
(
i
=
0
;
i
<
number_file
;
i
++
)
{
/* Use the identifier table to make a permanent copy of the filename as
...
...
@@ -330,11 +323,6 @@ gigi (Node_Id gnat_root, int max_gnat_node, int number_name ATTRIBUTE_UNUSED,
/* We create the line map for a source file at once, with a fixed number
of columns chosen to avoid jumping over the next power of 2. */
linemap_add
(
line_table
,
LC_ENTER
,
0
,
filename
,
1
);
#ifdef ORDINARY_MAP_INSTANCE
map
=
LINEMAPS_ORDINARY_MAP_AT
(
line_table
,
i
);
if
(
flag_debug_instances
)
ORDINARY_MAP_INSTANCE
(
map
)
=
file_info_ptr
[
i
].
Instance
;
#endif
linemap_line_start
(
line_table
,
file_info_ptr
[
i
].
Num_Source_Lines
,
252
);
linemap_position_for_column
(
line_table
,
252
-
1
);
linemap_add
(
line_table
,
LC_LEAVE
,
0
,
NULL
,
0
);
...
...
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