This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

EH support in libgcc2.c


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


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