(Executing the Program): Add documentation on how to use bbconv.pl.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / extern.s
CommitLineData
3a921b77
L
1.globl data
2 .section .data.exit,"aw"
3data:
4.globl text
5 .section .text.exit,"aw"
6text:
7.text
8.globl _start
9_start:
10 .long data
11 .section .debug_info
12 .long text
This page took 0.05711 seconds and 4 git commands to generate.