summaryrefslogtreecommitdiff
path: root/masm/asm.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-12 09:42:04 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-12 09:42:04 -0400
commitb57dc4a49242a5f0ae5d166690655f2611645e56 (patch)
treedb695004afaaf0390674208cbcfd09cb4a3a638a /masm/asm.h
parentbig endian (diff)
downloadmips-b57dc4a49242a5f0ae5d166690655f2611645e56.tar.gz
mips-b57dc4a49242a5f0ae5d166690655f2611645e56.tar.bz2
mips-b57dc4a49242a5f0ae5d166690655f2611645e56.zip
align segments
Diffstat (limited to 'masm/asm.h')
-rw-r--r--masm/asm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/masm/asm.h b/masm/asm.h
index 81099fc..1162164 100644
--- a/masm/asm.h
+++ b/masm/asm.h
@@ -213,6 +213,7 @@ struct assembler {
/// Segments
struct section_table sectab;
+ uint32_t secalign; // align sections to 0x1000 when writing
/// program header
Elf32_Phdr *phdr;