mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 18:08:08 +02:00
- removed cvs remainders ($Id$ and $Log$ tags)
git-svn-id: trunk@47119 -
This commit is contained in:
parent
fa54335938
commit
80394fc6e8
@ -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
|
||||
|
|
||||
|
|
||||
|
@ -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
|
||||
|
|
||||
|
|
||||
|
|
||||
|
||||
|
@ -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
|
||||
|
|
||||
|
|
||||
|
|
||||
|
||||
|
@ -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.
|
||||
Copyright (c) 2002 by Carl Eric Codere
|
||||
|
||||
@ -150,13 +149,3 @@ begin
|
||||
GetTimezoneFile:='';
|
||||
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)
|
||||
|
||||
}
|
||||
|
@ -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.
|
||||
|
||||
|
||||
@ -153,12 +152,3 @@
|
||||
Sys_ESRVRFAULT = 312; { Server fault on msg pass }
|
||||
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
|
||||
|
||||
}
|
@ -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
|
||||
|
||||
Implements POSIX 1003.1 conforming interface
|
||||
@ -343,15 +342,3 @@ const
|
||||
wifsignaled := 0;
|
||||
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)
|
||||
|
||||
}
|
||||
|
@ -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.
|
||||
Copyright (c) 2002 by Carl Eric Codere
|
||||
|
||||
@ -172,25 +171,3 @@ CONST
|
||||
|
||||
{$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
|
||||
|
||||
|
||||
}
|
@ -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.
|
||||
Copyright (c) 2001 by Carl Eric Codere
|
||||
development team
|
||||
@ -387,17 +386,3 @@ const
|
||||
|
||||
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
|
||||
|
||||
}
|
@ -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
|
||||
|
||||
|
||||
@ -52,16 +51,3 @@ type
|
||||
|
||||
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)
|
||||
|
||||
}
|
||||
|
@ -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.
|
||||
Copyright (c) 2001 by Free Pascal development team
|
||||
|
||||
@ -71,11 +70,4 @@ const
|
||||
SIGPROF =29; { profileing timer expired }
|
||||
SIGXCPU =30; { exceded cpu 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)
|
||||
|
||||
}
|
@ -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.
|
||||
Copyright (c) 1999-2000 by the Free Pascal development team.
|
||||
|
||||
@ -264,16 +263,3 @@ begin
|
||||
setupexecname;
|
||||
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)
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user