commit | 462183fe4cb6df6d90632d9e2cee881c8d26b1cb | [log] [tgz] |
---|---|---|
author | Alan Hourihane <alanh@tungstengraphics.com> | Mon Apr 26 10:10:22 2004 +0000 |
committer | Alan Hourihane <alanh@tungstengraphics.com> | Mon Apr 26 10:10:22 2004 +0000 |
tree | 0fb5d1c17d80026bec0fe3c2e0449fe30ea9e69e | |
parent | 08fa6de85035c428d77cb88b11a4638b706794b5 [diff] [blame] |
bring over build fixes from stable branch
diff --git a/src/mesa/sparc/clip.S b/src/mesa/sparc/clip.S index fc5c677..4243cae 100644 --- a/src/mesa/sparc/clip.S +++ b/src/mesa/sparc/clip.S
@@ -25,6 +25,13 @@ #define VEC_SIZE_3 7 #define VEC_SIZE_4 15 +#ifdef SVR4 + /* Solaris requires this for 64-bit. */ + .register %g2, #scratch + .register %g3, #scratch + .register %g7, #scratch +#endif + .text .align 64