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
e9f85cd6
Commit
e9f85cd6
authored
Nov 21, 2003
by
Andreas Schwab
Committed by
Andreas Schwab
Nov 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
From-SVN: r73809
parent
4716418f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ada/55system.ads
+2
-2
gcc/ada/ChangeLog
+4
-0
No files found.
gcc/ada/55system.ads
View file @
e9f85cd6
...
...
@@ -138,8 +138,8 @@ private
Support_Long_Shifts
:
constant
Boolean
:=
True
;
Suppress_Standard_Library
:
constant
Boolean
:=
False
;
Use_Ada_Main_Program_Name
:
constant
Boolean
:=
False
;
ZCX_By_Default
:
constant
Boolean
:=
Fals
e
;
GCC_ZCX_Support
:
constant
Boolean
:=
Fals
e
;
ZCX_By_Default
:
constant
Boolean
:=
Tru
e
;
GCC_ZCX_Support
:
constant
Boolean
:=
Tru
e
;
Front_End_ZCX_Support
:
constant
Boolean
:=
False
;
--
Obsolete
entries
,
to
be
removed
eventually
(
bootstrap
issues
!)
...
...
gcc/ada/ChangeLog
View file @
e9f85cd6
2003
-
11
-
21
Andreas
Schwab
<
schwab
@
suse
.
de
>
*
55
system
.
ads
:
Set
ZCX_By_Default
and
GCC_ZCX_Support
to
True
.
2003
-
11
-
21
Vasiliy
Fofanov
<
fofanov
@
act
-
europe
.
fr
>
*
5
wsystem
.
ads
:
Enable
zero
cost
exception
.
...
...
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