aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-24 22:56:08 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-24 22:56:08 +0000
commit923620278bebe7f7169dfbefda6cbbabb739809f (patch)
tree9b3daeaa47a861cbf312a81470c6d580d42673ff /gdb/config/i386
parentca557f44a0548248b83712ade658eefe9c976923 (diff)
downloadfsf-binutils-gdb-923620278bebe7f7169dfbefda6cbbabb739809f.zip
fsf-binutils-gdb-923620278bebe7f7169dfbefda6cbbabb739809f.tar.gz
fsf-binutils-gdb-923620278bebe7f7169dfbefda6cbbabb739809f.tar.bz2
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r--gdb/config/i386/nm-linux.h8
-rw-r--r--gdb/config/i386/nm-x86-64.h7
-rw-r--r--gdb/config/i386/tm-linux.h7
3 files changed, 12 insertions, 10 deletions
diff --git a/gdb/config/i386/nm-linux.h b/gdb/config/i386/nm-linux.h
index 8cc69ec..8ae3ece 100644
--- a/gdb/config/i386/nm-linux.h
+++ b/gdb/config/i386/nm-linux.h
@@ -1,7 +1,7 @@
-/* Native support for Linux/x86.
- Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001
- Free Software Foundation, Inc.
+/* Native support for GNU/Linux x86.
+
+ Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/config/i386/nm-x86-64.h b/gdb/config/i386/nm-x86-64.h
index 4f668a4..0d7048e 100644
--- a/gdb/config/i386/nm-x86-64.h
+++ b/gdb/config/i386/nm-x86-64.h
@@ -1,6 +1,7 @@
-/* Native support for Linux/x86-64.
- Copyright 2001, 2002 Free Software Foundation, Inc.
- Contributed by Jiri Smid, SuSE Labs.
+/* Native support for GNU/Linux x86-64.
+
+ Copyright 2001, 2002 Free Software Foundation, Inc. Contributed by
+ Jiri Smid, SuSE Labs.
This file is part of GDB.
diff --git a/gdb/config/i386/tm-linux.h b/gdb/config/i386/tm-linux.h
index 820ac8b..5c549b9 100644
--- a/gdb/config/i386/tm-linux.h
+++ b/gdb/config/i386/tm-linux.h
@@ -1,6 +1,7 @@
/* Definitions to target GDB to GNU/Linux on 386.
- Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001
- Free Software Foundation, Inc.
+
+ Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2002 Free
+ Software Foundation, Inc.
This file is part of GDB.
@@ -60,7 +61,7 @@ extern int i386_linux_register_byte (int reg);
#define REGISTER_RAW_SIZE(reg) i386_linux_register_raw_size ((reg))
extern int i386_linux_register_raw_size (int reg);
-/* Linux/ELF uses stabs-in-ELF with the DWARF register numbering
+/* GNU/Linux ELF uses stabs-in-ELF with the DWARF register numbering
scheme by default, so we must redefine STAB_REG_TO_REGNUM. This
messes up the floating-point registers for a.out, but there is not
much we can do about that. */