* gas/mmix/basep-1b.d, gas/mmix/basep-2b.d, gas/mmix/basep-7.d,
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / basep-7.d
1 #source: err-bpo5.s
2 #as: -linker-allocated-gregs
3 #objdump: -drt
4
5 # The -linker-allocated-gregs option validates omissions of GREG.
6 # Note the inconsequence in relocs regarding forward and backward
7 # references (not specific to this functionality); they may change.
8
9 .*: file format elf64-mmix
10
11 SYMBOL TABLE:
12 0+ l d \.text 0+
13 0+ l d \.data 0+
14 0+ l d \.bss 0+
15 0+2a l \*ABS\* 0+ a
16 0+70 l \*ABS\* 0+ b
17 0+48 l \*ABS\* 0+ c
18 0+3 l \*ABS\* 0+ d
19
20 Disassembly of section \.text:
21
22 0+ <\.text>:
23 0: 8d2b0000 ldo \$43,\$0,0
24 2: R_MMIX_BASE_PLUS_OFFSET \*ABS\*\+0x5e
25 4: 232f0000 addu \$47,\$0,0
26 6: R_MMIX_BASE_PLUS_OFFSET \*ABS\*\+0x9a
27 8: 23300000 addu \$48,\$0,0
28 a: R_MMIX_BASE_PLUS_OFFSET \*ABS\*\+0x86
29 c: 8d2b0000 ldo \$43,\$0,0
30 e: R_MMIX_BASE_PLUS_OFFSET c\+0x2
31 10: 232f0000 addu \$47,\$0,0
32 12: R_MMIX_BASE_PLUS_OFFSET d\+0xd4
33 14: 23300000 addu \$48,\$0,0
34 16: R_MMIX_BASE_PLUS_OFFSET c\+0x15
This page took 0.031283 seconds and 5 git commands to generate.