bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / builtin1.d
1 # objdump: -dtr
2
3 # Make sure we can override a built-in symbol with a known constant, like
4 # with mmixal.
5
6 .*: file format elf64-mmix
7
8 SYMBOL TABLE:
9 0+14 l \*ABS\* 0+ rJ
10 0+ l d \.text 0+ (|\.text)
11 0+ l d \.data 0+ (|\.data)
12 0+ l d \.bss 0+ (|\.bss)
13 0+ g F \.text 0+ Main
14
15
16 Disassembly of section \.text:
17
18 0+ <Main>:
19 0: fe050014 get \$5,rL
20 4: fe060014 get \$6,rL
21 8: f6140007 put rL,\$7
22 c: f6140008 put rL,\$8
This page took 0.029944 seconds and 4 git commands to generate.