Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / spec801.d
1 #source: bspec801.s
2 #source: start.s
3 #ld: -m mmo
4 #objdump: -sh
5
6 # Check exceptional cases for LOP_SPEC 80, which we parse according to a
7 # specific format: see documentation and mmo.c
8 # #1: name length has LOP_QUOTE.
9
10 .*: file format mmo
11
12 Sections:
13 Idx Name Size VMA LMA File off Algn
14 0 \.text 00000004 0000000000000000 0000000000000000 00000000 2\*\*2
15 CONTENTS, ALLOC, LOAD, CODE
16 1 \.MMIX\.spec_data\.80 00000004 0000000000000000 0000000000000000 00000000 2\*\*2
17 CONTENTS
18 Contents of section \.text:
19 0000 e3fd0001 .*
20 Contents of section \.MMIX\.spec_data\.80:
21 0000 98000001 .*
This page took 0.031393 seconds and 4 git commands to generate.