=================================================================== RCS file: /home/cvs/OpenXM_contrib/gc/Attic/alpha_mach_dep.s,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gc/Attic/alpha_mach_dep.s 1999/11/27 10:58:32 1.1.1.1 +++ OpenXM_contrib/gc/Attic/alpha_mach_dep.s 2000/12/01 14:48:26 1.1.1.2 @@ -1,4 +1,8 @@ - # $Id: alpha_mach_dep.s,v 1.1.1.1 1999/11/27 10:58:32 maekawa Exp $ + # $Id: alpha_mach_dep.s,v 1.1.1.2 2000/12/01 14:48:26 maekawa Exp $ + +# This is BROKEN on a 21264 running gcc, and probably in other cases. +# The compiler may spill pointers to fp registers, and this code doesn't +# scan those. # define call_push(x) \ lda $16, 0(x); /* copy x to first argument register */ \