From c7004509780c32e86de27326e7f018e30fec2bc2 Mon Sep 17 00:00:00 2001 From: Fergus Henderson Date: Thu, 11 Apr 1996 14:05:09 +0000 Subject: [PATCH] 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. --- configure.in | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/configure.in b/configure.in index 9a4c5eeb9..8821b3f0a 100644 --- a/configure.in +++ b/configure.in @@ -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,