summaryrefslogtreecommitdiff
path: root/rtl-obj-comp.c (follow)
AgeCommit message (Collapse)Author
2012-12-18Update the output buffer pointer when looping.Chris Johns
Fix a bug where the output buffer pointer is not updated when looping. Add read stats for the trace code.
2012-12-01Set the length before calling the obj cache reader.Chris Johns
2012-11-29RAP file support.Chris Johns
This is the initial addition of support for LZ77 RTEMS applications in the RAP format. The change add support for different formats to the loader. Each format type is asked to check the file being loading and if it matches the format's loader is called to load the file. Support has been added to stream LZ77 files via the object file cache.