aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2013-11-12 00:14:23 +0100
committerPetr Machata <pmachata@redhat.com>2013-11-12 00:14:23 +0100
commitdbd6175679e4c55853a2b3521b48bb17ec1fe38d (patch)
treeaef4fa58ca1dbcb71289692f6dc9b2c20782a452
parent9521f9321bacb1eb27d4c152ecf69957dbbc0263 (diff)
downloadltrace-dbd6175679e4c55853a2b3521b48bb17ec1fe38d.tar.gz
Update NEWS
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f86a510..6841943 100644
--- a/NEWS
+++ b/NEWS
@@ -16,12 +16,16 @@
libraries in. On Linux, ltrace looks into XDG_CONFIG_HOME,
XDG_CONFIG_DIRS, and /usr/share/ltrace as well.
+ - wide character strings are supported in prototypes.
+
** Architectural support
- MIPS and MIPSel are now handled by the same backend.
- ARMv6 and ARMv7 are supported, including full fetch backend.
- Imagination Technologies Meta is now supported.
- - On Linux, tracing of IFUNC symbols is supported. On i386 and
- x86_64, IRELATIVE PLT slots are traced as well.
+
+ - On Linux, tracing of IFUNC symbols is supported. On i386,
+ x86_64, ppc32 with secure PLT and ppc64, IRELATIVE PLT slots are
+ traced as well.
** -w output now shows full library path
The output format is similar to glibc's backtrace_symbols, e.g.: