expr.h (eh_rtime_match_libfunc): New extern declaration.
authorAndrew MacLeod <amacleod@cygnus.com>
Mon, 21 Sep 1998 14:23:16 +0000 (14:23 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Mon, 21 Sep 1998 14:23:16 +0000 (14:23 +0000)
commit43566944af69a4299260b1dcc46b5d5147a6bf8b
treea43642efc30725d344df8510a724e7c0484f883b
parent7e8524dca9f8c5a7ad953de46f2d430febe98cb0
expr.h (eh_rtime_match_libfunc): New extern declaration.

Mon Sep 21 17:15:26 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
* expr.h (eh_rtime_match_libfunc): New extern declaration.
* optabs.c (init_optabs): Set eh_rtime_match_libfunc.
* except.c (start_catch_handler): Use eh_rtime_match_libfunc.
* libgcc2.c (__eh_rtime_match): Always return 0 if the matcher is
NULL. Only include <stdio.h> if inhibit_libc is not defined.

From-SVN: r22532
gcc/ChangeLog
gcc/except.c
gcc/expr.h
gcc/libgcc2.c
gcc/optabs.c