[avr-libc-dev] [bug #14855] Link Error relocation truncated to fit: R_AVR_13_PCREL

2005-11-06 Thread Joerg Wunsch
Follow-up Comment #5, bug #14855 (project avr-libc): This rather looks like a libgcc bug to me then. libgcc should not supply anything that is supplied by avr-libc. ___ Reply to this item at:

[avr-libc-dev] [bug #14327] wdt_disable() missing a cli

2005-11-06 Thread Joerg Wunsch
Update of bug #14327 (project avr-libc): Status:None = Fixed Assigned to: arcanum = joerg_wunsch Open/Closed:Open = Closed

[avr-libc-dev] Sleep mode and global interrut enable

2005-11-06 Thread [EMAIL PROTECTED]
For my code, it must be guaranteed that the device goes to sleep at least for a moment before any ISR runs. After an ISR, it must be quaranteed that the device stays awake. The macro sleep_mode() does not currently guarantee this. The sleep instruction should be immediately preceded with a

Re: [avr-libc-dev] [bug #14855] Link Error relocation truncated to fit: R_AVR_13_PCREL

2005-11-06 Thread Dmitry K.
On Monday 07 November 2005 07:19, Joerg Wunsch wrote: Follow-up Comment #5, bug #14855 (project avr-libc): This rather looks like a libgcc bug to me then. libgcc should not supply anything that is supplied by avr-libc. I believe, it is an advantage. Now there is an opportunity to choose,

Re: [avr-libc-dev] pow(x,y) broken for x0

2005-11-06 Thread Dmitry K.
Yes, it crashed the stack. It was necessary to pull for a cord... Besides it, function 'pow' carelessly dealts with the arguments having small value. Further, function 'exp' swallows half of possible NaN-values. I have corrected function 'pow', I shall send it after the termination of testing.