From 3c5c04c8158f8b42ee3f17e5db901df34899a64d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 3 Oct 1992 02:31:20 +0000 Subject: [PATCH] (DBX_REGISTER_NUMBER): Don't abort here on pseudo-regs. From-SVN: r2312 --- gcc/config/i386/sysv4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h index c3caacb7843..ed5159e9cb0 100644 --- a/gcc/config/i386/sysv4.h +++ b/gcc/config/i386/sysv4.h @@ -154,7 +154,7 @@ do { long value[2]; \ : (n) == 6 ? 5 \ : (n) == 7 ? 4 \ : ((n) >= FIRST_STACK_REG && (n) <= LAST_STACK_REG) ? (n)+3 \ - : (abort (), 0)) + : (-1)) /* The routine used to output sequences of byte values. We use a special version of this for most svr4 targets because doing so makes the -- 2.30.2