aboutsummaryrefslogtreecommitdiff
path: root/gdb/infttrace.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-02-25 04:45:12 +0000
committerKevin Buettner <kevinb@redhat.com>2001-02-25 04:45:12 +0000
commite1e9e218c189882084a89fdee655a0a523efbaf8 (patch)
treefa2a2747358d3ab7ba66773aa0ea0e95064841b6 /gdb/infttrace.c
parentd95767bf85efeb27aa791b01d4a8534bcff15a8e (diff)
downloadfsf-binutils-gdb-e1e9e218c189882084a89fdee655a0a523efbaf8.zip
fsf-binutils-gdb-e1e9e218c189882084a89fdee655a0a523efbaf8.tar.gz
fsf-binutils-gdb-e1e9e218c189882084a89fdee655a0a523efbaf8.tar.bz2
Replace calls to abort() with calls to internal_error().
Diffstat (limited to 'gdb/infttrace.c')
-rw-r--r--gdb/infttrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infttrace.c b/gdb/infttrace.c
index a6fbc7f..4ad111a 100644
--- a/gdb/infttrace.c
+++ b/gdb/infttrace.c
@@ -5775,7 +5775,7 @@ _initialize_infttrace (void)
/* We do a lot of casts from pointers to TTRACE_ARG_TYPE; make sure
this is okay. */
if (sizeof (TTRACE_ARG_TYPE) < sizeof (void *))
- abort ();
+ internal_error (__FILE__, __LINE__, "failed internal consistency check");
if (errno || (memory_page_dictionary.page_size <= 0))
perror_with_name ("sysconf");