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/ex3 | |
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/ex3')
-rwxr-xr-x | subx/ex3 | bin | 119 -> 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 |