diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:56:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:56:08 +0000 |
commit | 923620278bebe7f7169dfbefda6cbbabb739809f (patch) | |
tree | 9b3daeaa47a861cbf312a81470c6d580d42673ff /gdb/config/mips | |
parent | ca557f44a0548248b83712ade658eefe9c976923 (diff) | |
download | gdb-923620278bebe7f7169dfbefda6cbbabb739809f.zip gdb-923620278bebe7f7169dfbefda6cbbabb739809f.tar.gz gdb-923620278bebe7f7169dfbefda6cbbabb739809f.tar.bz2 |
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/nm-linux.h | 5 | ||||
-rw-r--r-- | gdb/config/mips/tm-linux.h | 7 | ||||
-rw-r--r-- | gdb/config/mips/xm-linux.h | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/gdb/config/mips/nm-linux.h b/gdb/config/mips/nm-linux.h index 16b241d..c43ecd6 100644 --- a/gdb/config/mips/nm-linux.h +++ b/gdb/config/mips/nm-linux.h @@ -1,5 +1,6 @@ -/* Native-dependent definitions for Linux/MIPS. - Copyright 1996, 2001 Free Software Foundation, Inc. +/* Native-dependent definitions for GNU/Linux on MIPS. + + Copyright 1996, 2001, 2002 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/mips/tm-linux.h b/gdb/config/mips/tm-linux.h index ff32ff3..0e9de3c 100644 --- a/gdb/config/mips/tm-linux.h +++ b/gdb/config/mips/tm-linux.h @@ -1,5 +1,6 @@ -/* Target-dependent definitions for Linux/MIPS. - Copyright 2001 Free Software Foundation, Inc. +/* Target-dependent definitions for GNU/Linux MIPS. + + Copyright 2001, 2002 Free Software Foundation, Inc. This file is part of GDB. @@ -30,7 +31,7 @@ #undef SKIP_TRAMPOLINE_CODE #undef IGNORE_HELPER_CALL -/* Linux/MIPS has __SIGRTMAX == 127. */ +/* GNU/Linux MIPS has __SIGRTMAX == 127. */ #define REALTIME_LO 32 #define REALTIME_HI 128 diff --git a/gdb/config/mips/xm-linux.h b/gdb/config/mips/xm-linux.h index c19895e..4db6201 100644 --- a/gdb/config/mips/xm-linux.h +++ b/gdb/config/mips/xm-linux.h @@ -1,5 +1,6 @@ -/* Host definitions for Linux/MIPS. - Copyright 2001 Free Software Foundation, Inc. +/* Host definitions for GNU/Linux on MIPS. + + Copyright 2001, 2002 Free Software Foundation, Inc. This file is part of GDB. |