diff options
author | Daniel Jacobowitz <dan@debian.org> | 2002-02-20 22:51:41 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2002-02-20 22:51:41 +0000 |
commit | ad7d055dc3a81d556504fc9f96707aac4487d5fc (patch) | |
tree | 97dd691492cf7c7f6880840aa967aa3ea086889c /gdb/mips-linux-tdep.c | |
parent | 9423a194c155c7710238f58a50ab8452ed79ec5f (diff) | |
download | gdb-ad7d055dc3a81d556504fc9f96707aac4487d5fc.tar.gz |
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.
Diffstat (limited to 'gdb/mips-linux-tdep.c')
-rw-r--r-- | gdb/mips-linux-tdep.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/mips-linux-tdep.c b/gdb/mips-linux-tdep.c index 0725e72b6d6..3706e2d8673 100644 --- a/gdb/mips-linux-tdep.c +++ b/gdb/mips-linux-tdep.c @@ -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) |