diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2010-06-04 10:41:57 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-06-04 10:41:57 +0000 |
commit | addcce0450edc8fa3b448d25728658a7b8df1052 (patch) | |
tree | 2f5f4ef212a66994d7b7bda06b4b945acc743ab1 /gcc/ada/gcc-interface/lang-specs.h | |
parent | 07fc109c14de23eeadc166eec55d954d2993c8bd (diff) | |
download | gcc-addcce0450edc8fa3b448d25728658a7b8df1052.zip gcc-addcce0450edc8fa3b448d25728658a7b8df1052.tar.gz gcc-addcce0450edc8fa3b448d25728658a7b8df1052.tar.bz2 |
gnatlink.adb (gnatlink): Remove support for -fsjlj switch.
* gnatlink.adb (gnatlink): Remove support for -fsjlj switch.
* gcc-interface/lang-specs.h: Likewise.
From-SVN: r160257
Diffstat (limited to 'gcc/ada/gcc-interface/lang-specs.h')
-rw-r--r-- | gcc/ada/gcc-interface/lang-specs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ada/gcc-interface/lang-specs.h b/gcc/ada/gcc-interface/lang-specs.h index e0c1be9..7f37ef5 100644 --- a/gcc/ada/gcc-interface/lang-specs.h +++ b/gcc/ada/gcc-interface/lang-specs.h @@ -6,7 +6,7 @@ * * * C Header File * * * - * Copyright (C) 1992-2009, Free Software Foundation, Inc. * + * Copyright (C) 1992-2010, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -38,9 +38,6 @@ %{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}%{!c:%{!S:-auxbase %b}} \ %{O*} %{W*} %{w} %{p} %{pg:-p} %{a} %{d*} %{f*}\ %{coverage:-fprofile-arcs -ftest-coverage} " -#if CONFIG_DUAL_EXCEPTIONS - "%{fRTS=sjlj:-fsjlj} " -#endif "%{gnatea:-gnatez} %{g*&m*} " #if defined(TARGET_VXWORKS_RTP) "%{fRTS=rtp:-mrtp} " |