Uncomment the definition of NUM_REAL_R_REGS for RS/6000.

Estimated hours taken: 0.1

configure.in:
	Uncomment the definition of NUM_REAL_R_REGS for RS/6000.
This commit is contained in:
Fergus Henderson
1996-04-11 14:05:09 +00:00
parent 94a3c99f4d
commit c700450978

View File

@@ -813,14 +813,12 @@ case "$host" in
# but succip, sp, and hp are real regs, so subtract 3
NUM_REAL_R_REGS=5
;;
# global registers don't work yet on rs6000, due to problems using gcc -
# but when they do, there will be 10 of them
# rs6000-*)
# # NUM_REAL_REGS=10
# # but succip, sp, hp, maxfr, and curfr are real regs,
# # so subtract 5
# NUM_REAL_R_REGS=5
# ;;
rs6000-*)
# NUM_REAL_REGS=10
# but succip, sp, hp, maxfr, and curfr are real regs,
# so subtract 5
NUM_REAL_R_REGS=5
;;
sparc-*)
# NUM_REAL_REGS=10
# but succip, sp, hp, maxfr, and curfr are real regs,