Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / simple-forward.d
CommitLineData
1f38083f
AM
1#objdump: -s -j .data
2#name: simple forward references
3# tic30 and tic4x have 4 octets per byte, tic54x has 2 octets per byte
4#notarget: *c30-*-* *c4x-*-* *c54x-*-*
5# am33, crx and mn10300 all emit relocs unnecessarily for this test,
6# but the code they generate is correct. Others emit incorrect relocs
7# which lead to incorrect results after linking.
8#xfail: am33*-*-* crx-*-* mn10300-*-*
9
10.*: .*
11
12Contents of section \.data:
13 0000 0c000000 (0c000000 0c000000|000c0000 0000000c) .*
14#pass
This page took 0.095141 seconds and 4 git commands to generate.