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

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

[avr-libc-dev] [bug #22667] AT90PWM3B, AT90PWM316 stack pointer initiali


From: Joerg Wunsch
Subject: [avr-libc-dev] [bug #22667] AT90PWM3B, AT90PWM316 stack pointer initialization error
Date: Wed, 19 Mar 2008 15:27:54 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

Update of bug #22667 (project avr-libc):

                  Status:                    None => Duplicate              
             Assigned to:                    None => joerg_wunsch           
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Looks like just another consequence of the bug that caused
bug #22153 and bug #22415.  The disassembly of crt90pwm3b.o
in the current code has

Disassembly of section .init2:

00000000 <.init2>:
   0:   11 24           eor     r1, r1
   2:   1f be           out     0x3f, r1        ; 63
   4:   c0 e0           ldi     r28, 0x00       ; 0
                        4: R_AVR_LO8_LDI        __stack
   6:   d0 e0           ldi     r29, 0x00       ; 0
                        6: R_AVR_HI8_LDI        __stack
   8:   de bf           out     0x3e, r29       ; 62
   a:   cd bf           out     0x3d, r28       ; 61

which looks reasonable to me.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?22667>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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