Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / weak1.d
1 #as: -x --no-pushj-stubs
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+ (|\.text)
10 0+ l d \.data 0+ (|\.data)
11 0+ l d \.bss 0+ (|\.bss)
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
This page took 0.029407 seconds and 4 git commands to generate.