Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / orph-d-a.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-ae.s
6#ld: -m mmo -u __etext -u __Sdata -u __Edata -u __Sbss -u __Ebss -u __Eall
7#objdump: -rst
8
9# A section that's just allocated (but not writable and no @progbits).
10# Should attach to the .text section due to being read-only.
11
12.*: file format mmo
13
14SYMBOL TABLE:
150+ +g +\.text Main
160+8 +g +\.text __etext
170+8 +g +\.text __TMC_END__
1820+8 +g +\.data __Ebss
1920+8 +g +\.data __Edata
200+ +g +\.text _start
2120+8 +g +\.data __Eall
2220+ +g +\.data __Sdata
2320+8 +g +\.data __Sbss
24
25Contents of section \.text:
26 0000 e3fd0001 23fcfe00 .*
27Contents of section \.data:
28 2000000000000004 00000042 .*
29Contents of section \.MMIX\.reg_contents:
30 07f0 00000000 0000000f .*
This page took 0.337924 seconds and 4 git commands to generate.