[bootlin/training-materials updates] master: valgrind.tex: replace 'arm64' by 'ARMv8' (8f7a2c64)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Jun 13 20:55:35 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/8f7a2c64683b0e0a0d0a276c8588bef62ec9b2ae

>---------------------------------------------------------------

commit 8f7a2c64683b0e0a0d0a276c8588bef62ec9b2ae
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Jun 13 20:55:35 2023 +0200

    valgrind.tex: replace 'arm64' by 'ARMv8'
    
    More consistent with 'ARMv7' in the list of supported platforms
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

8f7a2c64683b0e0a0d0a276c8588bef62ec9b2ae
 common/valgrind.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/valgrind.tex b/common/valgrind.tex
index 6aa334bb..7a7b03ee 100644
--- a/common/valgrind.tex
+++ b/common/valgrind.tex
@@ -8,7 +8,7 @@
       \item detect many memory management and threading bugs
       \item profile programs
       \end{itemize}
-    \item Supported architectures: x86, x86-64, ARMv7, arm64, mips32,
+    \item Supported architectures: x86, x86-64, ARMv7, ARMv8, mips32,
       s390, ppc32 and ppc64
     \item Very popular tool especially for debugging memory issues
     \item Runs your program on a synthetic CPU $\rightarrow$




More information about the training-materials-updates mailing list