From 022851aba54d32831feaff13deb3d9943e130eee Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 28 Jan 2014 12:10:08 +0100 Subject: Add thread-local storage (TLS) support Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work. --- doc/cpu_supplement/m32r.t | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/cpu_supplement/m32r.t (limited to 'doc/cpu_supplement/m32r.t') diff --git a/doc/cpu_supplement/m32r.t b/doc/cpu_supplement/m32r.t new file mode 100644 index 0000000000..f70c185f27 --- /dev/null +++ b/doc/cpu_supplement/m32r.t @@ -0,0 +1,7 @@ +@c Copyright (c) 2014 embedded brains GmbH. All rights reserved. + +@chapter Renesas M32R Specific Information + +@section Thread-Local Storage + +Thread-local storage is not implemented. -- cgit v1.2.3