summaryrefslogtreecommitdiff
path: root/nuttx/tools/mksymtab.c
Commit message (Collapse)AuthorAgeFilesLines
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5252 42af7a65-404d-4744-a932-0658087f49c3
* mksymtab: Fix handling of final comma. Some C compilers can't handle them; ↵patacongo2012-09-011-10/+19
| | | | | | Also add macro to provide the size of the symbol table git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5077 42af7a65-404d-4744-a932-0658087f49c3
* Ooops.. mksymtab needs to check for zero-length header file namespatacongo2012-09-011-7/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5076 42af7a65-404d-4744-a932-0658087f49c3
* Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c ↵patacongo2012-09-011-0/+277
to create symbol tables from CSV files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5075 42af7a65-404d-4744-a932-0658087f49c3