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]
Other format: [Raw text]

Re: [patch] libunwind-based exception-handling for gcc (2nd version)


>>>>> On Tue, 1 Oct 2002 21:35:17 -0700, Richard Henderson <rth@redhat.com> said:

  Richard> On Tue, Oct 01, 2002 at 09:24:28PM -0700, David Mosberger
  Richard> wrote:
  >> + if test x"$use_libunwind_exceptions" = xyes; then +
  >> tmake_file="$tmake_file} t-libunwind"

  Richard> You didn't include t-libunwind.

Oh dear, I wish cvs diff would do take care of new files.  A diff is
attached below.

	--david

--- /dev/null	Sun Aug 18 22:36:11 2002
+++ config/t-libunwind	Tue Oct  1 16:21:51 2002
@@ -0,0 +1 @@
+LIB2ADDEH = $(srcdir)/unwind-libunwind.c


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