mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
2012-12-25 Sergio Durigan Junior <sergiodj@redhat.com>
* frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-12-25 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
|
* frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Fix typo.
|
||||||
|
|
||||||
2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* ada-lang.c (is_known_support_routine): New variable fullname. Use
|
* ada-lang.c (is_known_support_routine): New variable fullname. Use
|
||||||
|
@ -57,7 +57,7 @@ frv_linux_pc_in_sigtramp (struct gdbarch *gdbarch, CORE_ADDR pc,
|
|||||||
|
|
||||||
if (instr == 0x8efc0077) /* setlos #__NR_sigreturn, gr7 */
|
if (instr == 0x8efc0077) /* setlos #__NR_sigreturn, gr7 */
|
||||||
retval = NORMAL_SIGTRAMP;
|
retval = NORMAL_SIGTRAMP;
|
||||||
else if (instr -= 0x8efc00ad) /* setlos #__NR_rt_sigreturn, gr7 */
|
else if (instr == 0x8efc00ad) /* setlos #__NR_rt_sigreturn, gr7 */
|
||||||
retval = RT_SIGTRAMP;
|
retval = RT_SIGTRAMP;
|
||||||
else
|
else
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user