mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/dl1main.c (main): Fix a typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ld-elf/dl1main.c (main): Fix a typo.
|
||||
|
||||
2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/3831
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user