x86-linux-nat: Remove unused arch_lwp_info structure

The structure arch_lwp_info for x86 is not used, remove it.

gdb/ChangeLog:

	* x86-linux-nat.c (struct arch_lwp_info): Remove.
This commit is contained in:
Simon Marchi 2017-06-03 22:06:55 +02:00
parent 22827c5133
commit 26b6a6aba5
2 changed files with 4 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2017-06-03 Simon Marchi <simon.marchi@ericsson.com>
* x86-linux-nat.c (struct arch_lwp_info): Remove.
2017-06-03 Simon Marchi <simon.marchi@polymtl.ca>
* linux-nat.c (linux_nat_post_attach_wait): Remove FIRST

View File

@ -43,16 +43,6 @@
#include "nat/x86-linux-dregs.h"
#include "nat/linux-ptrace.h"
/* Per-thread arch-specific data we want to keep. */
struct arch_lwp_info
{
/* Non-zero if our copy differs from what's recorded in the thread. */
int debug_registers_changed;
};
/* linux_nat_new_fork hook. */
static void