v01d commented on issue #1649:
URL:
https://github.com/apache/incubator-nuttx/issues/1649#issuecomment-683495509
I've opened #1676 to address duplicate declarations.
Other ones will be fixed when autosectionlabel is no longer used.
There is one which I'm not sure how to fix:
<pre>
/home/v01d/coding/nuttx_doc/nuttx/Documentation/components/nxflat.rst:345:
WARNING: Could not lex literal_block as "c-objdump". Highlighting skipped.
</pre>
It is due to a block of assembly that looks like this:
<pre>
.. code-block:: c-objdump
ldr r1, .L0 /* Fetch the offset to the GOT entry */
ldr r1, [r10, r1] /* Fetch the (relocated) address of 'x'
from the GOT */
ldr r0, [r1, #0] /* Fetch the value of 'x' */
/* ... */
.L1 .word x(GOT) /* Offset to entry in the GOT */
</pre>
I used `objdump-c` for it but it seems it does not recognize something. I'm
not sure what is the proper highlight definition for this, maybe someone else
knows.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]