diff options
author | Doug Evans <dje@google.com> | 2009-12-22 00:18:13 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-12-22 00:18:13 +0000 |
commit | d90e6a886c11852be8935f97116031ccc0161952 (patch) | |
tree | 82599a6b10574b000fdb86cb36af7445b43c590c /gdb/gdbserver/linux-x86-low.c | |
parent | e324c02e45bbe4d86eef9128655a961c413328e7 (diff) | |
download | gdb-d90e6a886c11852be8935f97116031ccc0161952.zip gdb-d90e6a886c11852be8935f97116031ccc0161952.tar.gz gdb-d90e6a886c11852be8935f97116031ccc0161952.tar.bz2 |
* linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
Diffstat (limited to 'gdb/gdbserver/linux-x86-low.c')
-rw-r--r-- | gdb/gdbserver/linux-x86-low.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/gdbserver/linux-x86-low.c b/gdb/gdbserver/linux-x86-low.c index 2f17f45..f77e9da 100644 --- a/gdb/gdbserver/linux-x86-low.c +++ b/gdb/gdbserver/linux-x86-low.c @@ -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. */ |