summaryrefslogtreecommitdiff
path: root/x-long-name-to-create-gnu-extension-in-archive.c (follow)
AgeCommit message (Collapse)Author
2012-11-21Add rtems-ld support for applications.Chris Johns
Update the waf build support to create a RTEMS application and get it placed in the root file system embedded in the application.
2012-10-19Add back the libx.a file to the root file system.Chris Johns
2012-07-16Resolve unresolved externals when loading object files.Chris Johns
Object files that depend on each other will cause an unresolved external. The change lets object files load with unresolved externals and will resolve them when the object file with the external is loaded. A common table of symbol strings and relocation records is maintained. The symbol string is shared by each object file that is unresolved. Each relocation record that references the symbol is held. The table is a series of small blocks that compact as symbols are resolved. The number of symbols left unresolved is typically small this design avoids fragmentation of the heap memory.
2012-04-28Remove warnings.Chris Johns
2012-04-25Import the current project to git.Chris Johns