|
@@ -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
|
|
|
-|
|
|
|
-|
|