This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Delete outdated Elf32_Phdr comment in linux-x86-low.c


Hi.

I committed this patch.
Elf32_Phdr isn't referenced anywhere in linux-x86-low.c.

2009-12-21  Doug Evans  <dje@google.com>

	* linux-x86-low.c: Delete outdated comment about Elf32_Phdr.

Index: linux-x86-low.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/linux-x86-low.c,v
retrieving revision 1.3
diff -u -p -r1.3 linux-x86-low.c
--- linux-x86-low.c	30 Jun 2009 16:35:25 -0000	1.3
+++ linux-x86-low.c	22 Dec 2009 00:17:01 -0000
@@ -27,10 +27,6 @@
 
 #include "gdb_proc_service.h"
 
-/* NOTE: gdb_proc_service.h may include linux/elf.h.
-   We need Elf32_Phdr.  If we don't get linux/elf.h we could include
-   elf.h like linux-ppc-low.c does.  */
-
 /* Defined in auto-generated file reg-i386-linux.c.  */
 void init_registers_i386_linux (void);
 /* Defined in auto-generated file reg-x86-64-linux.c.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]