* gas/mmix/basep-1b.d, gas/mmix/basep-2b.d, gas/mmix/basep-7.d,
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / builtin2.d
1 # as: -no-predefined-syms
2 # objdump: -dtr
3 # source: builtin1.s
4
5 # Make sure we don't look at the symbol table when parsing special
6 # register names.
7
8 .*: file format elf64-mmix
9
10 SYMBOL TABLE:
11 0+ l d \.text 0+
12 0+ l d \.data 0+
13 0+ l d \.bss 0+
14 0+14 l \*ABS\* 0+ rJ
15 0+ g F \.text 0+ Main
16
17
18 Disassembly of section \.text:
19
20 0+ <Main>:
21 0: fe050004 get \$5,rJ
22 4: fe060004 get \$6,rJ
23 8: f6040007 put rJ,\$7
24 c: f6040008 put rJ,\$8
This page took 0.039988 seconds and 4 git commands to generate.