]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* elf/testobj2.c (p): New function.
authorUlrich Drepper <drepper@redhat.com>
Thu, 3 Mar 2005 16:00:35 +0000 (16:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 3 Mar 2005 16:00:35 +0000 (16:00 +0000)
ChangeLog
elf/testobj2.c

index 5fa59f9fd680fe55e3b5e61a663566018ca83bc5..609538b0b0d0a6b56274914e35b871ea462d45b0 100644 (file)
--- 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  <jakub@redhat.com>
 
index 6514c5639390de8435e84593f55a7e263e7f1a93..f00ba9f3e675006cb7d5868832b15dda9692046d 100644 (file)
@@ -23,3 +23,9 @@ preload (int a)
     return fp (a) + 10;
   return 10;
 }
+
+void
+p (void)
+{
+  puts ("hello world");
+}