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/s390 | |
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/s390')
-rw-r--r-- | gdb/config/s390/nm-linux.h | 11 | ||||
-rw-r--r-- | gdb/config/s390/tm-linux.h | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/gdb/config/s390/nm-linux.h b/gdb/config/s390/nm-linux.h index 52f26df..3846579 100644 --- a/gdb/config/s390/nm-linux.h +++ b/gdb/config/s390/nm-linux.h @@ -1,7 +1,10 @@ -/* Native support for Linux for S390 - Copyright 2001 Free Software Foundation, Inc. - Ported by D.J. Barrow for IBM Deutschland Entwicklung GmbH, IBM Corporation. - derived from i390-nmlinux.h +/* Native support for GNU/Linux on S390. + + Copyright 2001, 2002 Free Software Foundation, Inc. + + Ported by D.J. Barrow for IBM Deutschland Entwicklung GmbH, IBM + Corporation. derived from i390-nmlinux.h + This file is part of GDB. This program is free software; you can redistribute it and/or modify diff --git a/gdb/config/s390/tm-linux.h b/gdb/config/s390/tm-linux.h index ce47ccc..c1b4a29 100644 --- a/gdb/config/s390/tm-linux.h +++ b/gdb/config/s390/tm-linux.h @@ -1,5 +1,7 @@ -/* Target definitions for GDB for a s390 running Linux. - Copyright 2001 Free Software Foundation, Inc. +/* Target definitions for GDB for a s390 running GNU/Linux. + + Copyright 2001, 2002 Free Software Foundation, Inc. + Contributed by D.J. Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) for IBM Deutschland Entwicklung GmbH, IBM Corporation. |