~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/arm/movw-local.d

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#objdump: -dr --prefix-addresses --show-raw-insn
 
2
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
 
3
#name: MOVW/MOVT relocations against local symbols
 
4
 
 
5
.*: +file format .*arm.*
 
6
 
 
7
Disassembly of section .text:
 
8
0[0-9a-f]+ <[^>]+> e3000000     movw    r0, #0
 
9
                        0: R_ARM_MOVW_ABS_NC    bar
 
10
0[0-9a-f]+ <[^>]+> e3400000     movt    r0, #0
 
11
                        4: R_ARM_MOVT_ABS       bar
 
12
0[0-9a-f]+ <[^>]+> f240 0000    movw    r0, #0
 
13
                        8: R_ARM_THM_MOVW_ABS_NC        bar
 
14
0[0-9a-f]+ <[^>]+> f2c0 0000    movt    r0, #0
 
15
                        c: R_ARM_THM_MOVT_ABS   bar
 
16
#...