diff options
author | Fred Fish <fnf@specifix.com> | 1993-05-07 04:06:32 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-05-07 04:06:32 +0000 |
commit | c787ca552d246ef248e4f9959116dcda7d595e89 (patch) | |
tree | d41d9ac1cb2b8893b16cb596e03b115c70c28dba /gdb/NEWS | |
parent | 34b70237d2605bfa3ae03d230fe0b9eea8070e5f (diff) | |
download | gdb-c787ca552d246ef248e4f9959116dcda7d595e89.zip gdb-c787ca552d246ef248e4f9959116dcda7d595e89.tar.gz gdb-c787ca552d246ef248e4f9959116dcda7d595e89.tar.bz2 |
Add note about testsuite.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -6,13 +6,21 @@ (This is a prototype to remind us of things that should be announced in the next release...) + * Testsuite + +This is the first GDB release which is accompanied by a matching testsuite. +The testsuite requires installation of dejagnu, which should be available +via ftp from most sites that carry GNU software. + + * C++ demangling + 'Cfront' style demangling has had its name changed to 'ARM' style, to emphasize that it was written from the specifications in the Annotated Reference Manual, not to be compatible with AT&T cfront. Despite disclaimers, it still generated too much confusion with users attempting to use gdb with AT&T cfront. - * Simulators + * Simulators GDB now uses a standard remote interface to a simulator library. So far, the library contains simulators for the Zilog Z8001/2, the |