]> gcc.gnu.org Git - gcc.git/commit
[Ada] Runtime transition: System.Threads
authorDoug Rupp <rupp@adacore.com>
Wed, 6 Oct 2021 20:03:56 +0000 (13:03 -0700)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 11 Oct 2021 13:38:12 +0000 (13:38 +0000)
commit547513eeab951fddeb53baaa577de32dc8b779de
treedc4f7aced4bff3fdb89195e78930549057954ea1
parenta59626c8b8497593145aa5969ca30cddaeaa8acd
[Ada] Runtime transition: System.Threads

gcc/ada/

* libgnat/s-thread.ads: Fix comments.  Remove unused package
imports.
(Thread_Body_Exception_Exit): Remove Exception_Occurrence
parameter.
(ATSD): Declare type locally.
* libgnat/s-thread__ae653.adb: Fix comments.  Remove unused
package imports.  Remove package references to Stack_Limit
checking.
(Install_Handler): Remove.
(Set_Sec_Stack): Likewise.
(Thread_Body_Enter): Remove calls to Install_Handler and
Stack_Limit checking.
(Thread_Body_Exception_Exit): Remove Exception_Occurrence
parameter.
(Init_RTS): Call local Get_Sec_Stack.  Remove call to
Install_Handler.  Remove references to accessors for
Get_Sec_Stack and Set_Sec_Stack.  Remove OS check.
(Set_Sec_Stack): Remove.
gcc/ada/libgnat/s-thread.ads
gcc/ada/libgnat/s-thread__ae653.adb
This page took 0.060276 seconds and 6 git commands to generate.