diff options
author | Thomas Quinot <quinot@adacore.com> | 2013-01-02 10:45:00 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-01-02 11:45:00 +0100 |
commit | 7130729aa07512f6349dc85d86454cdb6c152b38 (patch) | |
tree | cbd214f3fa25a835e09a2646253440c7906ea8c4 /gcc/ada/fe.h | |
parent | 8ed7930e45b8232ed637f207fc48222112742a51 (diff) | |
download | gcc-7130729aa07512f6349dc85d86454cdb6c152b38.zip gcc-7130729aa07512f6349dc85d86454cdb6c152b38.tar.gz gcc-7130729aa07512f6349dc85d86454cdb6c152b38.tar.bz2 |
par_sco.adb: Add SCO generation for task types and single task declarations.
2013-01-02 Thomas Quinot <quinot@adacore.com>
* par_sco.adb: Add SCO generation for task types and single
task declarations.
2013-01-02 Thomas Quinot <quinot@adacore.com>
* fe.h, gnat1drv.adb: Revert previous change.
2013-01-02 Thomas Quinot <quinot@adacore.com>
* get_scos.adb: When adding an instance table entry for a
non-nested instantiation, make sure the Enclosing_Instance is
correctly set to 0.
From-SVN: r194793
Diffstat (limited to 'gcc/ada/fe.h')
-rw-r--r-- | gcc/ada/fe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/fe.h b/gcc/ada/fe.h index 6c752e8..552a8bf 100644 --- a/gcc/ada/fe.h +++ b/gcc/ada/fe.h @@ -182,6 +182,7 @@ extern Boolean In_Same_Source_Unit (Node_Id, Node_Id); #define Exception_Extra_Info opt__exception_extra_info #define Exception_Locations_Suppressed opt__exception_locations_suppressed #define Exception_Mechanism opt__exception_mechanism +#define Generate_SCO_Instance_Table opt__generate_sco_instance_table #define Global_Discard_Names opt__global_discard_names typedef enum {Setjmp_Longjmp, Back_End_Exceptions} Exception_Mechanism_Type; @@ -190,6 +191,7 @@ extern Boolean Back_Annotate_Rep_Info; extern Boolean Exception_Extra_Info; extern Boolean Exception_Locations_Suppressed; extern Exception_Mechanism_Type Exception_Mechanism; +extern Boolean Generate_SCO_Instance_Table; extern Boolean Global_Discard_Names; /* restrict: */ |