diff options
author | fpc <fpc@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2005-05-21 09:42:41 +0000 |
---|---|---|
committer | fpc <fpc@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2005-05-21 09:42:41 +0000 |
commit | 79bf063fa0a67165f4c25e5a9154a7f945041993 (patch) | |
tree | 3fa038ca4b8f13581358a320b880b21c68df167b /compiler/vis | |
parent | df06061659b43253551368dbb4ae6294605082fe (diff) | |
download | fpc-79bf063fa0a67165f4c25e5a9154a7f945041993.tar.gz |
* log and id tags removed
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@42 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/vis')
-rw-r--r-- | compiler/vis/aasmcpu.pas | 7 | ||||
-rw-r--r-- | compiler/vis/cpubase.pas | 7 | ||||
-rw-r--r-- | compiler/vis/cpuinfo.pas | 10 | ||||
-rw-r--r-- | compiler/vis/cpunode.pas | 7 | ||||
-rw-r--r-- | compiler/vis/cpupara.pas | 8 |
5 files changed, 0 insertions, 39 deletions
diff --git a/compiler/vis/aasmcpu.pas b/compiler/vis/aasmcpu.pas index dbb2dba584..5f51d232a0 100644 --- a/compiler/vis/aasmcpu.pas +++ b/compiler/vis/aasmcpu.pas @@ -1,5 +1,4 @@ { - $Id: aasmcpu.pas,v 1.3 2005/02/14 17:13:10 peter Exp $ Copyright (c) 1998-2001 by Florian Klaempfl and Pierre Muller virtual instruction set family assembler instructions @@ -247,9 +246,3 @@ implementation end; end. -{ - $Log: aasmcpu.pas,v $ - Revision 1.3 2005/02/14 17:13:10 peter - * truncate log - -} diff --git a/compiler/vis/cpubase.pas b/compiler/vis/cpubase.pas index 647ff88af9..74f5ae18e8 100644 --- a/compiler/vis/cpubase.pas +++ b/compiler/vis/cpubase.pas @@ -1,5 +1,4 @@ { - $Id: cpubase.pas,v 1.8 2005/02/14 17:13:10 peter Exp $ Copyright (c) 1998-2002 by the Free Pascal dev. team Contains the base types for the virtual instruction set @@ -642,9 +641,3 @@ implementation end. -{ - $Log: cpubase.pas,v $ - Revision 1.8 2005/02/14 17:13:10 peter - * truncate log - -} diff --git a/compiler/vis/cpuinfo.pas b/compiler/vis/cpuinfo.pas index 46e304eaab..e72cb981a9 100644 --- a/compiler/vis/cpuinfo.pas +++ b/compiler/vis/cpuinfo.pas @@ -1,5 +1,4 @@ { - $Id: cpuinfo.pas,v 1.5 2005/02/14 17:13:10 peter Exp $ Copyright (c) 1998-2002 by the Free Pascal development team Basic Processor information for the virtual instruction set @@ -55,12 +54,3 @@ Const Implementation end. -{ - $Log: cpuinfo.pas,v $ - Revision 1.5 2005/02/14 17:13:10 peter - * truncate log - - Revision 1.4 2005/01/20 16:38:45 peter - * load jmp_buf_size from system unit - -} diff --git a/compiler/vis/cpunode.pas b/compiler/vis/cpunode.pas index 290f85b78d..010879c0e5 100644 --- a/compiler/vis/cpunode.pas +++ b/compiler/vis/cpunode.pas @@ -1,5 +1,4 @@ { - $Id: cpunode.pas,v 1.3 2005/02/14 17:13:10 peter Exp $ Copyright (c) 2000-2002 by Florian Klaempfl Includes the Virtual instrution set code generator @@ -46,9 +45,3 @@ unit cpunode; ; end. -{ - $Log: cpunode.pas,v $ - Revision 1.3 2005/02/14 17:13:10 peter - * truncate log - -} diff --git a/compiler/vis/cpupara.pas b/compiler/vis/cpupara.pas index 0459801da2..6aa41f049d 100644 --- a/compiler/vis/cpupara.pas +++ b/compiler/vis/cpupara.pas @@ -1,5 +1,4 @@ { - $Id: cpupara.pas,v 1.3 2005/02/14 17:13:10 peter Exp $ Copyright (c) 2002 by Florian Klaempfl Generates the argument location information for the @@ -73,10 +72,3 @@ unit cpupara; begin paramanager:=tcpuparamanager.create; end. - -{ - $Log: cpupara.pas,v $ - Revision 1.3 2005/02/14 17:13:10 peter - * truncate log - -} |