This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
EH support in libgcc2.c
- To: <gcc-help at gcc dot gnu dot org>
- Subject: EH support in libgcc2.c
- From: "Fabrice Gautier" <gautier at email dot enst dot fr>
- Date: Sat, 27 Jan 2001 02:16:23 +0100
Hi,
Speaking about 2.95.2 sources...
What's the use of the Exception Handling support in libgcc2.c at line 3030
Comments says:
/* Shared exception handling support routines. */
Why does this code which use libc functions (strcmp,malloc,...) is not
compiled conditionnaly to inhibit_libc?
Does this Exception Handling stuff is used fo C++ exception handling or is
it used for plain C code (if not why does it compile if LANGUAGES="c" is
set)
Thanks
--
Fabrice Gautier
gautier@email.enst.fr