aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2014-02-05 02:46:07 +0100
committerPetr Machata <pmachata@redhat.com>2014-02-05 02:46:07 +0100
commitd98848395e879d7ccb9940d4d50be2439c9d378d (patch)
tree6aad386e739b131f4a7087cdb5d0542b5329e6f2
parent912a0f75b3521803fa724a55f0e883c134c7b4e9 (diff)
downloadltrace-d98848395e879d7ccb9940d4d50be2439c9d378d.tar.gz
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.