mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Replace abort() with internal_error().
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2001-03-20 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
|
||||
with internal_error.
|
||||
|
||||
2001-03-20 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
|
||||
|
@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* We can single step on linux */
|
||||
#undef SOFTWARE_SINGLE_STEP
|
||||
#define SOFTWARE_SINGLE_STEP(p,q) abort() /* Will never execute! */
|
||||
#define SOFTWARE_SINGLE_STEP(p,q) internal_error (__FILE__, __LINE__, "Will never execute!")
|
||||
#undef SOFTWARE_SINGLE_STEP_P
|
||||
#define SOFTWARE_SINGLE_STEP_P 0
|
||||
|
||||
|
Reference in New Issue
Block a user