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/ex2 | |
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/ex2')
-rwxr-xr-x | subx/ex2 | bin | 102 -> 102 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/ex2 b/subx/ex2
index 3bbd979b..38520d38 100755
--- a/subx/ex2
+++ b/subx/ex2
Binary files differ |