# # ChangeLog for linkers/rld-compression.cpp in rtems-tools # # Generated by Trac 1.2.1.dev0 # 05/02/24 20:02:43 Thu, 29 Nov 2012 08:04:12 GMT Chris Johns [93e80d5] * linkers/rld-compression.cpp (modified) * linkers/rld-compression.h (modified) Compress as blocks. The LZ77 compressor works with blocks. Each ... Mon, 26 Nov 2012 00:04:57 GMT Chris Johns [076d935] * linkers/rld-compression.cpp (modified) * linkers/rld-compression.h (modified) Add writing from images as well as streaming operators. Add the ... Thu, 22 Nov 2012 05:22:22 GMT Chris Johns [3f37835] * linkers/rld-compression.cpp (added) * linkers/rld-compression.h (added) * linkers/rld-outputter.cpp (modified) * linkers/wscript (modified) Split out the compression code for reuse.