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

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/ld/testsuite/ld-vax-elf/plt-local.s

  • 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
        .text
 
2
 
 
3
        .globl  foo_global
 
4
        .type   foo_global, @function
 
5
foo_global:
 
6
        .word   0
 
7
        calls   $0, foo_extern
 
8
        calls   $0, foo_global
 
9
        calls   $0, foo_local
 
10
        calls   $0, foo_hidden
 
11
        calls   $0, foo_rehidden
 
12
        ret
 
13
        .size   foo_global, . - foo_global
 
14
 
 
15
        .globl  foo_local
 
16
        .type   foo_local, @function
 
17
foo_local:
 
18
        .word   0
 
19
        calls   $0, foo_extern
 
20
        calls   $0, foo_global
 
21
        calls   $0, foo_local
 
22
        calls   $0, foo_hidden
 
23
        calls   $0, foo_rehidden
 
24
        ret
 
25
        .size   foo_local, . - foo_local