~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to libm/fplib/strtod.S

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809112801-ps7wognnynio9kz7
Tags: 1:1.4.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
   POSSIBILITY OF SUCH DAMAGE. 
33
33
*/
34
34
 
35
 
/* $Id: strtod.S,v 1.10 2005/09/13 13:29:54 joerg_wunsch Exp $ */
 
35
/* $Id: strtod.S,v 1.10.2.1 2007/01/01 21:43:51 joerg_wunsch Exp $ */
36
36
 
37
37
/*
38
38
    strtod.S is an addition to     FPlib V 0.3.0       ported to avr-as
45
45
 
46
46
#if !defined(__DOXYGEN__)
47
47
 
 
48
#include "avr/io.h"
 
49
 
48
50
#include "gasava.inc"
49
51
#include "macros.inc"
50
52
#include "fplib.inc"
372
374
.L_strtod_prologue:
373
375
        clr     XL              ; no locals
374
376
        clr     XH
 
377
#if __AVR_3_BYTE_PC__
 
378
        pop     ZH
 
379
        out     _SFR_IO_ADDR(EIND), ZH
 
380
#endif /* __AVR_3_BYTE_PC__ */
375
381
        pop     ZH
376
382
        pop     ZL
377
383
        PROLOGUE_SAVES(6)