File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,9 +90,3 @@ CROTKERNEL = ../arm/zrot.c
9090ZROTKERNEL = ../arm/zrot.c
9191endif
9292
93- ifeq ($(OSNAME), FreeBSD)
94- SSCALKERNEL = ../arm/scal.c
95- DSCALKERNEL = ../arm/scal.c
96- CSCALKERNEL = ../arm/zscal.c
97- ZSCALKERNEL = ../arm/zscal.c
98- endif
Original file line number Diff line number Diff line change 9191 fcmpu cr0, FZERO, ALPHA
9292 bne- cr0, LL(A1I1)
9393
94- LDLONG FLAG, 120 (SP)
95- cmpwi cr0, FLAG, 1
94+ #if defined(__FreeBSD__)
95+ LDLONG FLAG, 104 (SP)
96+ #else
97+ LDLONG FLAG, 120 (SP)
98+ #endif
99+ cmpwi cr0, FLAG, 1
96100 beq- cr0, LL(A1I1)
97101
98102 cmpwi cr0, INCX, SIZE
Original file line number Diff line number Diff line change 9696 fcmpu cr0, FZERO, ALPHA_I
9797 bne- cr0, LL(A1I1)
9898
99+ #if defined(__FreeBSD__)
100+ LDLONG FLAG, 112 (SP)
101+ #else
99102 LDLONG FLAG, 128 (SP)
103+ #endif
100104 cmpwi cr0, FLAG, 1
101105 beq- cr0, LL(A1I1)
102106
You can’t perform that action at this time.
0 commit comments