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
bf080c96
Commit
bf080c96
authored
Apr 09, 2009
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r145824
parent
d7ba4df4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
gcc/ada/bindgen.adb
+3
-4
No files found.
gcc/ada/bindgen.adb
View file @
bf080c96
...
...
@@ -2631,16 +2631,16 @@ package body Bindgen is
Gen_Elab_Defs_C;
-- Imported variables used only when we have a runtime
.
-- Imported variables used only when we have a runtime
if not Suppress_Standard_Library_On_Target then
-- Track elaboration/finalization phase
.
-- Track elaboration/finalization phase
WBI ("extern int __gnat_handler_installed;");
WBI ("");
-- Track feature enable/disable on VMS
.
-- Track feature enable/disable on VMS
if OpenVMS_On_Target then
WBI ("extern int __gnat_features_set;");
...
...
@@ -2676,7 +2676,6 @@ package body Bindgen is
end if;
-- Similarly deal with exit status
-- are in the run-time library.
if not Configurable_Run_Time_On_Target then
WBI ("extern int gnat_exit_status;");
...
...
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