From e41b69beaf51a725a98b1ba4480751333b24a06f Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 17 Oct 2008 17:13:26 -0700 Subject: Test and Makefile rules for 32- and 64-bit ELF shared libraries Add Makefile rules for the 32-bit ELF shared library test, and add a 64-bit ELF shared library test (still work in progress.) --- test/elftest.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/elftest.c') diff --git a/test/elftest.c b/test/elftest.c index 8dd57a2..42b3f7e 100644 --- a/test/elftest.c +++ b/test/elftest.c @@ -33,4 +33,6 @@ int main(void) printf("These pointers should be equal: %p and %p\n", &greet, textptr); printf("So should these: %p and %p\n", selfptr, &selfptr); + + return 0; } -- cgit v1.2.3