xref: /llvm-project/lld/test/ELF/Inputs/systemz-init.s (revision fe3406e349884e4ef61480dd0607f1e237102c74)
1// glibc < 2.39 used to align .init and .fini code at a 4-byte boundary.
2// This file aims to recreate that behavior.
3	.section        .init,"ax",@progbits
4	.align	4
5	lg %r4, 272(%r15)
6