summaryrefslogtreecommitdiff
path: root/gcc/ada/system.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-06 09:14:20 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-06 09:14:20 +0000
commitc96ab5bbc9d41a00f786fd718444c01fc38be9e4 (patch)
tree1c0ad1eed890b3c6af73e898c81fb0660ea5bafa /gcc/ada/system.ads
parent99037453d9a50d75d88cbe7c9e81f8a3d0e4e357 (diff)
downloadgcc-c96ab5bbc9d41a00f786fd718444c01fc38be9e4.tar.gz
2007-04-06 Robert Dewar <dewar@adacore.com>
* system-linux-ia64.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.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-interix.ads, system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads, system-vxworks-alpha.ads, system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads, system-linux-ppc.ads, system-linux-hppa.ads, system-hpux-ia64.ads, targparm.adb, targparm.ads (Functions_Return_By_DSP_On_Target): Removed * system.ads: Move Functions_Return_By_DSP to obsolete section, kept for bootstrap purposes only. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123539 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/system.ads')
-rw-r--r--gcc/ada/system.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/system.ads b/gcc/ada/system.ads
index fb4e0da166f..0272a04622f 100644
--- a/gcc/ada/system.ads
+++ b/gcc/ada/system.ads
@@ -139,7 +139,6 @@ private
Exit_Status_Supported : constant Boolean := True;
Fractional_Fixed_Ops : constant Boolean := False;
Frontend_Layout : constant Boolean := False;
- Functions_Return_By_DSP : constant Boolean := False;
Machine_Overflows : constant Boolean := False;
Machine_Rounds : constant Boolean := True;
OpenVMS : constant Boolean := False;
@@ -162,5 +161,6 @@ private
High_Integrity_Mode : constant Boolean := False;
Long_Shifts_Inlined : constant Boolean := True;
+ Functions_Return_By_DSP : constant Boolean := False;
end System;