mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Remove leftover debug message from pldd
This commit is contained in:
parent
e724f4d0e3
commit
cdf2901f5e
@ -1,5 +1,7 @@
|
||||
2011-10-14 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* elf/pldd-xx.c (find_maps): Remove leftover debug message.
|
||||
|
||||
* sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
|
||||
* sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
|
||||
* sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
|
||||
|
@ -101,7 +101,6 @@ E(find_maps) (pid_t pid, void *auxv, size_t auxv_size)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
printf("progam header at offset %lu\n", (unsigned long)phdr);
|
||||
|
||||
if (phdr == 0 || phnum == 0 || phent == 0)
|
||||
error (EXIT_FAILURE, 0, gettext ("cannot find program header of process"));
|
||||
|
Loading…
Reference in New Issue
Block a user