X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Farm-wince-tdep.c;h=aff8d20e030ab9d94445ee021b12b7f93a99602f;hb=5aa03310cef09e8c41aaa05152d9570dfe62ba81;hp=24f0e5b8935f0dc00a0ce47d6a5cd6052cd59591;hpb=6d3d12ebef6fa7dd6bc8c34fbc5e440ac8d0a8c6;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/arm-wince-tdep.c b/gdb/arm-wince-tdep.c index 24f0e5b..aff8d20 100644 --- a/gdb/arm-wince-tdep.c +++ b/gdb/arm-wince-tdep.c @@ -45,9 +45,12 @@ arm_pe_skip_trampoline_code (struct frame_info *frame, CORE_ADDR pc) CORE_ADDR next_pc; /* The format of an ARM DLL trampoline is: + ldr ip, [pc] ldr pc, [ip] - .dw __imp_ */ + .dw __imp_ + + */ if (pc == 0 || read_memory_unsigned_integer (pc + 0, 4, byte_order) != 0xe59fc000