* NEWS: Document the PIE support.
+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.
- 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