summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2013-11-12 00:14:23 +0100
committerChanho Park <chanho61.park@samsung.com>2014-08-22 20:38:24 +0900
commit0b57c80d1f6ceff280ba3a77c8635272e9028fd9 (patch)
treeaef4fa58ca1dbcb71289692f6dc9b2c20782a452 /NEWS
parent0fd27264475ccf69156fad88d07c2c229eb4c33b (diff)
downloadltrace-0b57c80d1f6ceff280ba3a77c8635272e9028fd9.tar.gz
ltrace-0b57c80d1f6ceff280ba3a77c8635272e9028fd9.tar.bz2
ltrace-0b57c80d1f6ceff280ba3a77c8635272e9028fd9.zip
Update NEWS
Diffstat (limited to '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.: