Remove leftover debug message from pldd

This commit is contained in:
Ulrich Drepper 2011-10-14 23:51:20 -04:00
parent e724f4d0e3
commit cdf2901f5e
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2011-10-14 Ulrich Drepper <drepper@gmail.com> 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_log.S: Add real definition of __log_finite.
* sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_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. * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.

View File

@ -101,7 +101,6 @@ E(find_maps) (pid_t pid, void *auxv, size_t auxv_size)
default: default:
break; break;
} }
printf("progam header at offset %lu\n", (unsigned long)phdr);
if (phdr == 0 || phnum == 0 || phent == 0) if (phdr == 0 || phnum == 0 || phent == 0)
error (EXIT_FAILURE, 0, gettext ("cannot find program header of process")); error (EXIT_FAILURE, 0, gettext ("cannot find program header of process"));