diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2007-12-19 17:22:26 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2007-12-19 17:22:26 +0100 |
commit | 160df9790776eba4c811b18c96c8e7e83d02835e (patch) | |
tree | e50f10a3714b3ba9640ac1e85e1ffaaed289fb7a /gcc/ada/system-hpux.ads | |
parent | 9d77af56e7fbe51db303f87b38a191fa81595b8d (diff) | |
download | gcc-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/system-hpux.ads')
-rw-r--r-- | gcc/ada/system-hpux.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/system-hpux.ads b/gcc/ada/system-hpux.ads index e7d7a4c..651a864 100644 --- a/gcc/ada/system-hpux.ads +++ b/gcc/ada/system-hpux.ads @@ -139,7 +139,6 @@ private Support_Composite_Compare : constant Boolean := True; Support_Long_Shifts : constant Boolean := True; Always_Compatible_Rep : constant Boolean := True; - Dynamic_Trampolines_Used : constant Boolean := True; Suppress_Standard_Library : constant Boolean := False; Use_Ada_Main_Program_Name : constant Boolean := False; ZCX_By_Default : constant Boolean := True; |