Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / spec803.d
1 #source: bspec803.s
2 #source: start.s
3 #ld: -m mmo
4 #objdump: -sh
5
6 # See spec801.d.
7 # #3: LOP_QUOTE in name and non-quote LOP in section flags.
8
9 .*: file format mmo
10
11 Sections:
12 Idx Name Size VMA LMA File off Algn
13 0 \.text 0+4 0+ 0+ 0+ 2\*\*2
14 CONTENTS, ALLOC, LOAD, CODE
15 1 \.data 0+4 2000000000000000 2000000000000000 0+ 2\*\*2
16 CONTENTS, ALLOC, LOAD, DATA
17 2 \.MMIX\.spec_data\.80 0+c 0+ 0+ 0+ 2\*\*2
18 CONTENTS
19 Contents of section \.text:
20 0000 e3fd0001 .*
21 Contents of section \.data:
22 2000000000000000 00112233 .*
23 Contents of section \.MMIX\.spec_data\.80:
24 0000 00000002 61616161 98616161 .*
This page took 0.028967 seconds and 4 git commands to generate.