No PT_INTERP when .interp is zero size
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19005.s
1 .section .foo,"ax",%progbits
2 .globl _start
3 .type _start, %function
4 _start:
5 .byte 0x10
6 .section .bar,"ax",%progbits
7 .globl aligned
8 .type aligned, %function
9 .p2align 5
10 aligned:
11 .byte 0x20
This page took 0.031213 seconds and 4 git commands to generate.