Files removed as of the 1999-08-23 snapshot.
[deliverable/binutils-gdb.git] / gdb / NEWS
index c6cf4c399ab33942ce576cdda6b52a66d5a728d1..0b2cd2fc05fa18dd19102fd35105260fd2fa90f1 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -5,12 +5,41 @@
 
 * New targets
 
+Motorola MCore                                 mcore-*-*
+x86 VxWorks                                    i[3456]86-*-vxworks*
+PowerPC VxWorks                                        powerpc-*-vxworks*
 TI TMS320C80                                   tic80-*-*
 
 * OBSOLETE configurations
 
 Altos 3068                                     m68*-altos-*
 Convex                                         c1-*-*, c2-*-*
+Pyramid                                                pyramid-*-*
+
+* Remote targets can connect to a sub-program
+
+A popen(3) style serial-device has been added.  This device starts a
+sub-process (such as a stand-alone simulator) and then communicates
+with that.  The sub-program to run is specified using the syntax
+``|<program> <args>'' vis:
+
+       (gdb) set remotedebug 1
+       (gdb) target extended-remote |mn10300-elf-sim program-args
+
+* MIPS 64 remote protocol
+
+A long standing bug in the mips64 remote protocol where by GDB
+expected certain 32 bit registers (ex SR) to be transfered as 32
+instead of 64 bits has been fixed.
+
+The command ``set remote-mips64-transfers-32bit-regs on'' has been
+added to provide backward compatibility with older versions of GDB.
+
+* ``set remotebinarydownload'' replaced by ``set remote X-packet''
+
+The command ``set remotebinarydownload'' command has been replaced by
+``set remote X-packet''.  Other commands in ``set remote'' family
+include ``set remote P-packet''.
 
 *** Changes in GDB-4.18:
 
This page took 0.023631 seconds and 4 git commands to generate.