about summary refs log tree commit diff stats
path: root/subx/ex3
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-14 10:40:26 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-14 10:43:34 -0700
commitaa6c342af977b4638361b2e68c3f8cc6888cac24 (patch)
treeee7ac032d37796dc5949bd1a9a1a0c747d388428 /subx/ex3
parent6f812e6ea125aadd2e0891b094902b34924dccd0 (diff)
downloadmu-aa6c342af977b4638361b2e68c3f8cc6888cac24.tar.gz
4343
Let's minimize the alignment requirements of each segment's offset.
It'll make binaries take less room later. Otherwise we may need to pad
lots of 0s for segments after the first.

Generated ELF binaries continue to work natively (except ex4, but that
was already not working).
Diffstat (limited to 'subx/ex3')
-rwxr-xr-xsubx/ex3bin119 -> 119 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/ex3 b/subx/ex3
index aa209b92..9c1f9a92 100755
--- a/subx/ex3
+++ b/subx/ex3
Binary files differ