diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-09 10:44:13 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-09 10:44:13 +0000 |
commit | 913ab0bcf89d43928f8fee35b22602d841d39c3a (patch) | |
tree | a7fdab111d66cef67c5aaf972703425f9ebca4e9 /gcc/ada/s-rident.ads | |
parent | a31db762c8cfc6b34a818b70b7166a74aef46d0d (diff) | |
download | gcc-913ab0bcf89d43928f8fee35b22602d841d39c3a.tar.gz |
2004-02-09 Albert Lee <lee@gnat.com>
* errno.c: define _SGI_MP_SOURCE for task-safe errno on IRIX
2004-02-09 Ed Schonberg <schonberg@gnat.com>
* exp_ch3.adb (Build_Slice_Assignment): Handle properly case of null
slices.
* exp_ch6.adb (Expand_Call): Do not inline a call when the subprogram
is nested in an instance that is not frozen yet, to avoid
order-of-elaboration problems in gigi.
* sem_attr.adb (Analyze_Attribute, case 'Access): Within an inlined
body the attribute is legal.
2004-02-09 Robert Dewar <dewar@gnat.com>
* s-rident.ads: Minor comment correction
* targparm.adb: Remove dependence on uintp completely. There was
always a bug in Make in that it called Targparm before initializing
the Uint package. The old code appeared to get away with this, but
the new code did not! This caused an assertion error in gnatmake.
* targparm.ads: Fix bad comment, restriction pragmas with parameters
are indeed fully supported.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77531 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-rident.ads')
-rw-r--r-- | gcc/ada/s-rident.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/s-rident.ads b/gcc/ada/s-rident.ads index 6bc09ff3916..50229e82e6c 100644 --- a/gcc/ada/s-rident.ads +++ b/gcc/ada/s-rident.ads @@ -155,7 +155,6 @@ package System.Rident is -- Synonyms permitted for historical purposes of compatibility -- No_Requeue synonym for No_Requeue_Statements - -- No_Tasking synonym for Max_Tasks => 0 -- No_Task_Attributes synonym for No_Task_Attributes_Package subtype All_Restrictions is Restriction_Id range |