X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fi386-go32-tdep.c;h=7a04a9647fa139faa2e0c3e1d9be61d3d009defd;hb=e46d79a76ea748165a3ecd1102dd10498d089a49;hp=5bd48579778cf84092bcf168bedfcd692a87dfeb;hpb=8f10c9323357ad190c0383f2fc9d394316447905;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/i386-go32-tdep.c b/gdb/i386-go32-tdep.c index 5bd4857977..7a04a9647f 100644 --- a/gdb/i386-go32-tdep.c +++ b/gdb/i386-go32-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for DJGPP/i386. - Copyright (C) 1988-2017 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -19,6 +19,7 @@ #include "defs.h" #include "i386-tdep.h" +#include "gdbsupport/x86-xstate.h" #include "target-descriptions.h" #include "osabi.h" @@ -34,7 +35,7 @@ i386_go32_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) /* DJGPP does not support the SSE registers. */ if (!tdesc_has_registers (info.target_desc)) - tdep->tdesc = tdesc_i386_mmx; + tdep->tdesc = i386_target_description (X86_XSTATE_X87_MASK, false); /* Native compiler is GCC, which uses the SVR4 register numbering even in COFF and STABS. See the comment in i386_gdbarch_init,