* elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask for
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / unalign.d
1 #as:
2 #objdump: -Dr
3 #name: sparc unaligned relocs
4
5 .*: +file format .*sparc.*
6
7 Disassembly of section .text:
8 Disassembly of section .data:
9
10 0+ <foo>:
11 0: 01 00 00 00 nop
12 1: R_SPARC_UA32 fred
13 4: 00 02 00 00 (unimp|illtrap) 0x20000
14 6: R_SPARC_UA16 jim
15 8: 03 04 05 00 sethi %hi\(0x10140000\), %g1
16 b: R_SPARC_UA32 baz
17 c: 00 00 00 00 (unimp|illtrap) 0
18 f: R_SPARC_UA32 bar
19 10: 00 00 00 06 (unimp|illtrap) 0x6
This page took 0.029749 seconds and 4 git commands to generate.