Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / loc3.d
1 #source: start.s
2 #source: loc1.s
3 #ld: -m elf64mmix
4 #objdump: -str
5
6 # Two text files in opposite order.
7
8 .*: file format elf64-mmix
9
10 SYMBOL TABLE:
11 0+1000 l d \.text 0+ (|\.text)
12 0+1000 g \.text 0+ _start
13 0+1004 g \.text 0+ loc1
14 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text
15 2000000000000000 g \.text 0+ __bss_start
16 2000000000000000 g \.text 0+ _edata
17 2000000000000000 g \.text 0+ _end
18 0+1000 g \.text 0+ _start\.
19
20 Contents of section \.text:
21 1000 e3fd0001 fd030303 .*
This page took 0.029569 seconds and 4 git commands to generate.