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: PLUGINS: add debug.h to PLUGIN_HEADERS


On Wed, Feb 10, 2010 at 11:33 AM, Duncan Sands <baldrick@free.fr> wrote:
> Needed by the dragonegg plugin. ?OK to apply?

Ok.

Thanks,
Richard.

> Duncan.
>
> Index: mainline/gcc/Makefile.in
> ===================================================================
> --- mainline.orig/gcc/Makefile.in ? ? ? 2010-02-10 11:31:22.930311249 +0100
> +++ mainline/gcc/Makefile.in ? ?2010-02-10 11:31:32.222884476 +0100
> @@ -4272,7 +4272,7 @@
> ? $(tm_file_list) $(tm_include_list) $(tm_p_file_list) $(tm_p_include_list)
> \
> ? $(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 \
> + ?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) \
> ? $(C_PRAGMA_H) ?$(CPPLIB_H) ?$(FUNCTION_H) \
> ? cppdefault.h flags.h $(MD5_H) params.def params.h prefix.h tree-inline.h \
> Index: mainline/gcc/ChangeLog
> ===================================================================
> --- mainline.orig/gcc/ChangeLog 2010-02-10 11:31:22.980273533 +0100
> +++ mainline/gcc/ChangeLog ? ? ?2010-02-10 11:31:32.240370488 +0100
> @@ -1,3 +1,7 @@
> +2010-02-10 ?Duncan Sands ?<baldrick@free.fr>
> +
> + ? ? ? * Makefile.in (PLUGIN_HEADERS): Add debug.h.
> +
> ?2010-02-10 ?Jakub Jelinek ?<jakub@redhat.com>
>
> ? ? ? ?* builtins.c (set_builtin_user_assembler_name): Also handle
>


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