From e122ea8dc7907a0008e1c461d3a2347f21346c68 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 30 May 2004 13:06:53 +0000 Subject: [PATCH] * fixed log --- rtl/sparc/set.inc | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/rtl/sparc/set.inc b/rtl/sparc/set.inc index d990666e68..8210af58a9 100644 --- a/rtl/sparc/set.inc +++ b/rtl/sparc/set.inc @@ -17,32 +17,14 @@ { $Log$ - Revision 1.2 2004-05-30 13:06:38 florian + Revision 1.3 2004-05-30 13:06:53 florian + * fixed log + + Revision 1.2 2004/05/30 13:06:38 florian * removed useless PowerPC and i386 code Revision 1.1 2002/12/24 21:30:20 mazen - some writeln(s) removed in compiler + many files added to RTL * some errors fixed in RTL - - Revision 1.16 2002/10/17 10:14:46 jonas - * fixed srwi's after cntlzw instructions (should be 5 instead of 31) - - Revision 1.15 2002/09/07 16:01:26 peter - * old logs removed and tabs fixed - - Revision 1.14 2002/08/18 22:11:10 florian - * fixed remaining assembler errors - - Revision 1.13 2002/08/18 21:37:48 florian - * several errors in inline assembler fixed - - Revision 1.12 2002/08/10 17:14:36 jonas - * various fixes, mostly changing the names of the modifies registers to - upper case since that seems to be required by the compiler - - Revision 1.11 2002/07/28 20:43:49 florian - * several fixes for linux/powerpc - * several fixes to MT - }