- removed unused constants

git-svn-id: trunk@35664 -
This commit is contained in:
florian 2017-03-26 13:06:34 +00:00
parent 0897bd154a
commit 73c46a5988
5 changed files with 0 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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