* NEWS: Document the PIE support.
This commit is contained in:
Jan Kratochvil 2010-01-14 21:24:05 +00:00
parent 55235ad790
commit 93c26624a7
2 changed files with 10 additions and 0 deletions

View 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.

View File

@ -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