From 709e3434574c17442020d46f7869655840ecbbfc Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Fri, 18 Nov 2016 15:11:06 -0600 Subject: [PATCH] Fix issue #42, Bullets widely spaced in section 3.7.4. Signed-off-by: Bill Schmidt --- specification/ch_3.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/ch_3.xml b/specification/ch_3.xml index 99c2de2..b754f88 100644 --- a/specification/ch_3.xml +++ b/specification/ch_3.xml @@ -4504,7 +4504,7 @@ extern void *__tls_get_addr (tls_index *ti);
TLS Access Models TLS data access is categorized into the following models: - + General Dynamic TLS Model @@ -5320,7 +5320,7 @@ static __thread unsigned int x3; described. The following TLS link editor transformations are provided as optimizations to convert between specific TLS access models: - + General Dynamic to Initial Exec