aboutsummaryrefslogtreecommitdiff
path: root/gdb/alpha-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r--gdb/alpha-tdep.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c
index 11d46ce..9e69eda 100644
--- a/gdb/alpha-tdep.c
+++ b/gdb/alpha-tdep.c
@@ -438,7 +438,7 @@ alpha_extract_return_value (struct type *valtype, struct regcache *regcache,
break;
default:
- abort ();
+ internal_error (__FILE__, __LINE__, "unknown floating point width");
}
break;
@@ -462,7 +462,7 @@ alpha_extract_return_value (struct type *valtype, struct regcache *regcache,
break;
default:
- abort ();
+ internal_error (__FILE__, __LINE__, "unknown floating point width");
}
break;
@@ -517,7 +517,7 @@ alpha_store_return_value (struct type *valtype, struct regcache *regcache,
error ("Cannot set a 128-bit long double return value.");
default:
- abort ();
+ internal_error (__FILE__, __LINE__, "unknown floating point width");
}
break;
@@ -542,7 +542,7 @@ alpha_store_return_value (struct type *valtype, struct regcache *regcache,
error ("Cannot set a 128-bit long double return value.");
default:
- abort ();
+ internal_error (__FILE__, __LINE__, "unknown floating point width");
}
break;