From: Mark Kettenis Date: Wed, 25 Feb 2004 19:27:40 +0000 (+0000) Subject: * config/i386/tm-x86-64linux.h: Tweak comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=571ee600101e2a6d0820984a944bd3647e4d3269;p=binutils-gdb.git * config/i386/tm-x86-64linux.h: Tweak comments. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8f4c1271d18..439cd23fb61 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-02-25 Mark Kettenis + + * config/i386/tm-x86-64linux.h: Tweak comments. + 2004-02-25 Richard Sandiford * MAINTAINERS: Add self to write-after-approval list. diff --git a/gdb/config/i386/tm-x86-64linux.h b/gdb/config/i386/tm-x86-64linux.h index 4c16766f3a8..cc61d65ee97 100644 --- a/gdb/config/i386/tm-x86-64linux.h +++ b/gdb/config/i386/tm-x86-64linux.h @@ -1,6 +1,6 @@ -/* Definitions to target GDB to GNU/Linux on x86-64. +/* Target-dependent definitions for GNU/Linux x86-64. - Copyright 2002, 2003 Free Software Foundation, Inc. + Copyright 2002, 2003, 2004 Free Software Foundation, Inc. Contributed by Michal Ludvig, SuSE Labs. @@ -33,4 +33,4 @@ #define SVR4_SHARED_LIBS #include "solib.h" /* Support for shared libraries. */ -#endif /* #ifndef TM_X86_64LINUX_H */ +#endif /* tm-x86-64linux.h */