summaryrefslogtreecommitdiff
path: root/rtl/linux
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-10-16 21:19:10 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-10-16 21:19:10 +0000
commit2432ffb17616e81bad5376955dafbce2d136b8e5 (patch)
tree11741161d477c9f16e8547402fd852e67bf55fd4 /rtl/linux
parent042438f050f978decf9fd50fe0d1620f7117812b (diff)
downloadfpc-2432ffb17616e81bad5376955dafbce2d136b8e5.tar.gz
- removed cvs remainders ($Id$ and $Log$ tags)
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@47119 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/linux')
-rw-r--r--rtl/linux/m68k/cprt21.as44
-rw-r--r--rtl/linux/m68k/gprt0.as16
-rw-r--r--rtl/linux/m68k/gprt21.as19
3 files changed, 0 insertions, 79 deletions
diff --git a/rtl/linux/m68k/cprt21.as b/rtl/linux/m68k/cprt21.as
index db50362aa8..d1b80c74c8 100644
--- a/rtl/linux/m68k/cprt21.as
+++ b/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.
| Copyright (c) 1999-2000 by Michael Van Canneyt and Peter Vreman
| members of the Free Pascal development team.
@@ -99,46 +98,3 @@ ___fpc_ret_d1:
___fpc_ret_fp:
.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
-|
-|
diff --git a/rtl/linux/m68k/gprt0.as b/rtl/linux/m68k/gprt0.as
index c80d171f4c..28a3ef7bcf 100644
--- a/rtl/linux/m68k/gprt0.as
+++ b/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.
| Copyright (c) 2001 by Free Pascal Core Team
|
@@ -75,18 +74,3 @@ _haltproc:
|___fpc_brk_addr:
| .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
-|
-|
-|
-
diff --git a/rtl/linux/m68k/gprt21.as b/rtl/linux/m68k/gprt21.as
index 8364400ebb..b8484d5a85 100644
--- a/rtl/linux/m68k/gprt21.as
+++ b/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.
| Copyright (c) 2001 by Free Pascal Core Team
|
@@ -75,21 +74,3 @@ _haltproc:
|___fpc_brk_addr:
| .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
-|
-|
-|
-