diff options
author | John Gilmore <gnu@cygnus> | 1992-01-31 23:17:40 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-01-31 23:17:40 +0000 |
commit | f006dac1ba631e51a8d5d5364979d8ec6bee3078 (patch) | |
tree | 51e2c4486dead720fcc7729701bd57cd97e157f7 /gdb/WHATS.NEW | |
parent | 4cc9f7e22cf57f25cb3df90fab5af6e81d51d27a (diff) | |
download | gdb-f006dac1ba631e51a8d5d5364979d8ec6bee3078.zip gdb-f006dac1ba631e51a8d5d5364979d8ec6bee3078.tar.gz gdb-f006dac1ba631e51a8d5d5364979d8ec6bee3078.tar.bz2 |
Half-updated version for Stu to work on.
Diffstat (limited to 'gdb/WHATS.NEW')
-rwxr-xr-x | gdb/WHATS.NEW | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gdb/WHATS.NEW b/gdb/WHATS.NEW index 13693f5..392b181 100755 --- a/gdb/WHATS.NEW +++ b/gdb/WHATS.NEW @@ -1,6 +1,41 @@ What has changed since GDB-3.5? (Organized release by release) +*** Changes in GDB-4.4: + + * New machines supported (host and target) + +SCO Unix on i386 IBM PC clones i386-sco-sysv or i386sco + (except core files) + + * New machines supported (target) + +AMD 29000 embedded, using EBMON a29k-none-none + + * Improved ELF and DWARF support + +GDB can read ELF object files on System V Release 4, and can handle +debugging records for C, in DWARF format, in ELF files. This support +is preliminary. If you bring up GDB on another SVR4 system, please +send mail to bug-gdb@prep.ai.mit.edu to let us know what changes were +reqired (if any). + + * New Readline + +GDB now uses the latest `readline' library. One user-visible change +is that two tabs will list possible command completions, which previously +required typing M-? (meta-question mark, or ESC ?). + + * Bugs fixed + +The `stepi' bug that many of you noticed has been squashed. +Many bugs in C++ have been handled. Many more remain to be handled. +See the various ChangeLog files (primarily in gdb and bfd) for details. + + * State of the MIPS world (in case you wondered): + +blah blah blah..................................... + *** Changes in GDB-4.3: * New machines supported (host and target) |