Various changes associated with symbol tables. Most from Pelle Windestam

This commit is contained in:
Gregory Nutt 2014-06-27 08:14:07 -06:00
parent 1946e0c6c9
commit 76f925cc4a

View File

@ -684,7 +684,7 @@ There are also common-separated value (CSV) values in the source try that
provide information about symbols. In particular:
nuttx/syscall/syscall.csv - Describes the NuttX RTOS interface, and
nuttx/lib/lib.csv - Describes the NuttX C library interface.
nuttx/lib/libc.csv - Describes the NuttX C library interface.
There is a tool at nuttx/tools/mksymtab that will use these CSV files as
input to generate a generic symbol table. See nuttx/tools/README.txt for