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