* ld-elf/sec-to-seg1.s: Shorten test data to align the section to
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / nobits-1.s
1 .globl _entry
2 .section .foo,"awx",%progbits
3 _entry:
4 .byte 0
5 .section .bar,"ax",%nobits
6 .byte 0
This page took 0.031727 seconds and 4 git commands to generate.