aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/types.h
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-17 11:06:20 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-17 11:06:20 +0200
commitba4a2f78eeb327397844448956bcc7abd5729050 (patch)
tree756c6f16bfba7fb26f0b99204170088a8412a739 /gcc/ada/types.h
parent78246a6e7541ef1c2008e68e54c941d694926fcd (diff)
downloadgcc-ba4a2f78eeb327397844448956bcc7abd5729050.zip
gcc-ba4a2f78eeb327397844448956bcc7abd5729050.tar.gz
gcc-ba4a2f78eeb327397844448956bcc7abd5729050.tar.bz2
[multiple changes]
2009-04-17 Pascal Obry <obry@adacore.com> * initialize.c: Set gnat_argv with UTF-8 encoded strings on Windows. * adaint.h, argv.c, bindgen.adb: Reverted to previous version. 2009-04-17 Robert Dewar <dewar@adacore.com> * a-except.adb, a-except-2005.adb: Add PE_Address_Of_Intrinsic * sem_attr.adb (Analyze_Attribute, case Address): Use PE_Address_Of_Intrinsic. * types.ads: Add PE_Address_Of_Intrinsic * types.h: Add PE_Address_Of_Intrinsic From-SVN: r146226
Diffstat (limited to 'gcc/ada/types.h')
-rw-r--r--gcc/ada/types.h41
1 files changed, 21 insertions, 20 deletions
diff --git a/gcc/ada/types.h b/gcc/ada/types.h
index 1d4fd67..9b2cc90 100644
--- a/gcc/ada/types.h
+++ b/gcc/ada/types.h
@@ -359,23 +359,24 @@ typedef Int Mechanism_Type;
#define PE_Access_Before_Elaboration 14
#define PE_Accessibility_Check_Failed 15
-#define PE_All_Guards_Closed 16
-#define PE_Current_Task_In_Entry_Body 17
-#define PE_Duplicated_Entry_Address 18
-#define PE_Explicit_Raise 19
-#define PE_Finalize_Raised_Exception 20
-#define PE_Implicit_Return 21
-#define PE_Misaligned_Address_Value 22
-#define PE_Missing_Return 23
-#define PE_Overlaid_Controlled_Object 24
-#define PE_Potentially_Blocking_Operation 25
-#define PE_Stubbed_Subprogram_Called 26
-#define PE_Unchecked_Union_Restriction 27
-#define PE_Non_Transportable_Actual 28
-
-#define SE_Empty_Storage_Pool 29
-#define SE_Explicit_Raise 30
-#define SE_Infinite_Recursion 31
-#define SE_Object_Too_Large 32
-
-#define LAST_REASON_CODE 32
+#define PE_Address_Of_Intrinsic 16
+#define PE_All_Guards_Closed 17
+#define PE_Current_Task_In_Entry_Body 18
+#define PE_Duplicated_Entry_Address 19
+#define PE_Explicit_Raise 20
+#define PE_Finalize_Raised_Exception 21
+#define PE_Implicit_Return 22
+#define PE_Misaligned_Address_Value 23
+#define PE_Missing_Return 24
+#define PE_Overlaid_Controlled_Object 25
+#define PE_Potentially_Blocking_Operation 26
+#define PE_Stubbed_Subprogram_Called 27
+#define PE_Unchecked_Union_Restriction 28
+#define PE_Non_Transportable_Actual 29
+
+#define SE_Empty_Storage_Pool 30
+#define SE_Explicit_Raise 31
+#define SE_Infinite_Recursion 32
+#define SE_Object_Too_Large 33
+
+#define LAST_REASON_CODE 33