summaryrefslogtreecommitdiff
path: root/libctf/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'libctf/NEWS')
-rw-r--r--libctf/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/libctf/NEWS b/libctf/NEWS
index 956cca8473e..f4e59734639 100644
--- a/libctf/NEWS
+++ b/libctf/NEWS
@@ -1,5 +1,14 @@
-*- text -*-
+Changes in 2.39:
+
+* New features
+
+** The CTF variable section (if generated via ld --ctf-variables) now contains
+ entries for static functions, hidden functions, and other functions with
+ no associated symbol. The associated type is of kind CTF_K_FUNCTION.
+ (No change if --ctf-variables is not specified, which is the default.)
+
Changes in 2.37:
* New features