X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Finfttrace.c;h=4ad111a5b932ba8fe5d9fb28e0292f3e33347633;hb=e1e9e218c189882084a89fdee655a0a523efbaf8;hp=a6fbc7f664932590fbbee0e4c4834ef3d18e713e;hpb=d95767bf85efeb27aa791b01d4a8534bcff15a8e;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/infttrace.c b/gdb/infttrace.c index a6fbc7f664..4ad111a5b9 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");