diff --git a/dbgovl32/dbgovl32.rst b/dbgovl32/dbgovl32.rst index 2a2898a..0aa9d44 100644 --- a/dbgovl32/dbgovl32.rst +++ b/dbgovl32/dbgovl32.rst @@ -701,7 +701,7 @@ From an embedded perspective there are a number of issues with this. To integrate this mechanism in a manner more useful to embedded systems we propose the following. -- Define a new ``.ARM.overlay_table``` section of type +- Define a new ``.ARM.overlay_table`` section of type ``SHT_ARM_OVERLAYSECTION`` = 0x70000005 with contents exactly as defined by [GNUOV_]. diff --git a/rtabi32/rtabi32.rst b/rtabi32/rtabi32.rst index 0322cb8..aa881f6 100644 --- a/rtabi32/rtabi32.rst +++ b/rtabi32/rtabi32.rst @@ -727,7 +727,7 @@ causes a problem if the code uses FP values in its interface functions. might reasonably be offered in the base standard only with its FP-using functions declared in its supporting header files as base-standard interfaces using some Q-o-I means such as decoration - with ``__softfp``` or ``__ATTRIBUTE((softfp))__``. + with ``__softfp`` or ``__ATTRIBUTE((softfp))__``. The third use case causes a potential problem.