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
182a9973
Commit
182a9973
authored
Nov 26, 2015
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Back out latest change.
From-SVN: r230935
parent
a3be0c83
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
gcc/ada/ChangeLog
+0
-6
gcc/ada/gnatlink.adb
+0
-10
No files found.
gcc/ada/ChangeLog
View file @
182a9973
2015
-
11
-
25
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gnatlink
.
adb
(
Gnatlink
):
Do
not
reinstate
-
fsjlj
for
the
linker
from
the
switches
saved
in
the
ALI
file
but
from
the
exception
settings
.
2015
-
11
-
25
Arnaud
Charlet
<
charlet
@
adacore
.
com
>
*
lib
-
xref
-
spark_specific
.
adb
...
...
gcc/ada/gnatlink.adb
View file @
182a9973
...
...
@@ -1588,16 +1588,6 @@ begin
end
if
;
end
;
end
loop
;
--
Pass
-
fsjlj
to
the
linker
with
back
-
end
SJLJ
exceptions
if
not
ALIs
.
Table
(
A
).
Frontend_Exceptions
and
then
not
ALIs
.
Table
(
A
).
Zero_Cost_Exceptions
then
Linker_Options
.
Increment_Last
;
Linker_Options
.
Table
(
Linker_Options
.
Last
)
:=
new
String
'("-fsjlj");
end if;
end
if
;
end
;
end
if
;
...
...
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