Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / sec-12.d
CommitLineData
b46fa768
HPN
1#source: b-twoinsn.s
2#source: b-offlocmis.s
3#source: b-post1.s
4#source: b-goodmain.s
5#ld: --oformat binary
6#objdump: -sh
7
8# Check that a LOP_LOC at a misaligned location followed by a
9# LOP_QUOTE hits the corresponding aligned address. This is a
10# variant of sec-5.d with the lop_loc having a misalignment, followed
11# by another misaligned lop_loc with a lop_quot.
12
13.*: file format mmo
14
15Sections:
16Idx Name Size VMA LMA File off Algn
17 0 \.text 0+8 0+ 0+ 0+ 2\*\*2
18 CONTENTS, ALLOC, LOAD, CODE
19 1 \.MMIX\.sec\.0 0+24 789abcdef0123458 789abcdef0123458 0+ 2\*\*2
20 CONTENTS, ALLOC, LOAD
21Contents of section \.text:
22 0+ e3fd0001 e3fd0004 .*
23Contents of section \.MMIX\.sec\.0:
24 789abcdef0123458 b045197d 2c1b03b2 e4dbf877 0fc766fb .*
25 789abcdef0123468 00000000 00000000 00000000 00000000 .*
26 789abcdef0123478 12345677 .*
This page took 0.281539 seconds and 4 git commands to generate.