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 | d81e3805c384665ba1c522fd5b72bc2d2dfc6efe (patch) | |
tree | ac2b6b56f7877d3e7cef7ced142b9a737cfa32d1 /gdb/x86-64-linux-tdep.c | |
parent | 69f098507c1dc47662190c89cb49a94544d2202a (diff) | |
download | gdb-d81e3805c384665ba1c522fd5b72bc2d2dfc6efe.tar.gz |
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/x86-64-linux-tdep.c')
-rw-r--r-- | gdb/x86-64-linux-tdep.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gdb/x86-64-linux-tdep.c b/gdb/x86-64-linux-tdep.c index e4df224fced..171ec9c4975 100644 --- a/gdb/x86-64-linux-tdep.c +++ b/gdb/x86-64-linux-tdep.c @@ -1,6 +1,7 @@ -/* Target-dependent code for Linux running on x86-64, for GDB. - Copyright 2001 - Free Software Foundation, Inc. +/* Target-dependent code for GNU/Linux running on x86-64, for GDB. + + Copyright 2001 Free Software Foundation, Inc. + Contributed by Jiri Smid, SuSE Labs. This file is part of GDB. @@ -71,8 +72,8 @@ x86_64_linux_sigtramp_start (CORE_ADDR pc) /* Offset to struct sigcontext in ucontext, from <asm/ucontext.h>. */ #define LINUX_UCONTEXT_SIGCONTEXT_OFFSET (36) -/* Assuming FRAME is for a Linux sigtramp routine, return the address - of the associated sigcontext structure. */ +/* Assuming FRAME is for a GNU/Linux sigtramp routine, return the + address of the associated sigcontext structure. */ CORE_ADDR x86_64_linux_sigcontext_addr (struct frame_info *frame) { @@ -102,8 +103,8 @@ x86_64_linux_sigcontext_addr (struct frame_info *frame) /* Offset to saved PC in sigcontext, from <asm/sigcontext.h>. */ #define LINUX_SIGCONTEXT_PC_OFFSET (136) -/* Assuming FRAME is for a Linux sigtramp routine, return the saved - program counter. */ +/* Assuming FRAME is for a GNU/Linux sigtramp routine, return the + saved program counter. */ CORE_ADDR x86_64_linux_sigtramp_saved_pc (struct frame_info *frame) |