Add thread-local storage (TLS) support

Tested and implemented on ARM, m68k, PowerPC and SPARC.  Other
architectures need more work.
This commit is contained in:
Sebastian Huber
2014-01-28 12:10:08 +01:00
parent 960fd8546f
commit 022851aba5
77 changed files with 1132 additions and 60 deletions

View File

@@ -623,6 +623,10 @@ If the Program Exception returns, then the following actions are performed:
@end itemize
@section Thread-Local Storage
Thread-local storage is supported.
@c
@c
@c