blob: ab3bf8dc74b0b9486252a6da50d5c7d494694fa6 [file] [log] [blame]
.text
.globl foo
.type foo,@function
foo:
nop
.globl bar
.type bar,@function
bar:
nop
.globl do
.type do,@function
do:
callq foo@PLT
callq bar@PLT