gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / forward.d
CommitLineData
9497f5ac
NC
1#objdump: -s -j .data
2#name: forward references
7553c869
AM
3# tic30 and tic4x have 4 octets per byte, tic54x has 2 octets per byte
4#notarget: *c30-*-* *c4x-*-* *c54x-*-*
5# hppa uses non-standard .equ syntax
6#notarget: hppa*-*-*
7# linkrelax targets should really resolve the relocs in this test but some
8# choose to emit them even though the relocs are in .data, leading to
9# "redefined symbol cannot be used on reloc".
10#xfail: am33*-*-* crx*-*-* h8300*-*-* mn10200*-*-* mn10300*-*-*
11# mep and microblaze use complex relocs and don't resolve the relocs.
12# one of the relocs references minus_one, which is a bug, but no one
13# seems bothered enough to fix this.
14#xfail: mep-*-* microblaze-*-*
9497f5ac
NC
15
16.*: .*
17
18Contents of section .data:
19 0000 01020304 ff0203fc 01020304 ff0203fc ................
20#pass
This page took 0.615238 seconds and 4 git commands to generate.