libgcc2.c (__get_eh_table_version, [...]): New functions to return exception descript...
authorAndrew MacLeod <amacleod@cygnus.com>
Tue, 23 Jun 1998 10:51:47 +0000 (10:51 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Tue, 23 Jun 1998 10:51:47 +0000 (10:51 +0000)
commit48b24bcdfac371ad5b71ec1bd0aa9d4f90614f9a
treeaf21d0438b598699c10f5dc4ab0887e3c57866b6
parentdaf21dfd8018376476559ef65a4ffdf203839cc1
libgcc2.c (__get_eh_table_version, [...]): New functions to return exception descriptor information.

Tue Jun 23 13:38:18 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
* libgcc2.c (__get_eh_table_version, __get_eh_table_language): New
functions to return exception descriptor information.
(find_exception_handler): Pass match_info field to runtime matcher,
not a descriptor table entry.
* exception.cc (__cplus_type_matcher): Get a match_info pointer
instead of an exception table entry as a parameter.

From-SVN: r20673
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/exception.cc
gcc/libgcc2.c