Skip to content

Commit 81a24d0

Browse files
committed
Note support for TLS variables on FreeBSD.
gdb/ChangeLog: * NEWS: Mention TLS support for FreeBSD.
1 parent 79e7ae1 commit 81a24d0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

gdb/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-03-25 John Baldwin <[email protected]>
2+
3+
* NEWS: Mention TLS support for FreeBSD.
4+
15
2019-03-25 Tom Tromey <[email protected]>
26

37
* minsyms.c (BUNCH_SIZE): Update comment.

gdb/NEWS

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
*** Changes since GDB 8.3
55

6+
* GDB now supports Thread Local Storage (TLS) variables on several
7+
FreeBSD architectures (amd64, i386, powerpc, riscv). Other
8+
architectures require kernel changes. TLS is not yet supported for
9+
amd64 and i386 process core dumps.
10+
611
*** Changes in GDB 8.3
712

813
* GDB and GDBserver now support access to additional registers on

0 commit comments

Comments
 (0)