~ubuntu-branches/ubuntu/warty/avr-libc/warty

« back to all changes in this revision

Viewing changes to libm/fplib/frexp.S

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2004-03-29 15:08:19 UTC
  • Revision ID: james.westby@ubuntu.com-20040329150819-ditjnl78x2q1k2s7
Tags: 1:1.0.3-1
Upstream update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  -*- Mode: Asm -*-  */
 
2
 
 
3
/* Copyright (c) 2002  Michael Stumpf  <Michael.Stumpf@t-online.de>
 
4
 
 
5
   This file is free software; you can redistribute it and/or modify it under
 
6
   the terms of the GNU General Public License as published by the Free
 
7
   Software Foundation; either version 2, or (at your option) any later
 
8
   version.
 
9
 
 
10
   In addition to the permissions in the GNU General Public License, the
 
11
   author gives you unlimited permission to link the compiled version of this
 
12
   file into combinations with other programs, and to distribute those
 
13
   combinations without any restriction coming from the use of this file.
 
14
   (The General Public License restrictions do apply in other respects; for
 
15
   example, they cover modification of the file, and distribution when not
 
16
   linked into a combine executable.)
 
17
 
 
18
   This file is distributed in the hope that it will be useful, but WITHOUT
 
19
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
20
   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 
21
   more details. */
 
22
 
2
23
/*
3
24
    frexp.S is part of     FPlib V 0.3.0       ported to avr-as
4
 
    for copyright and details see readme.fplib
 
25
    for details see readme.fplib
5
26
 
6
27
 *----------------------------------------------------------------------------------------
7
28
 *