*** empty log message ***
authorJim Blandy <jimb@codesourcery.com>
Tue, 9 Feb 1999 21:22:15 +0000 (21:22 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 9 Feb 1999 21:22:15 +0000 (21:22 +0000)
gdb/NEWS

index 08f48aeb3a69f642356741717090b05ffe52fdbc..1342190ae3b88f421a851592a691be76a45f14ec 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -14,16 +14,38 @@ M68K Linux                                  m68*-*-linux*
 Fujitsu FR30                                   fr30-*-elf*
 Mitsubishi D30V                                        d30v-*-*
 
-* PowerPC Variants
-
-PowerPC configurations of GDB now support `set processor' to control
-the register set in use.  Available processor types include
-rs6000, 403, 403GC, 505, 601, 602, 603, 604, 750, and 860.
-
 * Readline 2.2
 
 GDB now uses readline 2.2.
 
+** The PowerPC and RS6000 targets now have a `set processor' command.
+
+When GDB is configured for a powerpc*-*-* or an rs6000*-*-* target,
+you can use the `set processor' command to specify what variant of the
+PowerPC family you are debugging.  The command
+
+       set processor NAME
+
+sets the PowerPC/RS6000 variant to NAME.  GDB knows about the
+following PowerPC and RS6000 variants:
+
+  ppc-uisa  PowerPC UISA - a PPC processor as viewed by user-level code
+  rs6000    IBM RS6000 ("POWER") architecture, user-level view
+  403       IBM PowerPC 403
+  403GC     IBM PowerPC 403GC
+  505       Motorola PowerPC 505
+  860       Motorola PowerPC 860 or 850
+  601       Motorola PowerPC 601
+  602       Motorola PowerPC 602
+  603       Motorola/IBM PowerPC 603 or 603e
+  604       Motorola PowerPC 604 or 604e
+  750       Motorola/IBM PowerPC 750 or 750
+
+At the moment, this command just tells GDB what to name the
+special-purpose processor registers.  Since almost all the affected
+registers are inaccessible to user-level programs, this command is
+only useful for remote debugging in its present form.
+
 * HP-UX Support
 
 Thanks to a major code donation from HP, GDB now has much more
@@ -62,6 +84,7 @@ can be used to revert to the old behavour.  For existing remote stubs
 the change should not be noticed as the additional address information
 will be discarded.
 
+* Changes to particular targets
 
 *** Changes in GDB-4.17:
 
This page took 0.027259 seconds and 4 git commands to generate.