avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] avr-libc ChangeLog NEWS include/avr/io.h includ... [av


From: Joerg Wunsch
Subject: [avr-libc-commit] avr-libc ChangeLog NEWS include/avr/io.h includ... [avr-libc-1_4-branch]
Date: Mon, 01 Jan 2007 21:43:51 +0000

CVSROOT:        /sources/avr-libc
Module name:    avr-libc
Branch:         avr-libc-1_4-branch
Changes by:     Joerg Wunsch <joerg_wunsch>     07/01/01 21:43:51

Modified files:
        .              : ChangeLog NEWS 
        include/avr    : io.h iomxx0_1.h 
        libm/fplib     : strtod.S 

Log message:
        Fix breakage for strtod() on avr6 architectures caused
        by calling __prologue_saves__.
        Fixes bug #18509: strtod.S crashes due to stack problem with atmega
        2560
        * libm/fplib/strtod.S: pop and restore EIND from the stack before
        calling __prologue_saves__ on 3-byte PC AVR architectures.
        * include/avr/io.h: Provide a value for EIND when compiling the
        library for an avr6 architecture.
        * include/avr/iomxx0_1.h: Protect the EIND definition from appearing
        twice in while compiling the library for an avr6 architecture.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/avr-libc/ChangeLog?cvsroot=avr-libc&only_with_tag=avr-libc-1_4-branch&r1=1.623.2.95&r2=1.623.2.96
http://cvs.savannah.gnu.org/viewcvs/avr-libc/NEWS?cvsroot=avr-libc&only_with_tag=avr-libc-1_4-branch&r1=1.120.2.62&r2=1.120.2.63
http://cvs.savannah.gnu.org/viewcvs/avr-libc/include/avr/io.h?cvsroot=avr-libc&only_with_tag=avr-libc-1_4-branch&r1=1.24.2.10&r2=1.24.2.11
http://cvs.savannah.gnu.org/viewcvs/avr-libc/include/avr/iomxx0_1.h?cvsroot=avr-libc&only_with_tag=avr-libc-1_4-branch&r1=1.7.2.2&r2=1.7.2.3
http://cvs.savannah.gnu.org/viewcvs/avr-libc/libm/fplib/strtod.S?cvsroot=avr-libc&only_with_tag=avr-libc-1_4-branch&r1=1.10&r2=1.10.2.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]