Fix typo in thumb_in_function_epilogue_p
authorYao Qi <yao@codesourcery.com>
Fri, 19 Sep 2014 08:37:07 +0000 (16:37 +0800)
committerYao Qi <yao@codesourcery.com>
Wed, 24 Sep 2014 12:55:01 +0000 (20:55 +0800)
commitb7576e5cf47c6212c0bc1613e74a4c35bc2941d7
treec6804caa3a977ba6ad0a18a79c7308eb08178303
parent00cac886aa4ddbd05105f6aa82280ef8f7f9dce6
Fix typo in thumb_in_function_epilogue_p

This patch fixes a typo in the bit mask I've made in my previous code
refactor.  If PC is in the register list, the bit 8 is one, so bit
mask 0xff00 should be used.  Current condition is a constant false.

gdb:

2014-09-24  Yao Qi  <yao@codesourcery.com>

* arm-tdep.c (thumb_in_function_epilogue_p): Fix typo in the
bitmask.
gdb/ChangeLog
gdb/arm-tdep.c