summaryrefslogtreecommitdiff
path: root/nuttx/tools/mksymtab.c
Commit message (Expand)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
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-1/+1
* mksymtab: Fix handling of final comma. Some C compilers can't handle them; Al...patacongo2012-09-011-10/+19
* Ooops.. mksymtab needs to check for zero-length header file namespatacongo2012-09-011-7/+10
* Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo2012-09-011-0/+277