GDB/opcodes: Remove arch/mach/endian disassembler assertions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21903.s
CommitLineData
a4819f54
L
1 .text
2 .global start /* Used by SH targets. */
3start:
4 .global _start
5_start:
6 .global __start
7__start:
8 .global main /* Used by HPPA targets. */
9main:
10 .dc.a foo
11 .ifdef HPUX
12foo .comm 4
13 .else
14 .comm foo, 4, 4
15 .endif
This page took 0.023126 seconds and 4 git commands to generate.