~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/arm/mapping2.s

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        .syntax unified
 
2
        .arch armv7-a
 
3
        .fpu softvfp
 
4
        .version "dfg"
 
5
        .thumb
 
6
        .text
 
7
        .align  2
 
8
        .global main
 
9
        .thumb
 
10
        .thumb_func
 
11
        .type   main, %function
 
12
main:
 
13
        push    {r4, lr}
 
14
foo:
 
15
        pop     {r4, lr}
 
16
        bx      lr
 
17
        .size   main, .-main
 
18
        .ident  ""
 
19
 
 
20
        nop