From: Ulrich Drepper Date: Thu, 3 Mar 2005 16:00:35 +0000 (+0000) Subject: * elf/testobj2.c (p): New function. X-Git-Tag: cvs/fedora-glibc-20050319T1907~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=680d780a4b28cfbae5bfd7f41f370e34d4ea0e40;p=thirdparty%2Fglibc.git * elf/testobj2.c (p): New function. --- diff --git a/ChangeLog b/ChangeLog index 5fa59f9fd68..609538b0b0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ loader is closed. Fixes unload3. * elf/tst-global1.c: New file. * elf/Makefile (tests): Add tst-global1. + * elf/testobj2.c (p): New function. 2005-03-03 Jakub Jelinek diff --git a/elf/testobj2.c b/elf/testobj2.c index 6514c563939..f00ba9f3e67 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"); +}