gdb/arm-tdep.c: Remove "Infinite loop detected" error message.
authorWill Newton <will.newton@linaro.org>
Fri, 8 Nov 2013 16:26:10 +0000 (16:26 +0000)
committerWill Newton <will.newton@linaro.org>
Wed, 20 Nov 2013 10:50:32 +0000 (10:50 +0000)
commit2b59118e727300b1c4e306e08ac53ee5693ab45b
treed3403a9c15e5016292c28fb239d1f0d77b5859e3
parentb26dfc9ab352692e0bb8b005b9ca58eb1bc8c026
gdb/arm-tdep.c: Remove "Infinite loop detected" error message.

Since as far back as the beginning of the sourceware repository
the ARM port has printed an error "Infinite loop detected" when
the next_pc calculated is the same as the current one, for example
when encountering a branch to the current PC address.

This causes the test gdb.base/random-signal.exp as the error message
is not expected. I have not been able to find a good reason for the
message to be here so remove it and let the test pass.

gdb/ChangeLog:

2013-11-20  Will Newton  <will.newton@linaro.org>

* arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
error message.
gdb/ChangeLog
gdb/arm-tdep.c
This page took 0.027683 seconds and 4 git commands to generate.