summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-01-07 19:41:04 -0800
committerRoland McGrath <roland@redhat.com>2010-01-07 19:43:42 -0800
commit6fd3cd104adf4107aa64e1c1e84028b4ea0b3296 (patch)
tree6d42f1017e802ccf94abbe5af598eec8b2600166 /NEWS
parent7452e1953a4a4e70af3fb472e609e89776031e53 (diff)
downloadelfutils-6fd3cd104adf4107aa64e1c1e84028b4ea0b3296.tar.gz
Add elf_getphdrnum, support >65536 phdrs.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 24aa18ba..4a8163f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
Version 0.144:
+libelf: New function elf_getphdrnum.
+ Now support using more than 65536 program headers in a file.
+
libdw: New function dwarf_aggregate_size for computing (constant) type
sizes, including array_type cases with nontrivial calculation.