mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 17:28:02 +08:00
re PR ada/23788 (s-taprop.adb:69:06: warning: cannot depend on "Interrupt_Operations" (wrong categorization))
2005-09-16 Laurent GUERBY <laurent@guerby.net> PR ada/23788 * s-tpinop.ads: Make this unit Preelaborate. From-SVN: r104521
This commit is contained in:
parent
fa5e3f0675
commit
ccdeca37fe
@ -1,3 +1,8 @@
|
|||||||
|
2005-09-16 Laurent GUERBY <laurent@guerby.net>
|
||||||
|
|
||||||
|
PR ada/23788
|
||||||
|
* s-tpinop.ads: Make this unit Preelaborate.
|
||||||
|
|
||||||
2005-09-16 Andreas Jaeger <aj@suse.de>
|
2005-09-16 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* socket.c: Add string.h for memcpy.
|
* socket.c: Add string.h for memcpy.
|
||||||
|
@ -36,6 +36,7 @@ with System.Interrupt_Management;
|
|||||||
with System.Tasking;
|
with System.Tasking;
|
||||||
|
|
||||||
package System.Task_Primitives.Interrupt_Operations is
|
package System.Task_Primitives.Interrupt_Operations is
|
||||||
|
pragma Preelaborate;
|
||||||
|
|
||||||
package IM renames System.Interrupt_Management;
|
package IM renames System.Interrupt_Management;
|
||||||
package ST renames System.Tasking;
|
package ST renames System.Tasking;
|
||||||
|
Loading…
Reference in New Issue
Block a user