diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dddffe8..95dcdcd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com> + * NEWS: Mention removal of HP aCC support. + +2007-04-13 Daniel Jacobowitz <dan@codesourcery.com> + * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the first entry for static executables. (breakpoint_addr): Delete unused variable. @@ -127,6 +127,13 @@ DWARF 1 support A debug information format. The predecessor to DWARF 2 and DWARF 3, which are still supported. +Support for the HP aCC compiler on HP-UX/PA-RISC + + SOM-encapsulated symbolic debugging information, automatic + invocation of pxdb, and the aCC custom C++ ABI. This does not + affect HP-UX for Itanium or GCC for HP-UX/PA-RISC. Code compiled + with aCC can still be debugged on an assembly level. + *** Changes in GDB 6.6 * New targets |