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/sh | |
parent | ca557f44a0548248b83712ade658eefe9c976923 (diff) | |
download | ppe42-binutils-923620278bebe7f7169dfbefda6cbbabb739809f.tar.gz ppe42-binutils-923620278bebe7f7169dfbefda6cbbabb739809f.zip |
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/config/sh')
-rw-r--r-- | gdb/config/sh/tm-linux.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/config/sh/tm-linux.h b/gdb/config/sh/tm-linux.h index cd721094e1..ab1d4d86f2 100644 --- a/gdb/config/sh/tm-linux.h +++ b/gdb/config/sh/tm-linux.h @@ -1,5 +1,7 @@ -/* Target-specific definitions for Linux running on a Hitachi Super-H. - Copyright 2000 Free Software Foundation, Inc. +/* Target-specific definitions for GNU/Linux running on a Hitachi + Super-H. + + Copyright 2000, 2002 Free Software Foundation, Inc. This file is part of GDB. @@ -18,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Pull in Linux generic defs */ +/* Pull in GNU/Linux generic defs. */ #include "tm-linux.h" /* Pull in sh-target defs */ |