* gas/mmix/weak1.d, gas/mmix/weak1.d: New test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / weak1.d
1 #as: -x
2 #objdump: -str
3
4 # Relaxation thought a weak symbol was within reach.
5
6 .*: file format elf64-mmix
7
8 SYMBOL TABLE:
9 0+ l d \.text 0+
10 0+ l d \.data 0+
11 0+ l d \.bss 0+
12 0+ w \.text 0+ foo
13 0+4 g \.text 0+ main
14
15 RELOCATION RECORDS FOR \[\.text\]:
16 OFFSET TYPE VALUE
17 0+18 R_MMIX_64 foo
18 0+4 R_MMIX_PUSHJ foo
19
20 Contents of section \.text:
21 0000 f8010000 f20f0000 fd000000 fd000000 .*
22 0010 fd000000 fd000000 00000000 00000000 .*
23 Contents of section \.data:
This page took 0.031041 seconds and 5 git commands to generate.