~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to compiler/sparc/opcode.inc

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{******************************************************************************
2
 
        $Id: opcode.inc,v 1.17 2005/02/14 17:13:10 peter Exp $
3
2
 *****************************************************************************}
4
3
A_NONE,
5
4
A_ABCD,
72
71
A_FABSd,
73
72
A_FABSq
74
73
 
75
 
{
76
 
        $Log: opcode.inc,v $
77
 
        Revision 1.17  2005/02/14 17:13:10  peter
78
 
          * truncate log
79
 
 
80
 
        Revision 1.16  2005/01/07 16:22:54  florian
81
 
          + implemented abi compliant handling of strucutured functions results on sparc platform
82
 
 
83
 
}