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: [PLUGIN] Add except.h to the list of plugin headers


On Mon, Mar 29, 2010 at 4:55 PM, Duncan Sands <baldrick@free.fr> wrote:
> I've started adding exception handling support to the dragonegg plugin,
> and it quickly became apparent that I need the except.h header. ?This
> patch adds add. ?Passes bootstrap and plugin tests. ?OK to apply?

Ok.

Thanks,
Richard.

> Ciao,
>
> Duncan.
>
> Index: mainline/gcc/Makefile.in
> ===================================================================
> --- mainline.orig/gcc/Makefile.in ? ? ? 2010-03-28 21:22:33.000000000 +0200
> +++ mainline/gcc/Makefile.in ? ?2010-03-28 21:31:20.584024844 +0200
> @@ -4285,7 +4285,7 @@
> ? $(host_xm_file_list) $(host_xm_include_list) $(xm_include_list) \
> ? intl.h $(PLUGIN_VERSION_H) $(DIAGNOSTIC_H) $(C_COMMON_H)
> $(C_PRETTY_PRINT_H) \
> ? tree-iterator.h $(PLUGIN_H) $(TREE_FLOW_H) langhooks.h incpath.h debug.h \
> - ?tree-ssa-sccvn.h real.h output.h $(IPA_UTILS_H) \
> + ?except.h tree-ssa-sccvn.h real.h output.h $(IPA_UTILS_H) \
> ? $(C_PRAGMA_H) ?$(CPPLIB_H) ?$(FUNCTION_H) \
> ? cppdefault.h flags.h $(MD5_H) params.def params.h prefix.h tree-inline.h \
> ? $(IPA_PROP_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H) version.h
> Index: mainline/gcc/ChangeLog
> ===================================================================
> --- mainline.orig/gcc/ChangeLog 2010-03-28 21:28:15.000000000 +0200
> +++ mainline/gcc/ChangeLog ? ? ?2010-03-28 21:31:41.804025893 +0200
> @@ -1,3 +1,7 @@
> +2010-03-28 ?Duncan Sands ?<baldrick@free.fr>
> +
> + ? ? ? * Makefile.in (PLUGIN_HEADERS): Add except.h.
> +
> ?2010-03-27 ?John David Anglin ?<dave.anglin@nrc-cnrc.gc.ca>
>
> ? ? ? ?PR middle-end/41674
>


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