~ubuntu-branches/ubuntu/saucy/avr-libc/saucy

« back to all changes in this revision

Viewing changes to libm/fplib/frexp.S

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2011-07-14 11:15:32 UTC
  • mfrom: (1.1.10 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110714111532-e83i3vqdowgxw8lv
Tags: 1:1.7.1-2
include/util/delay.h.in: Add math.h to list of includes (closes:
#633822)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
28
   POSSIBILITY OF SUCH DAMAGE. */
29
29
 
30
 
/* $Id: frexp.S,v 1.9.2.1 2008/03/29 00:54:24 dmix Exp $ */
 
30
/* $Id: frexp.S 2191 2010-11-05 13:45:57Z arcanum $ */
 
31
 
 
32
#if !defined(__AVR_TINY__)
31
33
 
32
34
#include "fp32def.h"
33
35
#include "asmdef.h"
94
96
.L_nf:
95
97
        rjmp    _U(__fp_mpack)
96
98
ENDFUNC
 
99
 
 
100
#endif /* !defined(__AVR_TINY__) */