~ubuntu-branches/ubuntu/gutsy/avr-libc/gutsy

« back to all changes in this revision

Viewing changes to libm/fplib/addsf3.S

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2006-05-01 12:03:39 UTC
  • mto: (3.1.1 edgy)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060501120339-q93dxulpunby36dj
Tags: upstream-1.4.4
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
   POSSIBILITY OF SUCH DAMAGE. 
33
33
*/
34
34
 
 
35
/* $Id: addsf3.S,v 1.4 2005/06/30 22:31:07 joerg_wunsch Exp $ */
 
36
 
35
37
/*
36
38
    addsf3.S is part of     FPlib V 0.3.0       ported to avr-as
37
39
    for details see readme.fplib
42
44
 */
43
45
 
44
46
#include "gasava.inc"
 
47
#include "macros.inc"
45
48
#include "fplib.inc"
46
49
 
47
50
          TEXT_SEG(fplib, __addsf3)