Skip to content

Commit 7df711c

Browse files
committed
Add note to mention Global Dynamic model is known as General Dynamic model
1 parent 966a1ac commit 7df711c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

riscv-elf.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,8 @@ thread local storage models:
711711
The program linker in the case of static TLS or the dynamic linker in the case
712712
of dynamic TLS allocate TLS offsets for storage of thread local variables.
713713

714+
NOTE: `Global Dynamic` model is also known as `General Dynamic` model.
715+
714716
==== Local Exec
715717

716718
Local exec is a form of static thread local storage. This model is used

0 commit comments

Comments
 (0)