]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ChangeLog
Fix some problem of 32-bit pldd on 64-bit platforms
[thirdparty/glibc.git] / ChangeLog
index ffb2ad326151c56f8e133b166604a36a5a2f4d65..6aa670d9f6eb35be82715f8d8ca56f7a5783491f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
 
+       * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
+       * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
+       if buffer was too small.
+
        * elf/pldd.c (main): Attach to all threads in the process.
        Rewrite /proc handling to use *at functions.