aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/trace-symbols-foo-weak.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/trace-symbols-foo-weak.s')
-rw-r--r--test/ELF/Inputs/trace-symbols-foo-weak.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/ELF/Inputs/trace-symbols-foo-weak.s b/test/ELF/Inputs/trace-symbols-foo-weak.s
new file mode 100644
index 000000000..d071ebecc
--- /dev/null
+++ b/test/ELF/Inputs/trace-symbols-foo-weak.s
@@ -0,0 +1,12 @@
+.comm common,4,4
+.text
+.weak foo
+.type foo, @function
+foo:
+callq bar@PLT
+
+.globl func1
+.type func1, @function
+func1:
+call func2@PLT
+