From 33121dd0d03cd000e7218e2f560c663fca8b2152 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 --- Documentation/NuttXNxFlat.html | 7 ++- configs/README.txt | 2 +- include/cxx/cunistd | 2 +- include/inttypes.h | 15 +++--- include/nuttx/math.h | 8 ++++ include/unistd.h | 4 +- libc/README.txt | 2 +- libc/fixedmath/Make.defs | 2 +- libc/{lib.csv => libc.csv} | 5 +- libc/math.csv | 73 +++++++++++++++++++++++++++++ libc/math/Make.defs | 2 +- libc/{fixedmath => math}/lib_rint.c | 2 + tools/README.txt | 2 +- tools/mksymtab.c | 1 + 14 files changed, 107 insertions(+), 20 deletions(-) rename libc/{lib.csv => libc.csv} (99%) create mode 100644 libc/math.csv rename libc/{fixedmath => math}/lib_rint.c (99%) diff --git a/Documentation/NuttXNxFlat.html b/Documentation/NuttXNxFlat.html index 41b2a19ee9f..89b415041b5 100644 --- a/Documentation/NuttXNxFlat.html +++ b/Documentation/NuttXNxFlat.html @@ -407,7 +407,10 @@ any following arguments. nuttx/syscall/syscall.csv that describes the NuttX RTOS interface, and
  • - nuttx/libc/lib.csv that describes the NuttX C library interface. + nuttx/libc/libc.csv that describes the NuttX C library interface. +
  • +
  • + nuttx/libc/math.cvs that descirbes any math library.