* linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
This commit is contained in:
parent
e324c02e45
commit
d90e6a886c
@ -1,5 +1,7 @@
|
||||
2009-12-21 Doug Evans <dje@google.com>
|
||||
|
||||
* linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
|
||||
|
||||
* linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
|
||||
Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
|
||||
warning ifndef __NR_tkill. Move setting of errno there too.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user