This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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;
     }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]