diff options
author | Andrew Burgess <aburgess@redhat.com> | 2024-03-26 18:52:51 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2024-03-26 18:52:51 +0000 |
commit | f06daade43dc8ec839e2eb3bd8b200c4b3f9682b (patch) | |
tree | 9f0e953bfcd63c7e875e84b1821f33bdf75f987a /gdb/amd64-linux-tdep.c | |
parent | 49a7660fb50cc3c68e7830eb098905d068a3ccbf (diff) | |
download | binutils-f06daade43dc8ec839e2eb3bd8b200c4b3f9682b.zip binutils-f06daade43dc8ec839e2eb3bd8b200c4b3f9682b.tar.gz binutils-f06daade43dc8ec839e2eb3bd8b200c4b3f9682b.tar.bz2 |
Revert "gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition"
This reverts commit 7816b81e9b36ea0f57662bfd7446b573bf0c9e54.
Diffstat (limited to 'gdb/amd64-linux-tdep.c')
-rw-r--r-- | gdb/amd64-linux-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/amd64-linux-tdep.c b/gdb/amd64-linux-tdep.c index a512ec5..1deb13b 100644 --- a/gdb/amd64-linux-tdep.c +++ b/gdb/amd64-linux-tdep.c @@ -42,7 +42,6 @@ #include "arch/amd64.h" #include "target-descriptions.h" #include "expop.h" -#include "nat/x86-linux.h" /* The syscall's XML filename for i386. */ #define XML_SYSCALL_FILENAME_AMD64 "syscalls/amd64-linux.xml" |