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/i386 | |
parent | ca557f44a0548248b83712ade658eefe9c976923 (diff) | |
download | ppe42-binutils-923620278bebe7f7169dfbefda6cbbabb739809f.tar.gz ppe42-binutils-923620278bebe7f7169dfbefda6cbbabb739809f.zip |
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/nm-linux.h | 8 | ||||
-rw-r--r-- | gdb/config/i386/nm-x86-64.h | 7 | ||||
-rw-r--r-- | gdb/config/i386/tm-linux.h | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/gdb/config/i386/nm-linux.h b/gdb/config/i386/nm-linux.h index 8cc69eceb7..8ae3eceec9 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 4f668a482e..0d7048e408 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 820ac8b556..5c549b969e 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. */ |