From 79464cb744932a7e1570be231908cdfdcc844a29 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 11 Sep 2019 05:08:37 +0000 Subject: gdb-7.12: midipix targets: abandon windows-tdep.o. --- patches/gdb/gdb-7.12.midipix.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/gdb/gdb-7.12.midipix.patch b/patches/gdb/gdb-7.12.midipix.patch index fdfc611..abae62b 100644 --- a/patches/gdb/gdb-7.12.midipix.patch +++ b/patches/gdb/gdb-7.12.midipix.patch @@ -96,7 +96,7 @@ diff -ru a/gdb/configure.tgt b/gdb/configure.tgt +i[34567]86-*-midipix*) + # Target: Intel 386 running win32 + gdb_target_obs="i386-tdep.o i387-tdep.o \ -+ i386-winnt-tdep.o windows-tdep.o" ++ i386-winnt-tdep.o" + build_gdbserver=no + ;; i[34567]86-*-gnu*) @@ -110,7 +110,7 @@ diff -ru a/gdb/configure.tgt b/gdb/configure.tgt + # Target: Midipix + gdb_target_obs="amd64-tdep.o amd64-winnt-tdep.o \ + i386-tdep.o i387-tdep.o \ -+ windows-tdep.o i386-winnt-tdep.o" ++ i386-winnt-tdep.o" + build_gdbserver=no + ;; x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu) -- cgit v1.2.3