gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 14 Jan 2010 21:24:05 +0000 (21:24 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 14 Jan 2010 21:24:05 +0000 (21:24 +0000)
* NEWS: Document the PIE support.

gdb/ChangeLog
gdb/NEWS

index 4e3445fc993ea8f217fb6baaf55cb80830a33e32..13f6a90848c8350532151887e8f34de61bfe9f7c 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Eli Zaretskii  <eliz@gnu.org>
+
+       * NEWS: Document the PIE support.
+
 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
index 657d0a2db2a3db132e69195e388395bb851b3881..17d64fba92862e6e69163c01e556632916bb80ee 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -189,6 +189,11 @@ much more reliable. In particular:
   - GDB is now able to backtrace through the signal handler for
     non-threaded programs.
 
+PIE (Position Independent Executable) programs debugging is now supported.
+This includes debugging execution of PIC (Position Independent Code) shared
+libraries although for that, it should be possible to run such libraries as an
+executable program.
+
 *** Changes in GDB 7.0
 
 * GDB now has an interface for JIT compilation.  Applications that
This page took 0.029119 seconds and 4 git commands to generate.