This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Linux->GNU/Linux in MIPS port


Committed as obvious, now that Andrew reminded me to take care of it.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

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.

Index: mips-linux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-linux-nat.c,v
retrieving revision 1.1
diff -u -p -r1.1 mips-linux-nat.c
--- mips-linux-nat.c	2001/07/10 20:41:54	1.1
+++ mips-linux-nat.c	2002/02/20 22:46:03
@@ -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: mips-linux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-linux-tdep.c,v
retrieving revision 1.2
diff -u -p -r1.2 mips-linux-tdep.c
--- mips-linux-tdep.c	2001/07/13 17:34:47	1.2
+++ mips-linux-tdep.c	2002/02/20 22:46:03
@@ -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: mips-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-tdep.c,v
retrieving revision 1.65
diff -u -p -r1.65 mips-tdep.c
--- mips-tdep.c	2002/02/05 04:37:21	1.65
+++ mips-tdep.c	2002/02/20 22:46:03
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]