* ld-mmix/bpo-1.d: Tweak for type of linker-script-symbols no
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / start-1.d
1 #source: start2.s
2 #ld: -m elf64mmix
3 #objdump: -td
4
5 .*: file format elf64-mmix
6
7 SYMBOL TABLE:
8 0+ l d \.text 0+
9 2000000000000000 l d \.data 0+
10 2000000000000000 l d \.sbss 0+
11 2000000000000000 l d \.bss 0+
12 0+ l d \*ABS\* 0+
13 0+ l d \*ABS\* 0+
14 0+ l d \*ABS\* 0+
15 0+4 g \.text 0+ _start
16 2000000000000000 g \*ABS\* 0+ __bss_start
17 2000000000000000 g \*ABS\* 0+ _edata
18 2000000000000000 g \*ABS\* 0+ _end
19 0+4 g \.text 0+ _start\.
20
21 Disassembly of section \.text:
22
23 0+ <_start-0x4>:
24 0: fd000001 swym 0,0,1
25
26 0+4 <_start>:
27 4: fd000002 swym 0,0,2
This page took 0.031119 seconds and 4 git commands to generate.