aarch64: override default elf .set handling in gas
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / basep-8.d
CommitLineData
c4a42e0f
HPN
1#as: -linker-allocated-gregs
2#objdump: -drt
3
4# Since we don't merge BPO-relocs until linking with
5# -linker-allocated-gregs, we automatically correctly handle the two
6# seemingly neighboring comm-symbols that don't merge well at
7# assembly-time.
8
9.*: file format elf64-mmix
10
11SYMBOL TABLE:
5c799c07
AM
120+ l d \.text 0+ (|\.text)
130+ l d \.data 0+ (|\.data)
140+ l d \.bss 0+ (|\.bss)
accf8041
AM
150+ l O \.bss 0+4 comm_symbol3
160+4 l O \.bss 0+4 comm_symbol4
c4a42e0f
HPN
170+4 O \*COM\* 0+4 comm_symbol1
180+4 O \*COM\* 0+4 comm_symbol2
19
20Disassembly of section \.text:
21
220+ <\.text>:
23 0: 232a0000 addu \$42,\$0,0
24 2: R_MMIX_BASE_PLUS_OFFSET comm_symbol1
25 4: 232b0000 addu \$43,\$0,0
26 6: R_MMIX_BASE_PLUS_OFFSET comm_symbol2
27 8: 232c0000 addu \$44,\$0,0
28 a: R_MMIX_BASE_PLUS_OFFSET \.bss
29 c: 232d0000 addu \$45,\$0,0
30 e: R_MMIX_BASE_PLUS_OFFSET \.bss\+0x4
This page took 0.759827 seconds and 4 git commands to generate.