aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/targparm.ads
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2007-12-19 17:22:26 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2007-12-19 17:22:26 +0100
commit160df9790776eba4c811b18c96c8e7e83d02835e (patch)
treee50f10a3714b3ba9640ac1e85e1ffaaed289fb7a /gcc/ada/targparm.ads
parent9d77af56e7fbe51db303f87b38a191fa81595b8d (diff)
downloadgcc-160df9790776eba4c811b18c96c8e7e83d02835e.zip
gcc-160df9790776eba4c811b18c96c8e7e83d02835e.tar.gz
gcc-160df9790776eba4c811b18c96c8e7e83d02835e.tar.bz2
2007-12-19 Eric Botcazou <ebotcazou@adacore.com>
* targparm.adb, targparm.ads, system.ads, system-darwin-ppc.ads, system-vxworks-x86.ads, system-linux-ppc.ads, system-linux-hppa.ads, system-hpux-ia64.ads, system-vxworks-arm.ads, system-darwin-x86.ads, system-vms_64.ads, system-vms-ia64.ads, system-linux-ia64.ads, system-freebsd-x86.ads, system-linux-x86_64.ads, system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads, system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads, system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads (Dynamic_Trampolines_Used): Delete. * system-lynxos-x86.ads, system-lynxos-ppc.ads: Ditto. Turn on stack probing mechanism on LynxOS. From-SVN: r131069
Diffstat (limited to 'gcc/ada/targparm.ads')
-rw-r--r--gcc/ada/targparm.ads7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ada/targparm.ads b/gcc/ada/targparm.ads
index 74e65ea..4255b50 100644
--- a/gcc/ada/targparm.ads
+++ b/gcc/ada/targparm.ads
@@ -440,13 +440,6 @@ package Targparm is
-- strategy. False allows the front end to choose a policy that partly or
-- entirely eliminates dynamically generated trampolines.
- Dynamic_Trampolines_Used_On_Target : Boolean := True;
- -- True if the back end uses dynamically generated trampolines to implement
- -- '[Unrestricted_]Access of nested subprograms when Can_Use_Internal_Rep
- -- is False for the access type. (Can_Use_Internal_Rep = True forbids the
- -- use of such trampolines.) Used in the implementation of pragma
- -- Restrictions (No_Implicit_Dynamic_Code).
-
-------------------------------
-- Control of Stack Checking --
-------------------------------