aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc/tm-linux.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-20 17:48:17 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-20 17:48:17 +0000
commitdf087c6239615ba608ed660d3f85de505e8d441e (patch)
tree1d55c33c8d552d7578e5259cc5d366fce33b8218 /gdb/config/powerpc/tm-linux.h
parent3cf84db9ef43e186bb63c1d2bde43aaeef7d00ed (diff)
downloadgdb-df087c6239615ba608ed660d3f85de505e8d441e.zip
gdb-df087c6239615ba608ed660d3f85de505e8d441e.tar.gz
gdb-df087c6239615ba608ed660d3f85de505e8d441e.tar.bz2
Replace abort() with internal_error().
Diffstat (limited to 'gdb/config/powerpc/tm-linux.h')
-rw-r--r--gdb/config/powerpc/tm-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/powerpc/tm-linux.h b/gdb/config/powerpc/tm-linux.h
index 182c245..20a062b 100644
--- a/gdb/config/powerpc/tm-linux.h
+++ b/gdb/config/powerpc/tm-linux.h
@@ -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