From f6823cb5cd201cf9a126d3b10387cf37280e75c6 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 26 Jun 2001 15:21:26 -0700 Subject: alpha_mach_dep.s: Mark call-saved FP registers. * alpha_mach_dep.s: Mark call-saved FP registers. * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS. * configure.in (alpha*): Re-enable alpha_mach_dep.s * configure: Rebuild. From-SVN: r43593 --- boehm-gc/include/private/gcconfig.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'boehm-gc/include') diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h index cf1b8eb..0f7fe24 100644 --- a/boehm-gc/include/private/gcconfig.h +++ b/boehm-gc/include/private/gcconfig.h @@ -1197,11 +1197,6 @@ # ifdef ALPHA # define MACH_TYPE "ALPHA" # define ALIGNMENT 8 -# define USE_GENERIC_PUSH_REGS - /* Gcc and probably the DEC/Compaq compiler spill pointers to preserved */ - /* fp registers in some cases when the target is a 21264. The assembly */ - /* code doesn't handle that yet, and version dependencies make that a */ - /* bit tricky. Do the easy thing for now. */ # ifdef NETBSD # define OS_TYPE "NETBSD" # define HEURISTIC2 -- cgit v1.1