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
0c6f926d
Commit
0c6f926d
authored
Jan 03, 2013
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments.
From-SVN: r194844
parent
c1ce0691
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
10 deletions
+7
-10
gcc/ada/gcc-interface/Make-lang.in
+5
-2
gcc/ada/gcc-interface/trans.c
+2
-8
No files found.
gcc/ada/gcc-interface/Make-lang.in
View file @
0c6f926d
...
...
@@ -49,9 +49,12 @@ COMMON_ADAFLAGS= -gnatpg -gnata
WARN_ADAFLAGS
=
-W
-Wall
BOOT_ADAFLAGS
=
$(COMMON_ADAFLAGS)
# For native builds, the base compiler might be old and we need to arrange for
# style warnings not to be flagged as errors during stage1. Cross compilers
# need to be built by a recent/matching native so we might as well leave the
# checks fully active.
ifeq
($(CROSS),)
# If not in cross context we are probably doing a bootstrap
# so disable warnings during stage1
ADAFLAGS
=
$(COMMON_ADAFLAGS)
-gnatwns
else
ADAFLAGS
=
$(COMMON_ADAFLAGS)
...
...
gcc/ada/gcc-interface/trans.c
View file @
0c6f926d
...
...
@@ -302,15 +302,9 @@ gigi (Node_Id gnat_root, int max_gnat_node, int number_name ATTRIBUTE_UNUSED,
type_annotate_only
=
(
gigi_operating_mode
==
1
);
#if 0
if (Generate_SCO_Instance_Table)
flag_debug_instances = 1;
#else
/* Temporary compatibility shim: FSF head back-end does not support instance
based debug info discriminators, so disable the generation of the SCO
instance table. ??? */
/* ??? Disable the generation of the SCO instance table until after the
back-end supports instance based debug info discriminators. */
Generate_SCO_Instance_Table
=
False
;
#endif
for
(
i
=
0
;
i
<
number_file
;
i
++
)
{
...
...
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