~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to compiler/aoptcs.pas

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    $Id: aoptcs.pas,v 1.8 2003/03/28 19:16:56 peter Exp $
 
2
    $Id: aoptcs.pas,v 1.10 2005/02/14 17:13:06 peter Exp $
3
3
    Copyright (c) 1998-2002 by Jonas Maebe, member of the Free Pascal
4
4
    Development Team
5
5
 
850
850
 
851
851
{
852
852
  $Log: aoptcs.pas,v $
853
 
  Revision 1.8  2003/03/28 19:16:56  peter
854
 
    * generic constructor working for i386
855
 
    * remove fixed self register
856
 
    * esi added as address register for i386
857
 
 
858
 
  Revision 1.7  2002/05/18 13:34:05  peter
859
 
    * readded missing revisions
860
 
 
861
 
  Revision 1.6  2002/05/16 19:46:34  carl
862
 
  + defines.inc -> fpcdefs.inc to avoid conflicts if compiling by hand
863
 
  + try to fix temp allocation (still in ifdef)
864
 
  + generic constructor calls
865
 
  + start of tassembler / tmodulebase class cleanup
866
 
 
867
 
  Revision 1.4  2002/04/20 21:32:23  carl
868
 
  + generic FPC_CHECKPOINTER
869
 
  + first parameter offset in stack now portable
870
 
  * rename some constants
871
 
  + move some cpu stuff to other units
872
 
  - remove unused constents
873
 
  * fix stacksize for some targets
874
 
  * fix generic size problems which depend now on EXTEND_SIZE constant
875
 
 
876
 
  Revision 1.3  2002/04/15 18:55:39  carl
877
 
  + change reg2str array use
878
 
 
879
 
  Revision 1.2  2002/04/14 16:49:30  carl
880
 
  + att_reg2str -> gas_reg2str
 
853
  Revision 1.10  2005/02/14 17:13:06  peter
 
854
    * truncate log
881
855
 
882
856
}