* ld-elf/sec-to-seg1.s: Shorten test data to align the section to
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / extract-symbol-1.s
1 .globl B
2 .globl C
3
4 .section .foo,"awx",%progbits
5 .4byte 1,2,3,4
6 B:
7 .4byte 5,6,7
8
9 .section .bar,"ax",%nobits
10 .space 0x123
11 C:
12 .space 0x302
13
14 .globl D
15 .equ D,0x12345678
This page took 0.029544 seconds and 4 git commands to generate.