diff options
author | Dima Kogan <dima@secretsauce.net> | 2014-05-11 17:02:16 -0700 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-22 20:38:26 +0900 |
commit | b3fd645cb02de43ad3bd5c803c2c89350ac611d7 (patch) | |
tree | a31e1bda7a161393532a5852b72c75e95c9f1eb5 | |
parent | f8c788724c8297f8faf15d3562a32a509c836f72 (diff) | |
download | ltrace-b3fd645cb02de43ad3bd5c803c2c89350ac611d7.tar.gz ltrace-b3fd645cb02de43ad3bd5c803c2c89350ac611d7.tar.bz2 ltrace-b3fd645cb02de43ad3bd5c803c2c89350ac611d7.zip |
added NEWS, CREDITS info about the new DWARF prototyping code
-rw-r--r-- | CREDITS | 4 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -81,6 +81,10 @@ D: x86-64 fixes D: libelf support D: Fixes +N: Dima Kogan +E: dima@secretsauce.net +D: Reading prototypes from DWARF information + N: Michal Ludvig E: mludvig@suse.cz D: x86-64 fixes @@ -28,6 +28,9 @@ This use is still accepted, taken to mean "hide(int)", but produces a warning, and will be removed in future. + - Prototypes are now read from DWARF debug info, if available. This + complements the data available in config files + ** Architectural support - MIPS and MIPSel are now handled by the same backend. - ARMv6, ARMv7 and ARMv8 (AArch64) are supported, including full |