blob: 8bf3154fbe2adb46a8e2cf7eec271b54f4d1cbd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#source: reloc-ext18.s
#ld: --no-relax --defsym x=0x1abcd
#objdump: -d -r
tmpdir/dump: file format elf32-s12z
Disassembly of section .text:
00fe0000 <here>:
fe0000: a0 f9 ab cd ld d2, x
|