brintos

brintos / llvm-project-archived public Read only

0
0
Text · 185 B · 1611b69 Raw
6 lines · plain
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",@progbits4	.align	45	lg %r4, 272(%r15)6