~angelsl/ubuntu/wily/binutils/mips-cross

« back to all changes in this revision

Viewing changes to ld/testsuite/ld-ifunc/ifunc-5-local-x86-64.s

  • Committer: angelsl
  • Date: 2015-11-03 15:54:40 UTC
  • Revision ID: angelsl-20151103155440-gbh6qo1olzlvaiqs
Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        .text
 
2
        .type foo, %gnu_indirect_function
 
3
        .type   foo, @function
 
4
foo:
 
5
        ret
 
6
        .size   foo, .-foo
 
7
        .type start,"function"
 
8
        .global start
 
9
start:
 
10
        .type _start,"function"
 
11
        .global _start
 
12
_start:
 
13
        .type __start,"function"
 
14
        .global __start
 
15
__start:
 
16
        .type __start,"function"
 
17
        call    foo@PLT
 
18
        movq    foo@GOTPCREL(%rip), %rax