浏览代码

- removed unused constants

git-svn-id: trunk@35664 -
florian 8 年之前
父节点
当前提交
73c46a5988
共有 5 个文件被更改,包括 0 次插入10 次删除
  1. 0 2
      compiler/aarch64/cpuinfo.pas
  2. 0 2
      compiler/arm/cpuinfo.pas
  3. 0 2
      compiler/avr/cpuinfo.pas
  4. 0 2
      compiler/mips/cpuinfo.pas
  5. 0 2
      compiler/x86_64/cpuinfo.pas

+ 0 - 2
compiler/aarch64/cpuinfo.pas

@@ -61,8 +61,6 @@ Const
    ControllerSupport = false; (* Not yet at least ;-) *)
    ControllerSupport = false; (* Not yet at least ;-) *)
    {# Size of native extended floating point type }
    {# Size of native extended floating point type }
    extended_size = 8;
    extended_size = 8;
-   {# Size of a multimedia register               }
-   mmreg_size = 16;
    { target cpu string (used by compiler options) }
    { target cpu string (used by compiler options) }
    target_cpu_string = 'aarch64';
    target_cpu_string = 'aarch64';
 
 

+ 0 - 2
compiler/arm/cpuinfo.pas

@@ -489,8 +489,6 @@ Const
    ControllerSupport = true;
    ControllerSupport = true;
    {# Size of native extended floating point type }
    {# Size of native extended floating point type }
    extended_size = 12;
    extended_size = 12;
-   {# Size of a multimedia register               }
-   mmreg_size = 16;
    { target cpu string (used by compiler options) }
    { target cpu string (used by compiler options) }
    target_cpu_string = 'arm';
    target_cpu_string = 'arm';
 
 

+ 0 - 2
compiler/avr/cpuinfo.pas

@@ -216,8 +216,6 @@ Const
    ControllerSupport = true;
    ControllerSupport = true;
    {# Size of native extended floating point type }
    {# Size of native extended floating point type }
    extended_size = 12;
    extended_size = 12;
-   {# Size of a multimedia register               }
-   mmreg_size = 16;
    { target cpu string (used by compiler options) }
    { target cpu string (used by compiler options) }
    target_cpu_string = 'avr';
    target_cpu_string = 'avr';
 
 

+ 0 - 2
compiler/mips/cpuinfo.pas

@@ -61,8 +61,6 @@ Type
 Const
 Const
    {# Size of native extended floating point type }
    {# Size of native extended floating point type }
    extended_size = 8;
    extended_size = 8;
-   {# Size of a multimedia register               }
-   mmreg_size = 0;
    { calling conventions supported by the code generator }
    { calling conventions supported by the code generator }
    supported_calling_conventions : tproccalloptions = [
    supported_calling_conventions : tproccalloptions = [
      pocall_internproc,
      pocall_internproc,

+ 0 - 2
compiler/x86_64/cpuinfo.pas

@@ -82,8 +82,6 @@ Const
    ControllerSupport = true;
    ControllerSupport = true;
    { Size of native extended type }
    { Size of native extended type }
    extended_size = 10;
    extended_size = 10;
-   { Size of a multimedia register }
-   mmreg_size = 16;
    { target cpu string (used by compiler options) }
    { target cpu string (used by compiler options) }
    target_cpu_string = 'x86_64';
    target_cpu_string = 'x86_64';