summaryrefslogtreecommitdiff
path: root/nuttx/binfmt
Commit message (Expand)AuthorAgeFilesLines
...
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-5/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-5/+5
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Add documentation for the binary loaderpatacongo2012-10-301-7/+9
* C++ static destructors work with ELF load too nowpatacongo2012-10-2911-71/+308
* C++ constructors work with ELF load nowpatacongo2012-10-2915-361/+568
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-2910-77/+513
* The ELF loader is basically functional (needs more testing)patacongo2012-10-272-1/+5
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-262-53/+56
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-268-106/+46
* More ELF loader changespatacongo2012-10-255-10/+10
* Finishes basic coding of ELF file supportpatacongo2012-10-258-8/+487
* Add x86 ELF supportpatacongo2012-10-251-0/+2
* A little more ELF loader logicpatacongo2012-10-2513-134/+465
* A little more ELF loader logicpatacongo2012-10-255-100/+78
* Fix Kconfig files broken by last check-inpatacongo2012-10-252-4/+5
* A little more ELF loader logicpatacongo2012-10-252-32/+201
* A little more ELF loader logicpatacongo2012-10-247-76/+217
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-2429-38/+38
* Flesh out include/elf.hpatacongo2012-10-242-0/+106
* Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-2418-62/+1441
* More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-101-0/+5
* Oop. Part of last change was still in the editorpatacongo2012-10-101-4/+9
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-102-3/+195
* Email address change in nuttx/patacongo2012-09-1324-24/+24
* Add kconfig documentationpatacongo2012-04-062-2/+2
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-062-0/+8
* Should use bdbg, not dbgpatacongo2009-12-201-3/+3
* Missed uint32 type conversionspatacongo2009-12-171-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-162-0/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1521-70/+61
* Add fileno()patacongo2009-07-131-4/+3
* Added exec()patacongo2009-07-122-2/+127
* Completes initial shaky integrationpatacongo2009-06-261-5/+12
* function pointers in modules must have global scopepatacongo2009-06-261-2/+7
* ROMFS was in RAMpatacongo2009-06-251-5/+11
* Mostly cosmetic integration changespatacongo2009-06-253-37/+43
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-253-31/+63
* Fix debug outputpatacongo2009-06-251-1/+6
* Make all counts 16-bitpatacongo2009-06-253-3/+3
* Initial NXFLAT debug fixespatacongo2009-06-257-36/+66
* Fix a problem that was causing tools/incdir.sh to generate inappropriate path...patacongo2009-06-241-2/+5
* Fix DEBUG-on compilation errorspatacongo2009-06-243-4/+4
* Still waffling on relocation typespatacongo2009-06-231-0/+60
* Remove import symbols from relo tablepatacongo2009-06-231-20/+8
* ispace offset needs to account for size of headerpatacongo2009-06-221-3/+3
* Back-out one relocation typepatacongo2009-06-223-58/+4