2002-02-20 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Wed, 20 Feb 2002 22:51:41 +0000 (22:51 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 20 Feb 2002 22:51:41 +0000 (22:51 +0000)
        * mips-linux-nat.c: Call the operating system GNU/Linux.
        * mips-linux-tdep.c: Likewise.
        * mips-tdep.c: Likewise.

gdb/ChangeLog
gdb/mips-linux-nat.c
gdb/mips-linux-tdep.c
gdb/mips-tdep.c

index 22d2785ee879766c7517872e52c92a84f21ab0f4..8d2fcd762a4d905399be17b7b38c5126f6d399fe 100644 (file)
@@ -1,3 +1,9 @@
+2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
+
+       * mips-linux-nat.c: Call the operating system GNU/Linux.
+       * mips-linux-tdep.c: Likewise.
+       * mips-tdep.c: Likewise.
+
 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
 
        Fix PR gdb/265.
index 3c2b159d7881d2e071e700f945a352fa292e4bb7..cec16d3175fdd943aa16edb2753c4372e5441d5e 100644 (file)
@@ -1,4 +1,4 @@
-/* Native-dependent code for Linux/MIPS.
+/* Native-dependent code for GNU/Linux on MIPS processors.
    Copyright 2001 Free Software Foundation, Inc.
 
    This file is part of GDB.
index 0725e72b6d6a3e5f06621920cb4ee792aa986c1b..3706e2d8673ce783f66bda69f5ba779a63e16664 100644 (file)
@@ -1,4 +1,4 @@
-/* Target-dependent code for Linux/MIPS.
+/* Target-dependent code for GNU/Linux on MIPS processors.
    Copyright 2001 Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -298,11 +298,11 @@ static struct core_fns regset_core_fns =
 };
 
 /* Fetch (and possibly build) an appropriate link_map_offsets
-   structure for native Linux/MIPS targets using the struct offsets
+   structure for native GNU/Linux MIPS targets using the struct offsets
    defined in link.h (but without actual reference to that file).
 
-   This makes it possible to access Linux/MIPS shared libraries from a
-   GDB that was not built on an Linux/MIPS host (for cross debugging).  */
+   This makes it possible to access GNU/Linux MIPS shared libraries from a
+   GDB that was built on a different host platform (for cross debugging).  */
 
 struct link_map_offsets *
 mips_linux_svr4_fetch_link_map_offsets (void)
index efcc0e71c83cffbe5b865f505103499ac94b64b3..f0a27d982a528b2aec8befedefdde24741dd4065 100644 (file)
@@ -1403,7 +1403,7 @@ mips_addr_bits_remove (CORE_ADDR addr)
 
 /* mips_software_single_step() is called just before we want to resume
    the inferior, if we want to single-step it but there is no hardware
-   or kernel single-step support (MIPS on Linux for example).  We find
+   or kernel single-step support (MIPS on GNU/Linux for example).  We find
    the target of the coming instruction and breakpoint it.
 
    single_step is also called just after the inferior stops.  If we had