summaryrefslogtreecommitdiff
path: root/elf/testobj2.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-03-03 16:00:35 +0000
committerUlrich Drepper <drepper@redhat.com>2005-03-03 16:00:35 +0000
commit680d780a4b28cfbae5bfd7f41f370e34d4ea0e40 (patch)
tree028bd6b07bd1219ec7faf651e0666b57c40545fc /elf/testobj2.c
parent2e2b6e2618b515340650b2f60d84112840df7570 (diff)
* elf/testobj2.c (p): New function.
Diffstat (limited to 'elf/testobj2.c')
-rw-r--r--elf/testobj2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/elf/testobj2.c b/elf/testobj2.c
index 6514c56393..f00ba9f3e6 100644
--- a/elf/testobj2.c
+++ b/elf/testobj2.c
@@ -23,3 +23,9 @@ preload (int a)
return fp (a) + 10;
return 10;
}
+
+void
+p (void)
+{
+ puts ("hello world");
+}