This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc 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]

GNU C Library master sources branch, master, updated. glibc-2.14-359-gcdf2901


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  cdf2901f5e951cdcf88cd628892d188d5c660493 (commit)
      from  e724f4d0e38e5d5db3cef38c9c19e7a46292e64c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=cdf2901f5e951cdcf88cd628892d188d5c660493

commit cdf2901f5e951cdcf88cd628892d188d5c660493
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Fri Oct 14 23:51:20 2011 -0400

    Remove leftover debug message from pldd

diff --git a/ChangeLog b/ChangeLog
index e2d6f38..4d70e83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/elf/pldd-xx.c b/elf/pldd-xx.c
index 8ecd468..1e84ec2 100644
--- a/elf/pldd-xx.c
+++ b/elf/pldd-xx.c
@@ -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"));

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    2 ++
 elf/pldd-xx.c |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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