aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-21 01:17:51 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-09-21 01:17:51 -0400
commit8e80eb006f1fa3925e816b231b8312cac1ef37bc (patch)
treefc72c80f4dd1b29279369a2cd5363aaf847798f3
parent02a3a119b768d6f303eaebd92de8175bfb5d67dd (diff)
downloadlibrambutan-8e80eb006f1fa3925e816b231b8312cac1ef37bc.tar.gz
librambutan-8e80eb006f1fa3925e816b231b8312cac1ef37bc.zip
arm-gcc: Improve section :ref: names.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r--source/arm-gcc.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/arm-gcc.rst b/source/arm-gcc.rst
index 4f9d825..1d55d07 100644
--- a/source/arm-gcc.rst
+++ b/source/arm-gcc.rst
@@ -29,6 +29,8 @@ LeafLabs maintains `mirrors
recent versions of the compiler, including versions for OS X, Win32,
and 32-bit Linux.
+.. _arm-gcc-compiler-flags:
+
Compiler Flags Used by libmaple
-------------------------------
@@ -56,7 +58,7 @@ The following flags are among those passed to the assembler::
.. highlight:: cpp
-.. _arm-gcc-avr-gcc:
+.. _arm-gcc-libc:
Using the C Standard Library
----------------------------
@@ -71,6 +73,8 @@ Be advised, however, that a variety of syscalls may only be partially
implemented, if at all. See the :ref:`libmaple` file syscalls.c and
the newlib documentation for more details.
+.. _arm-gcc-avr-gcc:
+
Switching from AVR-GCC
----------------------