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

« back to all changes in this revision

Viewing changes to libm/fplib/log10.S

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2006-11-15 21:12:47 UTC
  • mfrom: (3.1.2 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115211247-b7qhgnb6o49v5zsg
Tags: 1:1.4.5-2
* Convertion to debheler fixed (closes: #398220)
* Reference to /usr/share/common-licenses in copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
   POSSIBILITY OF SUCH DAMAGE. 
33
33
*/
34
34
 
 
35
/* $Id: log10.S,v 1.4 2005/06/30 22:31:07 joerg_wunsch Exp $ */
 
36
 
35
37
/*
36
38
    log10.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, log10)