summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-27 08:14:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-27 08:14:07 -0600
commit7755d921a8a04fdd7a335bcc45d78747ead15f2b (patch)
treeb5a55fb0fc9c53a30eebe32038564f392a55766f /nuttx/configs/README.txt
parent466c29f48dfc265e8ce908dd95e593a96560525e (diff)
downloadnuttx-7755d921a8a04fdd7a335bcc45d78747ead15f2b.tar.gz
nuttx-7755d921a8a04fdd7a335bcc45d78747ead15f2b.tar.bz2
nuttx-7755d921a8a04fdd7a335bcc45d78747ead15f2b.zip
Various changes associated with symbol tables. Most from Pelle Windestam
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index ff1ef80a7..8ed0060aa 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -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