summaryrefslogtreecommitdiff
path: root/nuttx/binfmt
Commit message (Collapse)AuthorAgeFilesLines
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-268-106/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5263 42af7a65-404d-4744-a932-0658087f49c3
* More ELF loader changespatacongo2012-10-255-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5261 42af7a65-404d-4744-a932-0658087f49c3
* Finishes basic coding of ELF file supportpatacongo2012-10-258-8/+487
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5259 42af7a65-404d-4744-a932-0658087f49c3
* Add x86 ELF supportpatacongo2012-10-251-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5258 42af7a65-404d-4744-a932-0658087f49c3
* A little more ELF loader logicpatacongo2012-10-2513-134/+465
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5257 42af7a65-404d-4744-a932-0658087f49c3
* A little more ELF loader logicpatacongo2012-10-255-100/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5256 42af7a65-404d-4744-a932-0658087f49c3
* Fix Kconfig files broken by last check-inpatacongo2012-10-252-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5255 42af7a65-404d-4744-a932-0658087f49c3
* A little more ELF loader logicpatacongo2012-10-252-32/+201
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5254 42af7a65-404d-4744-a932-0658087f49c3
* A little more ELF loader logicpatacongo2012-10-247-76/+217
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5253 42af7a65-404d-4744-a932-0658087f49c3
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-2429-38/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5252 42af7a65-404d-4744-a932-0658087f49c3
* Flesh out include/elf.hpatacongo2012-10-242-0/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5251 42af7a65-404d-4744-a932-0658087f49c3
* Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-2418-62/+1441
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5250 42af7a65-404d-4744-a932-0658087f49c3
* More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-101-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5227 42af7a65-404d-4744-a932-0658087f49c3
* Oop. Part of last change was still in the editorpatacongo2012-10-101-4/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5226 42af7a65-404d-4744-a932-0658087f49c3
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-102-3/+195
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5225 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-1324-24/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-062-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-062-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
* Should use bdbg, not dbgpatacongo2009-12-201-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2393 42af7a65-404d-4744-a932-0658087f49c3
* Missed uint32 type conversionspatacongo2009-12-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2372 42af7a65-404d-4744-a932-0658087f49c3
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-162-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2362 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-1521-70/+61
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2349 42af7a65-404d-4744-a932-0658087f49c3
* Add fileno()patacongo2009-07-131-4/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1985 42af7a65-404d-4744-a932-0658087f49c3
* Added exec()patacongo2009-07-122-2/+127
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1979 42af7a65-404d-4744-a932-0658087f49c3
* Completes initial shaky integrationpatacongo2009-06-261-5/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1963 42af7a65-404d-4744-a932-0658087f49c3
* function pointers in modules must have global scopepatacongo2009-06-261-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1960 42af7a65-404d-4744-a932-0658087f49c3
* ROMFS was in RAMpatacongo2009-06-251-5/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1954 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic integration changespatacongo2009-06-253-37/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1953 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-253-31/+63
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Fix debug outputpatacongo2009-06-251-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1948 42af7a65-404d-4744-a932-0658087f49c3
* Make all counts 16-bitpatacongo2009-06-253-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1946 42af7a65-404d-4744-a932-0658087f49c3
* Initial NXFLAT debug fixespatacongo2009-06-257-36/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1943 42af7a65-404d-4744-a932-0658087f49c3
* Fix a problem that was causing tools/incdir.sh to generate inappropriate ↵patacongo2009-06-241-2/+5
| | | | | | paths for Cygwin tools git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1941 42af7a65-404d-4744-a932-0658087f49c3
* Fix DEBUG-on compilation errorspatacongo2009-06-243-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1940 42af7a65-404d-4744-a932-0658087f49c3
* Still waffling on relocation typespatacongo2009-06-231-0/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1931 42af7a65-404d-4744-a932-0658087f49c3
* Remove import symbols from relo tablepatacongo2009-06-231-20/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1930 42af7a65-404d-4744-a932-0658087f49c3
* ispace offset needs to account for size of headerpatacongo2009-06-221-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1928 42af7a65-404d-4744-a932-0658087f49c3
* Back-out one relocation typepatacongo2009-06-223-58/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1926 42af7a65-404d-4744-a932-0658087f49c3
* New relocation typespatacongo2009-06-227-139/+353
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1925 42af7a65-404d-4744-a932-0658087f49c3
* Symbol table is orderedpatacongo2009-06-211-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1924 42af7a65-404d-4744-a932-0658087f49c3
* Flesh out examples/nxflat build environmentpatacongo2009-06-211-0/+172
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1921 42af7a65-404d-4744-a932-0658087f49c3
* Add NXFLAT dynamic binding logicpatacongo2009-06-214-5/+188
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1919 42af7a65-404d-4744-a932-0658087f49c3
* Add symbol table supportpatacongo2009-06-204-0/+389
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1918 42af7a65-404d-4744-a932-0658087f49c3
* Add symbol table supportpatacongo2009-06-202-2/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1917 42af7a65-404d-4744-a932-0658087f49c3
* Remove warningspatacongo2009-06-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1915 42af7a65-404d-4744-a932-0658087f49c3
* Back out most of last changepatacongo2009-06-183-20/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1902 42af7a65-404d-4744-a932-0658087f49c3
* Integrate PIC support into context switchingpatacongo2009-06-172-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1900 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for compilation with ez80patacongo2009-06-172-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1898 42af7a65-404d-4744-a932-0658087f49c3
* Remove bitfields from NXFLAT definitionpatacongo2009-06-171-22/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1897 42af7a65-404d-4744-a932-0658087f49c3
* Straighten out conditional compilationpatacongo2009-06-178-3/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1896 42af7a65-404d-4744-a932-0658087f49c3