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 /gdb/mips-tdep.c | |
parent | 551792a5ade93126dfbcb56d7263a21f5bbb7fc7 (diff) | |
download | gdb-75c9abc6201617cc8b941f0e1af7382e6488b177.zip gdb-75c9abc6201617cc8b941f0e1af7382e6488b177.tar.gz 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.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |