summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2014-02-05 02:46:07 +0100
committerChanho Park <chanho61.park@samsung.com>2014-08-22 20:38:25 +0900
commit88505d4d1e1b98f1f6f86a6864c9972b97927dfd (patch)
tree6aad386e739b131f4a7087cdb5d0542b5329e6f2
parent3e55e39dd537453b76cdf66415f2688af09f530e (diff)
downloadltrace-88505d4d1e1b98f1f6f86a6864c9972b97927dfd.tar.gz
ltrace-88505d4d1e1b98f1f6f86a6864c9972b97927dfd.tar.bz2
ltrace-88505d4d1e1b98f1f6f86a6864c9972b97927dfd.zip
Update NEWS, README
-rw-r--r--NEWS7
-rw-r--r--README3
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0288b66..1614873 100644
--- a/NEWS
+++ b/NEWS
@@ -30,7 +30,10 @@
** Architectural support
- MIPS and MIPSel are now handled by the same backend.
- - ARMv6 and ARMv7 are supported, including full fetch backend.
+ - ARMv6, ARMv7 and ARMv8 (AArch64) are supported, including full
+ fetch backend. ARMv8 backend doesn't support tracing of 32-bit
+ binaries, as currently there's no 32-bit userspace available for
+ ARM64 processors.
- Imagination Technologies Meta is now supported.
- On Linux, tracing of IFUNC symbols is supported. On i386,
@@ -342,7 +345,7 @@
* License
-------------------------------------------------------------------------------
-Copyright (C) 2012,2013 Petr Machata <pmachata@redhat.com>
+Copyright (C) 2012-2014 Petr Machata <pmachata@redhat.com>
This file is part of ltrace.
ltrace is free software; you can redistribute it and/or modify it
diff --git a/README b/README
index 414bdfb..a04b767 100644
--- a/README
+++ b/README
@@ -24,6 +24,7 @@ The following targets are currently (at least somewhat) supported.
Some of them may be more or less broken in reality, it is not feasible
to test each release comprehensively on each target.
+ aarch64-*-linux-gnu
armv6l-*-linux-gnueabi
armv7l-*-linux-gnueabihf
i[4567]86-*-linux-gnu
@@ -81,7 +82,7 @@ quick one-liner), it is advisable to send an e-mail beforehand.
-------------------------------------------------------------------------------
-Copyright (C) 2012,2013 Petr Machata <pmachata@redhat.com>
+Copyright (C) 2012-2014 Petr Machata <pmachata@redhat.com>
Copyright (C) 1997-2009 Juan Cespedes <cespedes@debian.org>
This file is part of ltrace.