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: (ada) committed as obvious


Geert, Robert,

can you please make sure this and Nathanael's other patch won't get
reverted with the next merger?

Also, could you please look at patch Nathanael re-submitted today?

Thanks,
Gerald

On Wed, 13 Nov 2002, Nathanael Nerode wrote:
> Committed as obvious.  This closes PR 6558.
>
> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/ada/ChangeLog,v
> retrieving revision 1.266
> diff -u -r1.266 ChangeLog
> --- ChangeLog	5 Nov 2002 00:49:44 -0000	1.266
> +++ ChangeLog	13 Nov 2002 21:18:29 -0000
> @@ -1,3 +1,7 @@
> +2002-11-13  Nathanael Nerode  <neroden@gcc.gnu.org>
> +	PR ada/6558
> +	* config-lang.in: Remove diff_excludes.
> +
>  2002-11-05  Graham Stott  <graham.stott@btinternet.com>
>  	PR ada/8358
>  	* trans.c (gnu_pending_elaboration_lists): New GC root.
> Index: config-lang.in
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/ada/config-lang.in,v
> retrieving revision 1.6
> diff -u -r1.6 config-lang.in
> --- config-lang.in	4 Jun 2002 07:08:22 -0000	1.6
> +++ config-lang.in	13 Nov 2002 21:18:29 -0000
> @@ -25,7 +25,6 @@
>  # boot_language - "yes" if we need to build this language in stage1
>  # compilers	- value to add to $(COMPILERS)
>  # stagestuff	- files to add to $(STAGESTUFF)
> -# diff_excludes	- files to ignore when building diffs between two versions.
>
>  language="ada"
>  boot_language=yes
> @@ -36,7 +35,5 @@
>  stagestuff="gnatbind\$(exeext) gnat1\$(exeext)"
>
>  gtfiles="\$(srcdir)/ada/ada-tree.h \$(srcdir)/ada/gigi.h \$(srcdir)/ada/decl.c \$(srcdir)/ada/trans.c \$(srcdir)/ada/utils.c"
> -
> -diff_excludes="-x ada/a-einfo.h -x ada/a-sinfo.h -x ada/nmake.adb -x ada/nmake.ads -x ada/treeprs.ads -x ada/sysid.ads"
>
>  outputs=ada/Makefile



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