[bootlin/training-materials updates] master: strace: remove the reference to my static binaries (1f4ccbcf)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu May 20 09:48:42 CEST 2021


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

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

commit 1f4ccbcf5b129dd666367f9b15668202d0aa1647
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu May 20 09:48:42 2021 +0200

    strace: remove the reference to my static binaries
    
    - No maintained for a long time anyway
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

1f4ccbcf5b129dd666367f9b15668202d0aa1647
 common/strace.tex | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/common/strace.tex b/common/strace.tex
index bd158009..85300e66 100644
--- a/common/strace.tex
+++ b/common/strace.tex
@@ -6,10 +6,7 @@
   System call tracer - \url{https://strace.io}
   \begin{itemize}
   \item Available on all GNU/Linux systems\\
-        Can be built by your cross-compiling toolchain generator.
-  \item Even easier: drop a ready-made static binary for your
-        architecture, just when you need it. See
-        \url{https://frama.link/q5WcWayh}
+        Can be built by your cross-compiling toolchain generator or by your build system.
   \item Allows to see what any of your processes is doing: accessing files, allocating memory...
         Often sufficient to find simple bugs.
   \item Usage:\\




More information about the training-materials-updates mailing list