From 76f925cc4aad478378b9bc13cfae4a5d2355c91e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Jun 2014 08:14:07 -0600 Subject: [PATCH] Various changes associated with symbol tables. Most from Pelle Windestam --- configs/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/README.txt b/configs/README.txt index ff1ef80a7a..8ed0060aaf 100644 --- a/configs/README.txt +++ b/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