summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-01Add -s for symbols to 'rtl list' command.Chris Johns
2012-12-31Create the RTL error before freeing the buffer.Chris Johns
2012-12-18Fix string handling of symbols.Chris Johns
2012-12-18Update the output buffer pointer when looping.Chris Johns
2012-12-18Fix reading to the end of the file.Chris Johns
2012-12-18Add the where to the prints.Chris Johns
2012-12-15Turn on IDE disks for the PC bsp.Chris Johns
2012-12-15Remove the rtems-ld debugging.Chris Johns
2012-12-15Install the grub configuration file with the PC BSP.Chris Johns
2012-12-15The symbol is the section base and addend. Add some more debugging.Chris Johns
2012-12-15The REL and RELA handlers are backwards. Swap.Chris Johns
2012-12-13Fix the warning.Chris Johns
2012-12-13Add the PC tweak for the base address.Chris Johns
2012-12-12Relocation is almost working for RAP files.Chris Johns
2012-12-01Add symbol loading support for RAP files.Chris Johns
2012-12-01Set the length before calling the obj cache reader.Chris Johns
2012-12-01Fix the RAP format to match the linker.Chris Johns
2012-12-01Remove the gsyms embed options. Default is on.Chris Johns
2012-11-30Add a section handler to load sections.Chris Johns
2012-11-30Embedded is on by default now.Chris Johns
2012-11-30Make the default embedded. ARGV in awk is not working.Chris Johns
2012-11-29RAP file support.Chris Johns
2012-11-21Add rtems-ld support for applications.Chris Johns
2012-10-22Forgot to commit the adds.Chris Johns
2012-10-22Add FastLZ to the loader.Chris Johns
2012-10-19Add back the libx.a file to the root file system.Chris Johns
2012-09-19Removed.Chris Johns
2012-09-19Fix the global symbol generation dependence order.Chris Johns
2012-09-19Fix the options handling when awk is a full path.Chris Johns
2012-09-18Clean up.Chris Johns
2012-09-18Add support to install RTL as a library.Chris Johns
2012-09-18Formatting clean up.Chris Johns
2012-09-18Add support for bsp paths to aid installing files. Update for a newer waf.Chris Johns
2012-07-31Add ARM support. Cleaned up the waf support.Chris Johns
2012-07-25Fix the --rtems-bsp option.Chris Johns
2012-07-25Update to work with waf-1.7.0.Chris Johns
2012-07-21Fix the split of the arch/bsps.Chris Johns
2012-07-19Fix the block allocations.Chris Johns
2012-07-19Add the new trace flags to the command line.Chris Johns
2012-07-19Hack arround an API change in RTEMS.Chris Johns
2012-07-19Do not clear the unresolved on each relocation call.Chris Johns
2012-07-19Add error messages.Chris Johns
2012-07-19Turn on debugging. The waf build does not provide a -g flag.Chris Johns
2012-07-19Add some more trace flags.Chris Johns
2012-07-19Clean up the env handling, archs and arch_bsp lists.Chris Johns
2012-07-16Change arch list to a set() in _find_installed_arch_bsps to avoid duplicateAmar Takhar
2012-07-16Remove unused structure field.Chris Johns
2012-07-16Resolve unresolved externals when loading object files.Chris Johns
2012-05-28Update to waf generated file names.Chris Johns
2012-05-28Add rebuild and tags build commands.Chris Johns