(display_debug_lines, case DW_LNS_const_add_pc): Multiply adv by info.li_min_insn_length.
[deliverable/binutils-gdb.git] / gdb / NEWS
index d08274bf9067705168a09ec6e44777dddeadeb93..0b2cd2fc05fa18dd19102fd35105260fd2fa90f1 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,18 +3,11 @@
 
 *** Changes since GDB-4.18:
 
-* 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
-
 * New targets
 
+Motorola MCore                                 mcore-*-*
+x86 VxWorks                                    i[3456]86-*-vxworks*
+PowerPC VxWorks                                        powerpc-*-vxworks*
 TI TMS320C80                                   tic80-*-*
 
 * OBSOLETE configurations
@@ -23,6 +16,16 @@ 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
@@ -32,6 +35,12 @@ 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:
 
 * New native configurations
This page took 0.02304 seconds and 4 git commands to generate.