mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* log fixed
This commit is contained in:
parent
0f119146be
commit
6fa8512bd4
@ -2,7 +2,11 @@
|
||||
$Id$
|
||||
*/
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.1 2002-07-26 17:07:11 florian
|
||||
/* + dummy implementation to test the makefile
|
||||
/**/
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.2 2002-07-26 17:09:44 florian
|
||||
* log fixed
|
||||
|
||||
Revision 1.1 2002/07/26 17:07:11 florian
|
||||
+ dummy implementation to test the makefile
|
||||
*/
|
@ -2,7 +2,11 @@
|
||||
$Id$
|
||||
*/
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.1 2002-07-26 17:07:11 florian
|
||||
/* + dummy implementation to test the makefile
|
||||
/**/
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.2 2002-07-26 17:09:44 florian
|
||||
* log fixed
|
||||
|
||||
Revision 1.1 2002/07/26 17:07:11 florian
|
||||
+ dummy implementation to test the makefile
|
||||
*/
|
@ -2,7 +2,11 @@
|
||||
$Id$
|
||||
*/
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.1 2002-07-26 17:07:11 florian
|
||||
/* + dummy implementation to test the makefile
|
||||
/**/
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.2 2002-07-26 17:09:44 florian
|
||||
* log fixed
|
||||
|
||||
Revision 1.1 2002/07/26 17:07:11 florian
|
||||
+ dummy implementation to test the makefile
|
||||
*/
|
@ -2,7 +2,11 @@
|
||||
$Id$
|
||||
*/
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.1 2002-07-26 17:07:11 florian
|
||||
/* + dummy implementation to test the makefile
|
||||
/**/
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.2 2002-07-26 17:09:44 florian
|
||||
* log fixed
|
||||
|
||||
Revision 1.1 2002/07/26 17:07:11 florian
|
||||
+ dummy implementation to test the makefile
|
||||
*/
|
@ -55,9 +55,12 @@ END(_start)
|
||||
.globl __data_start
|
||||
__data_start:
|
||||
weak_alias (__data_start, data_start)
|
||||
/*
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2002-07-26 16:57:40 florian
|
||||
+ initial version, plain copy from glibc/sysdeps/powerpc/elf/start.S
|
||||
*/
|
||||
Revision 1.2 2002-07-26 17:09:44 florian
|
||||
* log fixed
|
||||
|
||||
Revision 1.1 2002/07/26 16:57:40 florian
|
||||
+ initial version, plain copy from glibc/sysdeps/powerpc/elf/start.S
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user