aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/system-linux-mips.ads
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2009-11-10 12:19:27 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-11-10 12:19:27 +0000
commitf1faf79d47e9e63be59f5fb8f0929c399374668e (patch)
tree688e2eec5c243ab7e011cc18b0ddcb1534e1cd34 /gcc/ada/system-linux-mips.ads
parent949fa04c01b519c4924d7a71b28f40d467e390cd (diff)
downloadgcc-f1faf79d47e9e63be59f5fb8f0929c399374668e.zip
gcc-f1faf79d47e9e63be59f5fb8f0929c399374668e.tar.gz
gcc-f1faf79d47e9e63be59f5fb8f0929c399374668e.tar.bz2
system-linux-alpha.ads (AAMP, [...]): Delete.
* system-linux-alpha.ads (AAMP, Compiler_System_Version, OpenVMS, Front_End_ZCX_Support, High_Integrity_Mode, Long_Shifts_Inlined): Delete. (Stack_Check_Limits, Always_Compatible_Rep): New. * system-linux-mips.ads (AAMP, Compiler_System_Version, OpenVMS, Front_End_ZCX_Support, High_Integrity_Mode, Long_Shifts_Inlined): Delete. (Stack_Check_Limits, Always_Compatible_Rep): New. * system-linux-mips64el.ads (AAMP, Compiler_System_Version, OpenVMS, Functions_Return_By_DSP, Front_End_ZCX_Support, High_Integrity_Mode, Long_Shifts_Inlined): Delete. (Stack_Check_Limits, Always_Compatible_Rep): New. * system-linux-mipsel.ads (AAMP, Compiler_System_Version, OpenVMS, Front_End_ZCX_Support, High_Integrity_Mode, Long_Shifts_Inlined): Delete. (Stack_Check_Limits, Always_Compatible_Rep): New. * system-linux-s390.ads (AAMP, Compiler_System_Version, OpenVMS, Front_End_ZCX_Support, High_Integrity_Mode, Long_Shifts_Inlined): Delete. (Stack_Check_Limits, Always_Compatible_Rep): New. * system-linux-s390x.ads (AAMP, Compiler_System_Version, OpenVMS, Front_End_ZCX_Support, High_Integrity_Mode, Long_Shifts_Inlined): Delete. (Stack_Check_Limits, Always_Compatible_Rep): New. * system-linux-sh4.ads (Stack_Check_Limits, Always_Compatible_Rep): New. * system-linux-sparc.ads (AAMP, Compiler_System_Version, OpenVMS, Front_End_ZCX_Support): Delete. (Stack_Check_Limits, Always_Compatible_Rep): New. * system-linux-sparcv9.ads (AAMP, Compiler_System_Version, OpenVMS, Front_End_ZCX_Support, High_Integrity_Mode, Long_Shifts_Inlined): Delete. (Stack_Check_Limits, Always_Compatible_Rep): New. * system-rtems.ads (OpenVMS): Delete. (Stack_Check_Limits, Always_Compatible_Rep): New. From-SVN: r154062
Diffstat (limited to 'gcc/ada/system-linux-mips.ads')
-rw-r--r--gcc/ada/system-linux-mips.ads11
1 files changed, 2 insertions, 9 deletions
diff --git a/gcc/ada/system-linux-mips.ads b/gcc/ada/system-linux-mips.ads
index 51b53db..dada13f 100644
--- a/gcc/ada/system-linux-mips.ads
+++ b/gcc/ada/system-linux-mips.ads
@@ -114,11 +114,9 @@ private
-- whose source should be consulted for more detailed descriptions
-- of the individual switch values.
- AAMP : constant Boolean := False;
Backend_Divide_Checks : constant Boolean := False;
Backend_Overflow_Checks : constant Boolean := False;
Command_Line_Args : constant Boolean := True;
- Compiler_System_Version : constant Boolean := False;
Configurable_Run_Time : constant Boolean := False;
Denorm : constant Boolean := True;
Duration_32_Bits : constant Boolean := False;
@@ -127,25 +125,20 @@ private
Frontend_Layout : constant Boolean := False;
Machine_Overflows : constant Boolean := False;
Machine_Rounds : constant Boolean := True;
- OpenVMS : constant Boolean := False;
Preallocated_Stacks : constant Boolean := False;
Signed_Zeros : constant Boolean := True;
Stack_Check_Default : constant Boolean := False;
Stack_Check_Probes : constant Boolean := False;
+ Stack_Check_Limits : constant Boolean := False;
Support_64_Bit_Divides : constant Boolean := True;
Support_Aggregates : constant Boolean := True;
Support_Composite_Assign : constant Boolean := True;
Support_Composite_Compare : constant Boolean := True;
Support_Long_Shifts : constant Boolean := True;
+ Always_Compatible_Rep : constant Boolean := True;
Suppress_Standard_Library : constant Boolean := False;
Use_Ada_Main_Program_Name : constant Boolean := False;
ZCX_By_Default : constant Boolean := True;
GCC_ZCX_Support : constant Boolean := True;
- Front_End_ZCX_Support : constant Boolean := False;
-
- -- Obsolete entries, to be removed eventually (bootstrap issues!)
-
- High_Integrity_Mode : constant Boolean := False;
- Long_Shifts_Inlined : constant Boolean := True;
end System;