From: Richard Stallman Date: Sat, 3 Oct 1992 02:31:20 +0000 (+0000) Subject: (DBX_REGISTER_NUMBER): Don't abort here on pseudo-regs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c5c04c8158f8b42ee3f17e5db901df34899a64d;p=gcc.git (DBX_REGISTER_NUMBER): Don't abort here on pseudo-regs. From-SVN: r2312 --- 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