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
c6135994
Commit
c6135994
authored
Dec 01, 2003
by
Arnaud Charlet
Committed by
Arnaud Charlet
Dec 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* 5wsystem.ads: Disable zero cost exception, not ready yet.
From-SVN: r74098
parent
d18c3386
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ada/5wsystem.ads
+2
-2
gcc/ada/ChangeLog
+4
-0
No files found.
gcc/ada/5wsystem.ads
View file @
c6135994
...
...
@@ -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
:=
Tru
e
;
GCC_ZCX_Support
:
constant
Boolean
:=
Tru
e
;
ZCX_By_Default
:
constant
Boolean
:=
Fals
e
;
GCC_ZCX_Support
:
constant
Boolean
:=
Fals
e
;
Front_End_ZCX_Support
:
constant
Boolean
:=
False
;
--
Obsolete
entries
,
to
be
removed
eventually
(
bootstrap
issues
!)
...
...
gcc/ada/ChangeLog
View file @
c6135994
2003
-
12
-
01
Arnaud
Charlet
<
charlet
@
act
-
europe
.
fr
>
*
5
wsystem
.
ads
:
Disable
zero
cost
exception
,
not
ready
yet
.
2003
-
11
-
29
Ulrich
Weigand
<
uweigand
@
de
.
ibm
.
com
>
*
Make
-
lang
.
in
(
nmake
.
ads
):
Add
dependency
on
ada
/
nmake
.
adb
...
...
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