PATCH: Fix a typo in ld-elf/dl1main.c

H. J. Lu hjl@lucon.org
Tue Jan 16 19:09:00 GMT 2007


I checked in this patch.


H.J.
---
2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>

	* ld-elf/dl1main.c (main): Fix a typo.

--- ld-elf/dl1main.c.shared	2006-09-07 10:16:34.000000000 -0700
+++ ld-elf/dl1main.c	2007-01-16 10:53:00.000000000 -0800
@@ -13,7 +13,7 @@ main (void)
   handle = dlopen("./tmpdir/libdl1.so", RTLD_GLOBAL|RTLD_LAZY);
   if (!handle)
     {
-      printf("dlopen libfoo.so: %s\n", dlerror ());
+      printf("dlopen ./tmpdir/libdl1.so: %s\n", dlerror ());
       return 1;
     }
 



More information about the Binutils mailing list