Back out latest change.

From-SVN: r230935
This commit is contained in:
Eric Botcazou 2015-11-26 11:17:20 +00:00
parent a3be0c83f8
commit 182a997303
2 changed files with 0 additions and 16 deletions

View file

@ -1,9 +1,3 @@
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

View file

@ -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;