From d5b631fa3bcd822815c7f875432b15e8b9875395 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 28 Feb 2019 08:36:39 +1100 Subject: User: Change output block to type none. --- user/tools/symbols.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user/tools/symbols.rst') diff --git a/user/tools/symbols.rst b/user/tools/symbols.rst index 16e04ee..d1188f8 100644 --- a/user/tools/symbols.rst +++ b/user/tools/symbols.rst @@ -135,7 +135,7 @@ Examples Create a dynamlically loaded symbol table for the ``minimum.exe`` sample program for the ``i386/pc686`` BSP: -.. code-block:: shell +.. code-block:: none $ rtems-syms -o ms.o i386-rtems5/c/pc686/testsuites/samples/minimum/minimum.exe $ file ms.o @@ -143,7 +143,7 @@ program for the ``i386/pc686`` BSP: Run the same command, this time create a map file: -.. code-block:: shell +.. code-block:: none $ rtems-syms -o ms.o -m ms.map i386-rtems5/c/pc686/testsuites/samples/minimum/minimum.exe $ head -10 ms.map @@ -161,7 +161,7 @@ Run the same command, this time create a map file: Run the same command with a raise verbose level to observe the stages the command performs: -.. code-block:: shell +.. code-block:: none $ rtems-syms -vvv -o ms.o i386-rtems5/c/pc686/testsuites/samples/minimum/minimum.exe RTEMS Kernel Symbols 5.a72a462adc18 -- cgit v1.2.3