Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / orph-awp.d
1 #as: -linker-allocated-gregs
2 #source: start.s
3 #source: tm-orph1.s
4 #source: tm-awpe.s
5 #ld: -m mmo -u __etext -u __Sdata -u __Edata -u __Sbss -u __Ebss -u __Eall
6 #objdump: -rst
7
8 # Like orph-d-awp.d, but without .data contents.
9
10 .*: file format mmo
11
12 SYMBOL TABLE:
13 0+ +g +\.text Main
14 0+8 +g +\.text __etext
15 20+ +g +\*ABS\* __TMC_END__
16 20+ +g +\*ABS\* __Ebss
17 20+ +g +\*ABS\* __Edata
18 0+ +g +\.text _start
19 20+ +g +\*ABS\* __Eall
20 20+ +g +\*ABS\* __Sdata
21 20+ +g +\*ABS\* __Sbss
22
23 Contents of section \.text:
24 0000 e3fd0001 23fcfe00 .*
25 Contents of section \.MMIX\.reg_contents:
26 07f0 20000000 00000007 .*
This page took 0.029232 seconds and 4 git commands to generate.