diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-04-13 13:56:19 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-04-13 13:56:19 +0000 |
commit | 54d61198d5ad051d28fccd2fc698ed7f1d013443 (patch) | |
tree | c2fae29d50df9f6f500d5caac3902f8a1f0edc84 /gdb/NEWS | |
parent | e499d0f17ebb7248296ce707cfcb88723a9e222c (diff) | |
download | gdb-54d61198d5ad051d28fccd2fc698ed7f1d013443.zip gdb-54d61198d5ad051d28fccd2fc698ed7f1d013443.tar.gz gdb-54d61198d5ad051d28fccd2fc698ed7f1d013443.tar.bz2 |
* NEWS: Mention removal of HP aCC support.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |