diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-14 10:40:26 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-14 10:43:34 -0700 |
commit | aa6c342af977b4638361b2e68c3f8cc6888cac24 (patch) | |
tree | ee7ac032d37796dc5949bd1a9a1a0c747d388428 /subx/ex4 | |
parent | 6f812e6ea125aadd2e0891b094902b34924dccd0 (diff) | |
download | mu-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/ex4')
-rwxr-xr-x | subx/ex4 | bin | 113 -> 113 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/ex4 b/subx/ex4
index b20490ad..21f7118b 100755
--- a/subx/ex4
+++ b/subx/ex4
Binary files differ |