From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30267 invoked by alias); 22 May 2006 14:35:12 -0000 Received: (qmail 29879 invoked by uid 48); 22 May 2006 14:35:00 -0000 Date: Mon, 22 May 2006 14:35:00 -0000 Message-ID: <20060522143500.29878.qmail@sourceware.org> From: "jsm28 at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20060521225027.2682.jsm28@gcc.gnu.org> References: <20060521225027.2682.jsm28@gcc.gnu.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/2682] On ARM EABI, exit should be marked EXIDX_CANTUNWIND X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00129.txt.bz2 List-Id: ------- Additional Comments From jsm28 at gcc dot gnu dot org 2006-05-22 14:35 ------- You're distinguishing nothrow (the GCC attribute on C functions) from the standard C++ throw()? For the former we could define it to terminate unwinding, for the latter unexpected() should be called. There's also the possibility of calling all atexit functions via an assembly wrapper __call_atexit_function, which does whatever (target-specific) is needed to stop unwinding. -- http://sourceware.org/bugzilla/show_bug.cgi?id=2682 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.