gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / orph-d-awp.d
CommitLineData
2e0a7632
HPN
1#as: -linker-allocated-gregs
2#source: start.s
3#source: data-1.s
4#source: tm-orph1.s
5#source: tm-awpe.s
6#ld: -m mmo -u __etext -u __Sdata -u __Edata -u __Sbss -u __Ebss -u __Eall
7#objdump: -rst
8
9# An orphan section (.tm_clone_table) would attach after the register
10# section, and contents and symbols and related relocations would be
11# reduced to be relative to the register section, which is an error.
12# We check the original case ("aw",@progbits, to .data or .bss),
13# PR ld/1xxxx.
14
15.*: file format mmo
16
17SYMBOL TABLE:
180+ +g +\.text Main
190+8 +g +\.text __etext
2020+8 +g +\.data __TMC_END__
2120+8 +g +\.data __Ebss
2220+8 +g +\.data __Edata
230+ +g +\.text _start
2420+8 +g +\.data __Eall
2520+ +g +\.data __Sdata
2620+8 +g +\.data __Sbss
27
28Contents of section \.text:
29 0000 e3fd0001 23fcfe00 .*
30Contents of section \.data:
31 2000000000000004 00000042 .*
32Contents of section \.MMIX\.reg_contents:
33 07f0 20000000 0000000f .*
This page took 0.361679 seconds and 4 git commands to generate.