浏览代码

- removed cvs remainders ($Id$ and $Log$ tags)

git-svn-id: trunk@47119 -
florian 4 年之前
父节点
当前提交
80394fc6e8
共有 11 个文件被更改,包括 0 次插入187 次删除
  1. 0 44
      rtl/linux/m68k/cprt21.as
  2. 0 16
      rtl/linux/m68k/gprt0.as
  3. 0 19
      rtl/linux/m68k/gprt21.as
  4. 0 11
      rtl/qnx/dos.inc
  5. 0 10
      rtl/qnx/errno.inc
  6. 0 13
      rtl/qnx/osposix.inc
  7. 0 23
      rtl/qnx/osposixh.inc
  8. 0 15
      rtl/qnx/posix.pp
  9. 0 14
      rtl/qnx/qnx.inc
  10. 0 8
      rtl/qnx/signal.inc
  11. 0 14
      rtl/qnx/system.pp

+ 0 - 44
rtl/linux/m68k/cprt21.as

@@ -1,5 +1,4 @@
 |
 |
-|   $Id: cprt21.as,v 1.1.2.5 2002/02/28 22:44:44 pierre Exp $
 |   This file is part of the Free Pascal run time library.
 |   This file is part of the Free Pascal run time library.
 |   Copyright (c) 1999-2000 by Michael Van Canneyt and Peter Vreman
 |   Copyright (c) 1999-2000 by Michael Van Canneyt and Peter Vreman
 |   members of the Free Pascal development team.
 |   members of the Free Pascal development team.
@@ -99,46 +98,3 @@ ___fpc_ret_d1:
 ___fpc_ret_fp:
 ___fpc_ret_fp:
         .long   0
         .long   0
 
 
-
-|
-| $Log: cprt21.as,v $
-| Revision 1.1.2.5  2002/02/28 22:44:44  pierre
-|  + add some comments
-|
-| Revision 1.1.2.4  2001/08/02 21:23:59  pierre
-|  * fix the args to __libc_start_main
-|
-| Revision 1.1.2.3  2001/07/30 20:05:07  pierre
-|  * fix a assembler syntax eror in last commit
-|
-| Revision 1.1.2.2  2001/07/30 16:18:53  pierre
-|  * converted from i386 code
-|
-| Revision 1.1.2.2  2001/06/04 18:04:32  peter
-|   * use own dummies for _init and _fini
-|
-| Revision 1.1.2.1  2001/02/14 22:18:45  pierre
-|  * fix Sebastian's problem with HeapTrace
-|
-| Revision 1.1  2000/07/13 06:30:55  michael
-| + Initial import
-|
-| Revision 1.3  2000/01/07 16:41:42  daniel
-|   * copyright 2000
-|
-| Revision 1.2  2000/01/07 16:32:28  daniel
-|   * copyright 2000 added
-|
-| Revision 1.1  1999/05/03 21:29:36  peter
-|   + glibc 2.1 support
-|
-| Revision 1.3  1998/11/04 10:16:25  peter
-|   + xorl fp,fp to indicate end of backtrace
-|
-| Revision 1.2  1998/10/14 21:28:46  peter
-|   * initialize fpu so sigfpe is finally generated for fpu errors
-|
-| Revision 1.1  1998/08/12 19:16:09  peter
-|   + loader including libc init and exit
-|
-|

+ 0 - 16
rtl/linux/m68k/gprt0.as

@@ -1,5 +1,4 @@
 |
 |
-|   $Id: gprt0.as,v 1.1.2.3 2001/08/01 13:26:17 pierre Exp $
 |   This file is part of the Free Pascal run time library.
 |   This file is part of the Free Pascal run time library.
 |   Copyright (c) 2001 by Free Pascal Core Team
 |   Copyright (c) 2001 by Free Pascal Core Team
 |
 |
@@ -75,18 +74,3 @@ _haltproc:
 |___fpc_brk_addr:
 |___fpc_brk_addr:
 |       .long	0
 |       .long	0
 
 
-
-|
-| $Log: gprt0.as,v $
-| Revision 1.1.2.3  2001/08/01 13:26:17  pierre
-|  * syntax adapted to GNU as
-|
-| Revision 1.1.2.2  2001/07/13 15:43:22  pierre
-|  assembler error corrected
-|
-| Revision 1.1.2.1  2001/07/13 15:38:54  pierre
-|  first version of gprt0.as file
-|
-|
-|
-

+ 0 - 19
rtl/linux/m68k/gprt21.as

@@ -1,5 +1,4 @@
 |
 |
-|   $Id: gprt21.as,v 1.1.2.2 2001/08/01 13:26:17 pierre Exp $
 |   This file is part of the Free Pascal run time library.
 |   This file is part of the Free Pascal run time library.
 |   Copyright (c) 2001 by Free Pascal Core Team
 |   Copyright (c) 2001 by Free Pascal Core Team
 |
 |
@@ -75,21 +74,3 @@ _haltproc:
 |___fpc_brk_addr:
 |___fpc_brk_addr:
 |       .long	0
 |       .long	0
 
 
-
-|
-| $Log: gprt21.as,v $
-| Revision 1.1.2.2  2001/08/01 13:26:17  pierre
-|  * syntax adapted to GNU as
-|
-| Revision 1.1.2.1  2001/07/13 15:45:40  pierre
-|  simple copies of cprt0 and gprt0 added
-|
-| Revision 1.1.2.2  2001/07/13 15:43:22  pierre
-|  assembler error corrected
-|
-| Revision 1.1.2.1  2001/07/13 15:38:54  pierre
-|  first version of gprt0.as file
-|
-|
-|
-

+ 0 - 11
rtl/qnx/dos.inc

@@ -1,5 +1,4 @@
 {
 {
-    $Id: dos.inc,v 1.1.2.2 2002/05/01 14:09:49 carl Exp $
     This file is part of the Free Pascal run time library.
     This file is part of the Free Pascal run time library.
     Copyright (c) 2002 by Carl Eric Codere
     Copyright (c) 2002 by Carl Eric Codere
 
 
@@ -150,13 +149,3 @@ begin
   GetTimezoneFile:='';
   GetTimezoneFile:='';
 end;
 end;
 
 
-
-{
- $Log: dos.inc,v $
- Revision 1.1.2.2  2002/05/01 14:09:49  carl
- + TZ is now taken from GetTimezoneSitrng instead of getenv
-
- Revision 1.1.2.1  2001/12/20 02:55:00  carl
- + QNX versions (still untested)
-
-}

+ 0 - 10
rtl/qnx/errno.inc

@@ -1,5 +1,4 @@
 {
 {
-    $Id: errno.inc,v 1.1.2.2 2001/12/20 02:55:00 carl Exp $
     This file is part of the Free Pascal run time library.
     This file is part of the Free Pascal run time library.
 
 
     
     
@@ -153,12 +152,3 @@
      Sys_ESRVRFAULT = 312;   { Server fault on msg pass                 }
      Sys_ESRVRFAULT = 312;   { Server fault on msg pass                 }
      Sys_EENDIAN    = 313;   { Endian not supported                     }
      Sys_EENDIAN    = 313;   { Endian not supported                     }
 
 
-{
-  $Log: errno.inc,v $
-  Revision 1.1.2.2  2001/12/20 02:55:00  carl
-  + QNX versions (still untested)
-
-  Revision 1.1.2.1  2001/11/26 03:00:10  carl
-  + started qnx port
-
-}

+ 0 - 13
rtl/qnx/osposix.inc

@@ -1,5 +1,4 @@
 {
 {
-    $Id: osposix.inc,v 1.1.2.2 2002/04/17 17:16:14 carl Exp $
     Copyright (c) 2001 by Carl Eric Codere
     Copyright (c) 2001 by Carl Eric Codere
 
 
     Implements POSIX 1003.1 conforming interface
     Implements POSIX 1003.1 conforming interface
@@ -343,15 +342,3 @@ const
          wifsignaled := 0;
          wifsignaled := 0;
      end;
      end;
 
 
-
-
-{
-
- $Log: osposix.inc,v $
- Revision 1.1.2.2  2002/04/17 17:16:14  carl
- * more fixes for QNX target
-
- Revision 1.1.2.1  2001/12/20 02:55:01  carl
- + QNX versions (still untested)
-
-}

+ 0 - 23
rtl/qnx/osposixh.inc

@@ -1,5 +1,4 @@
 {
 {
-    $Id: osposixh.inc,v 1.1.2.5 2002/05/01 14:10:36 carl Exp $
     This file is part of the Free Pascal run time library.
     This file is part of the Free Pascal run time library.
     Copyright (c) 2002 by Carl Eric Codere
     Copyright (c) 2002 by Carl Eric Codere
 
 
@@ -172,25 +171,3 @@ CONST
     
     
     {$i signal.inc}
     {$i signal.inc}
 
 
-
-{
-  $Log: osposixh.inc,v $
-  Revision 1.1.2.5  2002/05/01 14:10:36  carl
-  * Correct structures for stat and dirent
-  * correct some compilation problems
-  * change types according to 80x86 version
-
-  Revision 1.1.2.4  2002/04/17 17:16:14  carl
-  * more fixes for QNX target
-
-  Revision 1.1.2.3  2001/12/20 02:55:01  carl
-  + QNX versions (still untested)
-
-  Revision 1.1.2.2  2001/11/28 03:11:08  carl
-  + ustname structure max length
-
-  Revision 1.1.2.1  2001/11/26 03:00:10  carl
-  + started qnx port
-
-
-}

+ 0 - 15
rtl/qnx/posix.pp

@@ -1,5 +1,4 @@
 {
 {
-    $Id: posix.pp,v 1.1.2.2 2002/05/01 14:10:36 carl Exp $
     This file is part of the Free Pascal run time library.
     This file is part of the Free Pascal run time library.
     Copyright (c) 2001 by Carl Eric Codere
     Copyright (c) 2001 by Carl Eric Codere
     development team
     development team
@@ -387,17 +386,3 @@ const
 
 
 end.
 end.
 
 
-{
-  $Log: posix.pp,v $
-  Revision 1.1.2.2  2002/05/01 14:10:36  carl
-  * Correct structures for stat and dirent
-  * correct some compilation problems
-  * change types according to 80x86 version
-
-  Revision 1.1.2.1  2001/12/20 02:55:01  carl
-  + QNX versions (still untested)
-
-  Revision 1.1.2.1  2001/12/09 03:25:17  carl
-  + reinstated
-
-}

+ 0 - 14
rtl/qnx/qnx.inc

@@ -1,5 +1,4 @@
 {
 {
-    $Id: qnx.inc,v 1.1.2.2 2002/05/01 14:10:36 carl Exp $
     Copyright (c) 2002 by Carl Eric Codere
     Copyright (c) 2002 by Carl Eric Codere
 
 
 
 
@@ -52,16 +51,3 @@ type
   
   
 function sys_statvfs(const path: pchar; var buf : statvfs_t): cint; cdecl; external name 'statvfs';  
 function sys_statvfs(const path: pchar; var buf : statvfs_t): cint; cdecl; external name 'statvfs';  
 
 
-
-
-{ 
- $Log: qnx.inc,v $
- Revision 1.1.2.2  2002/05/01 14:10:36  carl
- * Correct structures for stat and dirent
- * correct some compilation problems
- * change types according to 80x86 version
-
- Revision 1.1.2.1  2001/12/20 02:55:01  carl
- + QNX versions (still untested)
-
-}

+ 0 - 8
rtl/qnx/signal.inc

@@ -1,5 +1,4 @@
 {
 {
-    $Id: signal.inc,v 1.1.2.1 2001/12/20 02:55:01 carl Exp $
     This file is part of the Free Pascal run time library.
     This file is part of the Free Pascal run time library.
     Copyright (c) 2001 by Free Pascal development team
     Copyright (c) 2001 by Free Pascal development team
 
 
@@ -71,11 +70,4 @@ const
     SIGPROF    =29;     { profileing timer expired           }
     SIGPROF    =29;     { profileing timer expired           }
     SIGXCPU    =30;     { exceded cpu limit                  }
     SIGXCPU    =30;     { exceded cpu limit                  }
     SIGXFSZ    =31;     { exceded file size limit            }
     SIGXFSZ    =31;     { exceded file size limit            }
-    
-
-{
-  $Log: signal.inc,v $
-  Revision 1.1.2.1  2001/12/20 02:55:01  carl
-  + QNX versions (still untested)
 
 
-}

+ 0 - 14
rtl/qnx/system.pp

@@ -1,5 +1,4 @@
 {
 {
-    $Id: system.pp,v 1.1.2.2 2002/05/01 14:10:36 carl Exp $
     This file is part of the Free Pascal run time library.
     This file is part of the Free Pascal run time library.
     Copyright (c) 1999-2000 by the Free Pascal development team.
     Copyright (c) 1999-2000 by the Free Pascal development team.
 
 
@@ -264,16 +263,3 @@ begin
   setupexecname;
   setupexecname;
 end.
 end.
 
 
-
-{
- $Log: system.pp,v $
- Revision 1.1.2.2  2002/05/01 14:10:36  carl
- * Correct structures for stat and dirent
- * correct some compilation problems
- * change types according to 80x86 version
-
- Revision 1.1.2.1  2001/12/20 02:55:01  carl
- + QNX versions (still untested)
-
-
-}