git-svn-id: trunk@43768 -
@@ -567,7 +567,8 @@ Const
'ARMV7EM'
);
- fputypestr : array[tfputype] of string[10] = ('',
+ fputypestr : array[tfputype] of string[10] = (
+ 'NONE',
'SOFT',
'LIBGCC',
'FPA',
@@ -122,7 +122,8 @@ Const
'COREAVX2'
- fputypestr : array[tfputype] of string[6] = ('',
+ fputypestr : array[tfputype] of string[6] = (
// 'SOFT',
'X87',
'SSE',
@@ -119,7 +119,8 @@ Const
'PENTIUMM'
@@ -88,7 +88,8 @@ Const
{ cpu_pic32mx } 'PIC32MX'
- fputypestr : array[tfputype] of string[9] = ('',
+ fputypestr : array[tfputype] of string[9] = (
'MIPS2','MIPS3'
@@ -87,7 +87,8 @@ Const
'970'
- fputypestr: array[tfputype] of string[8] = ('',
+ fputypestr: array[tfputype] of string[8] = (
'STANDARD'
@@ -94,7 +94,8 @@ Const
'RV64I'
'FD'
@@ -91,7 +91,8 @@ Const
'SPARCV9'
'HARD'
@@ -120,7 +120,8 @@ Const
- fputypestr : array[tfputype] of string[7] = ('',
+ fputypestr : array[tfputype] of string[7] = (
'SSE64',
'SSE3',