The information in this section relates to Annex M paragraphs ?? to ??.
A: See documentation in file s-maccod.ads in the distributed library.
A: See documentation in file s-maccod.ads in the distributed library.
A: Interrupts are mapped to signals or conditions as appropriate. See definition of unit Ada.Interrupt_Names in source file a-intnam.ads for details on the interrupts supported on a particular target.
A: ERC32 Ada does not permit a partition to be restarted without reloading, except under control of the debugger.
A: Pragma Discard_Names is currently ignored.
A: This feature is not supported.
A: The value of Current_Task is always the address of the task control block of the current base level task. This task may be running or interrupted.
The effect of calling Current_Task from an entry body or interrupt handler. See C.7.1(19).
A: The effect of calling Current_Task from an entry body or interrupt handler is to return the identification of the task currently executing the code.