summaryrefslogtreecommitdiff
path: root/nuttx/tools/mksymtab.c
Commit message (Collapse)AuthorAgeFilesLines
* Various changes associated with symbol tables. Most from Pelle WindestamGregory Nutt2014-06-271-0/+1
|
* More trailing whilespace removalGregory Nutt2014-04-131-4/+4
|
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ↵Gregory Nutt2014-02-101-1/+1
| | | | but probably some new typos introduced
* 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