RTEMS: Use TLS for Ada run-time
commite059725b244388bc318ff5fb4a4aeb4cca86abfd
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 7 Jun 2017 09:49:27 +0000 (7 09:49 +0000)
committerSebastian Huber <sh@gcc.gnu.org>
Wed, 7 Jun 2017 09:49:27 +0000 (7 09:49 +0000)
tree9802363f54ae6df115b6abbd01447ec84d8dae67
parent54e07cb416a3128c5d2cbcea0bdaaffa4725ecf6
RTEMS: Use TLS for Ada run-time

Do not use the RTEMS-specific task variables for the Ada run-time since
they are not available in RTEMS 4.12 or later.  Use thread-local storage
instead.

gcc/ada
* Makefile.in (rtems): Use TLS implementation for s-tpopsp.adb.
* s-tpopsp-rtems.adb: Delete.

From-SVN: r248952
gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in
gcc/ada/s-tpopsp-rtems.adb [deleted file]