summaryrefslogtreecommitdiffstats
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-01 15:33:33 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-01 15:33:33 +0000
commit7e3e4b4c572efdc5da41221b8cc1c4f59971ff52 (patch)
tree74e075e57750eb9ae78c295f6a9e21fac86119b1 /nuttx/ChangeLog
parentc3d47646c26fda666b9ba8482fe71897342058e6 (diff)
Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to create symbol tables from CSV files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5075 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2e17f8eb1e..3ba81d4a7e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3243,3 +3243,7 @@
for testing the changes to the uIP web server (see apps/ChangeLog.txt).
* lib/stdio/lib_perror.c: Remove CONFIG_LIBC_PERROR_DEVNAME. What was I
thinking? Arbitrary streams cannot be shared by different tasks.
+ * tools/mksyscall.c, csvparser.c, and csvparser.h: Separate CSV parsing
+ logic from mksyscall.c into files where it can be shared.
+ * tools/mksymtab.c: Add a tool that can be used to convert a CSV file
+ into a NuttX-style symbol table.