2
0
Эх сурвалжийг харах

Fix stabs number for FPU register, which start at 38 instead of 32

git-svn-id: trunk@34822 -
pierre 8 жил өмнө
parent
commit
f870b0f8fc
1 өөрчлөгдсөн 33 нэмэгдсэн , 32 устгасан
  1. 33 32
      compiler/mips/mipsreg.dat

+ 33 - 32
compiler/mips/mipsreg.dat

@@ -39,38 +39,39 @@ R29,$01,$04,$1D,sp,$29,29,29
 R30,$01,$04,$1E,fp,$30,30,30
 R31,$01,$04,$1F,ra,$31,31,31
 
-F0,$02,$06,$00,f0,$f0,32,32
-F1,$02,$06,$01,f1,$f1,33,33
-F2,$02,$06,$02,f2,$f2,34,34
-F3,$02,$06,$03,f3,$f3,35,35
-F4,$02,$06,$04,f4,$f4,36,36
-F5,$02,$06,$05,f5,$f5,37,37
-F6,$02,$06,$06,f6,$f6,38,38
-F7,$02,$06,$07,f7,$f7,39,39
-F8,$02,$06,$08,f8,$f8,40,40
-F9,$02,$06,$09,f9,$f9,41,41
-F10,$02,$06,$0A,f10,$f10,42,42
-F11,$02,$06,$0B,f11,$f11,43,43
-F12,$02,$06,$0C,f12,$f12,44,44
-F13,$02,$06,$0D,f13,$f13,45,45
-F14,$02,$06,$0E,f14,$f14,46,46
-F15,$02,$06,$0F,f15,$f15,47,47
-F16,$02,$06,$10,f16,$f16,48,48
-F17,$02,$06,$11,f17,$f17,49,49
-F18,$02,$06,$12,f18,$f18,50,50
-F19,$02,$06,$13,f19,$f19,51,51
-F20,$02,$06,$14,f20,$f20,52,52
-F21,$02,$06,$15,f21,$f21,53,53
-F22,$02,$06,$16,f22,$f22,54,54
-F23,$02,$06,$17,f23,$f23,55,55
-F24,$02,$06,$18,f24,$f24,56,56
-F25,$02,$06,$19,f25,$f25,57,57
-F26,$02,$06,$1A,f26,$f26,58,58
-F27,$02,$06,$1B,f27,$f27,59,59
-F28,$02,$06,$1C,f28,$f28,60,60
-F29,$02,$06,$1D,f29,$f29,61,61
-F30,$02,$06,$1E,f30,$f30,62,62
-F31,$02,$06,$1F,f31,$f31,63,63
+; Note: stabs fpu register start at 38, not 32
+F0,$02,$06,$00,f0,$f0,38,32
+F1,$02,$06,$01,f1,$f1,39,33
+F2,$02,$06,$02,f2,$f2,40,34
+F3,$02,$06,$03,f3,$f3,41,35
+F4,$02,$06,$04,f4,$f4,42,36
+F5,$02,$06,$05,f5,$f5,43,37
+F6,$02,$06,$06,f6,$f6,44,38
+F7,$02,$06,$07,f7,$f7,45,39
+F8,$02,$06,$08,f8,$f8,46,40
+F9,$02,$06,$09,f9,$f9,47,41
+F10,$02,$06,$0A,f10,$f10,48,42
+F11,$02,$06,$0B,f11,$f11,49,43
+F12,$02,$06,$0C,f12,$f12,50,44
+F13,$02,$06,$0D,f13,$f13,51,45
+F14,$02,$06,$0E,f14,$f14,52,46
+F15,$02,$06,$0F,f15,$f15,53,47
+F16,$02,$06,$10,f16,$f16,54,48
+F17,$02,$06,$11,f17,$f17,55,49
+F18,$02,$06,$12,f18,$f18,56,50
+F19,$02,$06,$13,f19,$f19,57,51
+F20,$02,$06,$14,f20,$f20,58,52
+F21,$02,$06,$15,f21,$f21,59,53
+F22,$02,$06,$16,f22,$f22,60,54
+F23,$02,$06,$17,f23,$f23,61,55
+F24,$02,$06,$18,f24,$f24,62,56
+F25,$02,$06,$19,f25,$f25,63,57
+F26,$02,$06,$1A,f26,$f26,64,58
+F27,$02,$06,$1B,f27,$f27,65,59
+F28,$02,$06,$1C,f28,$f28,66,60
+F29,$02,$06,$1D,f29,$f29,67,61
+F30,$02,$06,$1E,f30,$f30,68,62
+F31,$02,$06,$1F,f31,$f31,69,63
 
 ; Range 0..31 of R_SPECIALREGISTER is used without symbolic names
 ; and actual register they refer to depends on instruction.