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 # but succip, sp, and hp are real regs, so subtract 3
NUM_REAL_R_REGS=5 NUM_REAL_R_REGS=5
;; ;;
# global registers don't work yet on rs6000, due to problems using gcc - rs6000-*)
# but when they do, there will be 10 of them # NUM_REAL_REGS=10
# rs6000-*) # but succip, sp, hp, maxfr, and curfr are real regs,
# # NUM_REAL_REGS=10 # so subtract 5
# # but succip, sp, hp, maxfr, and curfr are real regs, NUM_REAL_R_REGS=5
# # so subtract 5 ;;
# NUM_REAL_R_REGS=5
# ;;
sparc-*) sparc-*)
# NUM_REAL_REGS=10 # NUM_REAL_REGS=10
# but succip, sp, hp, maxfr, and curfr are real regs, # but succip, sp, hp, maxfr, and curfr are real regs,