diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-25 19:27:40 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-25 19:27:40 +0000 |
commit | 571ee600101e2a6d0820984a944bd3647e4d3269 (patch) | |
tree | 5f845f0927e9dba01843b84ba4955f07f91c226a | |
parent | 2b1b322f466e73ee5683f33d0276a379f47104cf (diff) | |
download | gdb-571ee600101e2a6d0820984a944bd3647e4d3269.zip gdb-571ee600101e2a6d0820984a944bd3647e4d3269.tar.gz gdb-571ee600101e2a6d0820984a944bd3647e4d3269.tar.bz2 |
* config/i386/tm-x86-64linux.h: Tweak comments.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/config/i386/tm-x86-64linux.h | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8f4c127..439cd23 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-02-25 Mark Kettenis <kettenis@gnu.org> + + * config/i386/tm-x86-64linux.h: Tweak comments. + 2004-02-25 Richard Sandiford <rsandifo@redhat.com> * 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 4c16766..cc61d65 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 */ |