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

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

[avr-libc-dev] [bug #21841] Add CLI to exit() and abort() loops


From: Joerg Wunsch
Subject: [avr-libc-dev] [bug #21841] Add CLI to exit() and abort() loops
Date: Wed, 19 Dec 2007 09:50:48 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

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

             Assigned to:            joerg_wunsch => aesok                  
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #1:

OK, I completely missed the subtle difference between _exit
and exit here.  Dmitry pointed out that both, exit() and
abort() eventually jump to _exit which is provided by
libgcc.a.  Thus, the default implementation of _exit is the
correct place to add the CLI to.

Assigning it to Anatoly since he's got commit privs for GCC.
Suggested patch attached.

(file #14661)
    _______________________________________________________

Additional Item Attachment:

File name: libgcc.patch                   Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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