aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/trace-symbols-foo-strong.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/trace-symbols-foo-strong.s')
-rw-r--r--test/ELF/Inputs/trace-symbols-foo-strong.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/ELF/Inputs/trace-symbols-foo-strong.s b/test/ELF/Inputs/trace-symbols-foo-strong.s
new file mode 100644
index 000000000..874642978
--- /dev/null
+++ b/test/ELF/Inputs/trace-symbols-foo-strong.s
@@ -0,0 +1,14 @@
+.text
+.globl foo
+.type foo, @function
+foo:
+nop
+
+.globl bar
+.type bar, @function
+bar:
+nop
+
+.global func2
+.type func2, @function
+func2: