summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux/aout2uimage.c
AgeCommit message (Collapse)Author
2022-04-23aux/aout2uimage: fix text section size rounding (for data section alignment)cinap_lenrek
the a.out header is not considered part of the image and should not be loaded. it also has no contribution to the rounding of the text section size.
2020-12-22aout2uimage: fix missing \n in usage print (thanks james)cinap_lenrek
2020-01-08dumb bugaiju
2020-01-08add aux/aout2uimageaiju