Skip to content

Commit 31021b4

Browse files
authored
Merge pull request #275 from riscv-non-isa/gd-note
Add note to mention `Global Dynamic` model is known as `General Dynamic` model
2 parents b0717e1 + 7df711c commit 31021b4

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
@@ -714,6 +714,8 @@ thread local storage models:
714714
The program linker in the case of static TLS or the dynamic linker in the case
715715
of dynamic TLS allocate TLS offsets for storage of thread local variables.
716716

717+
NOTE: `Global Dynamic` model is also known as `General Dynamic` model.
718+
717719
==== Local Exec
718720

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

0 commit comments

Comments
 (0)