Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / hdr-1.d
1 #source: start.s
2 #source: a.s
3 #ld: -T $srcdir/$subdir/mmohdr1.ld
4 #objdump: -sht
5
6 .*: file format mmo
7
8 Sections:
9 Idx Name Size VMA LMA File off Algn
10 0 \.text 0+8 0+100 0+100 0+ 2\*\*2
11 CONTENTS, ALLOC, LOAD, CODE
12 SYMBOL TABLE:
13 0+100 g \.text Main
14 0+100 g \.text _start
15 0+104 g \.text a
16
17
18 Contents of section \.text:
19 0100 e3fd0001 e3fd0004 .*
This page took 0.031503 seconds and 4 git commands to generate.