Commit 3c5c04c8 by Richard Stallman

(DBX_REGISTER_NUMBER): Don't abort here on pseudo-regs.

From-SVN: r2312
parent 52cdd5e5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment