functionality, or simply have a lot to talk about), see the `NOTE` below
for adding a new subsection.
-* The optimizer will now convert calls to memcmp into a calls to bcmp in some
- circumstances. Users who are building freestanding code (not depending on the
- platform's libc) without specifying -ffreestanding may need to either pass
- -fno-builtin-bcmp, or provide a bcmp function.
+* The optimizer will now convert calls to ``memcmp`` into a calls to ``bcmp`` in
+ some circumstances. Users who are building freestanding code (not depending on
+ the platform's libc) without specifying ``-ffreestanding`` may need to either
+ pass ``-fno-builtin-bcmp``, or provide a ``bcmp`` function.
.. NOTE
If you would like to document a larger change, then you can add a