summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libnxflat
Commit message (Expand)AuthorAgeFilesLines
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* Verify PATH variable in apps/examples/elfpatacongo2012-12-191-2/+2
* Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-193-2/+9
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-196-31/+548
* C++ constructors work with ELF load nowpatacongo2012-10-291-18/+0
* More ELF loader changespatacongo2012-10-251-1/+1
* A little more ELF loader logicpatacongo2012-10-251-0/+1
* A little more ELF loader logicpatacongo2012-10-252-7/+10
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-247-8/+10
* Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-245-34/+51
* 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-139-9/+9
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Missed uint32 type conversionspatacongo2009-12-171-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-157-48/+49
* Completes initial shaky integrationpatacongo2009-06-261-5/+12
* function pointers in modules must have global scopepatacongo2009-06-261-2/+7
* Mostly cosmetic integration changespatacongo2009-06-252-26/+37
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-8/+41
* Make all counts 16-bitpatacongo2009-06-252-2/+2
* Initial NXFLAT debug fixespatacongo2009-06-255-29/+62
* Fix DEBUG-on compilation errorspatacongo2009-06-242-3/+3
* 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-222-57/+3
* New relocation typespatacongo2009-06-227-139/+353
* Flesh out examples/nxflat build environmentpatacongo2009-06-211-0/+172
* Add NXFLAT dynamic binding logicpatacongo2009-06-212-1/+174
* Back out most of last changepatacongo2009-06-183-20/+20
* Integrate PIC support into context switchingpatacongo2009-06-171-8/+8
* Fixes for compilation with ez80patacongo2009-06-171-2/+6
* Remove bitfields from NXFLAT definitionpatacongo2009-06-171-22/+10
* Add basic module management logicpatacongo2009-06-174-85/+49
* Easing in binfmt supportpatacongo2009-06-178-528/+588
* Added NXFLAT a bit at a timepatacongo2009-06-164-0/+890