aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-12-07 22:41:16 +0000
committerJohn Gilmore <gnu@cygnus>1991-12-07 22:41:16 +0000
commit4882e5dc984eeb21f165e46a29b293f9f4d7da4f (patch)
tree5b0fbbb7ba0731734ff180ffd621fdd9bc23f0f5 /gdb
parentbf7708dad57ae9d931ad3b7dab991f1fafefc9e4 (diff)
downloadfsf-binutils-gdb-4882e5dc984eeb21f165e46a29b293f9f4d7da4f.zip
fsf-binutils-gdb-4882e5dc984eeb21f165e46a29b293f9f4d7da4f.tar.gz
fsf-binutils-gdb-4882e5dc984eeb21f165e46a29b293f9f4d7da4f.tar.bz2
Desupport i386sco, and mention the new readline.
Diffstat (limited to 'gdb')
-rwxr-xr-xgdb/WHATS.NEW15
1 files changed, 13 insertions, 2 deletions
diff --git a/gdb/WHATS.NEW b/gdb/WHATS.NEW
index 1f8200b..13693f5 100755
--- a/gdb/WHATS.NEW
+++ b/gdb/WHATS.NEW
@@ -5,12 +5,17 @@
* New machines supported (host and target)
-SCO Unix on i386 IBM PC clones i386-sco-sysv or i386sco
Amiga 3000 running Amix m68k-cbm-svr4 or amix
NCR 3000 386 running SVR4 i386-ncr-svr4 or ncr3000
Motorola Delta 88000 running Sys V m88k-motorola-sysv or delta88
-There is no core file support on SCO Unix.
+ * Almost SCO Unix support
+
+We had hoped to support:
+SCO Unix on i386 IBM PC clones i386-sco-sysv or i386sco
+(except for core file support), but we discovered very late in the release
+that it has problems with process groups that render gdb unusable. Sorry
+about that. I encourage people to fix it and post the fixes.
* Preliminary ELF and DWARF support
@@ -20,6 +25,12 @@ 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.