diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-02-20 22:51:41 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-02-20 22:51:41 +0000 |
commit | 75c9abc6201617cc8b941f0e1af7382e6488b177 (patch) | |
tree | e1b035bbcdea2fb8b7263dc2e972b120afaf9a6b | |
parent | 551792a5ade93126dfbcb56d7263a21f5bbb7fc7 (diff) | |
download | fsf-binutils-gdb-75c9abc6201617cc8b941f0e1af7382e6488b177.zip fsf-binutils-gdb-75c9abc6201617cc8b941f0e1af7382e6488b177.tar.gz fsf-binutils-gdb-75c9abc6201617cc8b941f0e1af7382e6488b177.tar.bz2 |
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.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/mips-linux-nat.c | 2 | ||||
-rw-r--r-- | gdb/mips-linux-tdep.c | 8 | ||||
-rw-r--r-- | gdb/mips-tdep.c | 2 |
4 files changed, 12 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 22d2785..8d2fcd7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 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. * jv-exp.y (parse_number): Handle 64-bit integers. diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c index 3c2b159..cec16d3 100644 --- a/gdb/mips-linux-nat.c +++ b/gdb/mips-linux-nat.c @@ -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. diff --git a/gdb/mips-linux-tdep.c b/gdb/mips-linux-tdep.c index 0725e72..3706e2d 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) diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index efcc0e7..f0a27d9 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -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 |