* readelf.c (dump_section): Don't print 32-bit values, which
[deliverable/binutils-gdb.git] / gdb / README
index 0fd64b7575e11ee687e30f7158a5726359c3a305..860c30e9dc47255efcd413281c5ca5cbd8596ff1 100644 (file)
@@ -1,5 +1,5 @@
                     README for gdb-6.3 release
-               Updated 8, November, 2004 by Andrew Cagney
+                    Updated 20, November, 2006
 
 This is GDB, the GNU source-level debugger.
 
@@ -89,6 +89,11 @@ C compiler for your system, you may be able to download and install
 the GNU CC compiler.  It is available via anonymous FTP from the
 directory `ftp://ftp.gnu.org/pub/gnu/gcc'.
 
+   GDB uses Expat, an XML parsing library, to implement some target-specific
+features.  Expat will be linked in if it is available at build time, or
+those features will be disabled.  The latest version of Expat should be
+available from `http://expat.sourceforge.net'.
+
    GDB can be used as a cross-debugger, running on a machine of one
 type while debugging a program running on a machine of another type.
 See below.
@@ -454,16 +459,9 @@ monitors and other hardware:
        remote-est.c     EST emulator
        remote-hms.c     Renesas Micro Systems H8/300 monitor
        remote-mips.c    MIPS remote debugging protocol
-       remote-rdp.c     ARM with Demon monitor
        remote-sds.c     PowerPC SDS monitor
        remote-sim.c     Generalized simulator protocol
        remote-st.c      Tandem ST-2000 monitor
-       remote-vx.c      VxWorks realtime kernel
-
-   Remote-vx.c and the vx-share subdirectory contain a remote
-interface for the VxWorks realtime kernel, which communicates over TCP
-using the Sun RPC library.  This would be a useful starting point for
-other remote- via-ethernet back ends.
 
 
 Reporting Bugs in GDB
This page took 0.025432 seconds and 4 git commands to generate.