This is the mail archive of the gcc-patches@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]

Re: A small patch for except.h



  In message <m0ynDRs-00026CC@ocean.lucon.org>you write:
  > emit_unwinder nor end_eh_unwinder are defined.
  > 
  > -- 
  > H.J. Lu (hjl@gnu.org)
  > --
  > Fri Jun 19 18:42:05 1998  H.J. Lu  (hjl@gnu.org)
  > 
  > 	* except.h (emit_unwinder, end_eh_unwinder): Removed.
I installed this change.


  > 	(jumpif_rtx, jumpifnot_rtx): New declaration.
These are not used outside of except.c.  I've made them static and
added a prototype inside except.c.  If we want these to have external
scope they really belong somewhere other than except.c.

Thanks.
jeff


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