aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2015-11-26 11:17:20 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2015-11-26 11:17:20 +0000
commit182a9973035b6a6c40a28320e19bbf13c6e19fd8 (patch)
treeef79ac3a9fd83e1d066ec909c05d35753f6efcee
parenta3be0c83f81705c86fb5f8548596e3187cbcb34a (diff)
downloadgcc-182a9973035b6a6c40a28320e19bbf13c6e19fd8.zip
gcc-182a9973035b6a6c40a28320e19bbf13c6e19fd8.tar.gz
gcc-182a9973035b6a6c40a28320e19bbf13c6e19fd8.tar.bz2
Back out latest change.
From-SVN: r230935
-rw-r--r--gcc/ada/ChangeLog6
-rw-r--r--gcc/ada/gnatlink.adb10
2 files changed, 0 insertions, 16 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index d7df276..331b81d 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -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
diff --git a/gcc/ada/gnatlink.adb b/gcc/ada/gnatlink.adb
index 0d190eb..67b07b2 100644
--- a/gcc/ada/gnatlink.adb
+++ b/gcc/ada/gnatlink.adb
@@ -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;