diff options
author | Andrew Burgess <aburgess@redhat.com> | 2024-03-26 18:52:44 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2024-03-26 18:52:44 +0000 |
commit | 49a7660fb50cc3c68e7830eb098905d068a3ccbf (patch) | |
tree | 8471a0dcc41846551322f58510aa9aea098356c5 /gdb/amd64-linux-tdep.c | |
parent | 0991b56074af7e6b106015c67925fdcfe039f077 (diff) | |
download | gdb-49a7660fb50cc3c68e7830eb098905d068a3ccbf.zip gdb-49a7660fb50cc3c68e7830eb098905d068a3ccbf.tar.gz gdb-49a7660fb50cc3c68e7830eb098905d068a3ccbf.tar.bz2 |
Revert "gdb/gdbserver: share some code relating to target description creation"
This reverts commit cd9b374ffe372dcaf7e4c15548cf53a301d8dcdd.
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 7e0900d..a512ec5 100644 --- a/gdb/amd64-linux-tdep.c +++ b/gdb/amd64-linux-tdep.c @@ -43,7 +43,6 @@ #include "target-descriptions.h" #include "expop.h" #include "nat/x86-linux.h" -#include "nat/x86-linux-tdesc.h" /* The syscall's XML filename for i386. */ #define XML_SYSCALL_FILENAME_AMD64 "syscalls/amd64-linux.xml" |