This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/2682] On ARM EABI, exit should be marked EXIDX_CANTUNWIND


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]