X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Farm-wince-tdep.c;h=584eef9fedc7a2070920b3b4a2ebbe055236c687;hb=f0452268d6c7296106aba81f532b04dc08187352;hp=6540f2ff4744584d2c607c07dfbd3ccaefed6d6c;hpb=618f726fcb851883a0094aa7fa17003889b7189f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/arm-wince-tdep.c b/gdb/arm-wince-tdep.c index 6540f2ff47..584eef9fed 100644 --- a/gdb/arm-wince-tdep.c +++ b/gdb/arm-wince-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for Windows CE running on ARM processors, for GDB. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -32,7 +32,7 @@ static const gdb_byte arm_wince_le_breakpoint[] = { 0x10, 0x00, 0x00, 0xe6 }; static const gdb_byte arm_wince_thumb_le_breakpoint[] = { 0xfe, 0xdf }; /* Description of the longjmp buffer. */ -#define ARM_WINCE_JB_ELEMENT_SIZE INT_REGISTER_SIZE +#define ARM_WINCE_JB_ELEMENT_SIZE ARM_INT_REGISTER_SIZE #define ARM_WINCE_JB_PC 10 static CORE_ADDR @@ -154,9 +154,6 @@ arm_wince_osabi_sniffer (bfd *abfd) return GDB_OSABI_UNKNOWN; } -/* Provide a prototype to silence -Wmissing-prototypes. */ -void _initialize_arm_wince_tdep (void); - void _initialize_arm_wince_tdep (void) {