diff options
author | Petr Machata <pmachata@redhat.com> | 2013-11-12 00:14:23 +0100 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-22 20:38:24 +0900 |
commit | 0b57c80d1f6ceff280ba3a77c8635272e9028fd9 (patch) | |
tree | aef4fa58ca1dbcb71289692f6dc9b2c20782a452 | |
parent | 0fd27264475ccf69156fad88d07c2c229eb4c33b (diff) | |
download | ltrace-0b57c80d1f6ceff280ba3a77c8635272e9028fd9.tar.gz ltrace-0b57c80d1f6ceff280ba3a77c8635272e9028fd9.tar.bz2 ltrace-0b57c80d1f6ceff280ba3a77c8635272e9028fd9.zip |
Update NEWS
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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.: |