r249112 - in /branches/gcc-7-branch/gcc/ada: Ch...
sh@gcc.gnu.org
sh@gcc.gnu.org
Mon Jun 12 07:06:00 GMT 2017
Author: sh
Date: Mon Jun 12 07:06:40 2017
New Revision: 249112
URL: https://gcc.gnu.org/viewcvs?rev=249112&root=gcc&view=rev
Log:
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.
Removed:
branches/gcc-7-branch/gcc/ada/s-tpopsp-rtems.adb
Modified:
branches/gcc-7-branch/gcc/ada/ChangeLog
branches/gcc-7-branch/gcc/ada/gcc-interface/Makefile.in
More information about the Gcc-cvs
mailing list