X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fi386-windows-nat.c;h=c0924486925675101611d3672784a7a8b4ca1be3;hb=003ea5a89ab7e9eaa65cb158a953d63dac2612c6;hp=caa645a9e50c24b4849910dd8d76b22a208d04d4;hpb=a0eaec95753c0f093f5cb80080ef423030d35edd;p=platform%2Fupstream%2Fgdb.git diff --git a/gdb/i386-windows-nat.c b/gdb/i386-windows-nat.c index caa645a..c092448 100644 --- a/gdb/i386-windows-nat.c +++ b/gdb/i386-windows-nat.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2014 Free Software Foundation, Inc. +/* Copyright (C) 2008-2015 Free Software Foundation, Inc. This file is part of GDB. @@ -17,7 +17,7 @@ #include "defs.h" #include "windows-nat.h" -#include "i386-nat.h" +#include "x86-nat.h" #include "i386-tdep.h" #include @@ -87,5 +87,5 @@ _initialize_i386_windows_nat (void) { windows_set_context_register_offsets (mappings); windows_set_segment_register_p (i386_windows_segment_register_p); - i386_set_debug_register_length (4); + x86_set_debug_register_length (4); }