user: Update architectures supporting TLS

This commit is contained in:
Sebastian Huber 2022-05-04 13:03:38 +02:00
parent 5475c9c63e
commit c16c8c6fd4

View File

@ -355,6 +355,7 @@ sophisticated real-time applications are significantly reduced.
.. [#] Thread-local storage requires some support by the tool chain and the .. [#] Thread-local storage requires some support by the tool chain and the
RTEMS architecture support, e.g. context-switch code. It is supported RTEMS architecture support, e.g. context-switch code. It is supported
at least on ARM, PowerPC, RISC-V, SPARC and m68k. Check the at least on ARM, AArch64, PowerPC, RISC-V, SPARC, MicroBlaze, Nios II,
`RTEMS CPU Architecture Supplement <https://docs.rtems.org/branches/master/cpu-supplement.pdf>`_ and m68k. Check the `RTEMS CPU Architecture Supplement
if it is supported. <https://docs.rtems.org/branches/master/cpu-supplement.pdf>`_ if it is
supported.