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