aboutsummaryrefslogtreecommitdiff
path: root/test/old-elf/Inputs/x86-64-relocs.S
blob: 2547c0f19bb0e481418cf0ddc0098c4e1e542dde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
        .text
        .globl  main
        .align  16, 0x90
        .type   main,@function
main:                                   # @main
        call foo@PLT
        ret

        .globl foo
        .type foo,@function
foo:
        ret