From: John Gilmore Date: Fri, 31 Jan 1992 23:17:40 +0000 (+0000) Subject: Half-updated version for Stu to work on. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f006dac1ba631e51a8d5d5364979d8ec6bee3078;p=deliverable%2Fbinutils-gdb.git Half-updated version for Stu to work on. --- diff --git a/gdb/WHATS.NEW b/gdb/WHATS.NEW index 13693f53b2..392b1816bd 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)