summaryrefslogtreecommitdiff
path: root/elf/testobj1_1.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-19 23:47:25 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-19 23:47:25 +0000
commit6bd0638460756557bab2c3c176fd31f5e0ba6e1b (patch)
tree17d10cdd1c425896153d360ac1d6b3a1366738a0 /elf/testobj1_1.c
parentdf4d289887774c548345e8c5fe5de64046a00425 (diff)
Update.
* elf/restest1.c: New file. Symbol resolution test. * elf/testobj1_1.c: New file. Module used in this test. * elf/Makefile: Add rules for restest1 generation and execution.
Diffstat (limited to 'elf/testobj1_1.c')
-rw-r--r--elf/testobj1_1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/elf/testobj1_1.c b/elf/testobj1_1.c
new file mode 100644
index 0000000000..c0f2aa4678
--- /dev/null
+++ b/elf/testobj1_1.c
@@ -0,0 +1,5 @@
+int
+obj1func1 (int a)
+{
+ return 42 + obj1func2 (a);
+}