summaryrefslogtreecommitdiff
path: root/makerun.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix squeezed relocateable image supportJohn-Mark Bell2023-03-141-2/+15
|
* Fix squeezed binary supportJohn-Mark Bell2023-03-111-3/+5
| | | | | | It turns out that the squeeze algorithm will always round the uncompressed input data up to a multiple of 8 bytes before compressing it. Update our expected size logic to reflect this.
* Add support for relocateable AIFsJohn-Mark Bell2023-03-101-23/+112
| | | | | Rework to use inttypes, improve support for squeezed images and handle relocateable images correctly.
* Move makerun into its own directoryJohn Mark Bell2009-03-231-0/+110
svn path=/trunk/tools/makerun/; revision=6826