[PATCH] Bump libgnat to 10.

2019-04-29 Thread Michael Darling
r270581 (git 70f448fa) changed BASE-VER to 10.0.0. But, gnat still uses so version 9. GCC assignment papers on file. I don't have write access. 2019-04-29 Michael K. Darling * gnatvsn.ads: Bump Library_Version to 10. Index: gcc/ada/gnatvsn.ads =

Re: [PATCH] [4/14] Completes renaming of configure.in files to .ac

2015-07-17 Thread Michael Darling
Perhaps the best solution is both sets of patches. Yours to modify the build system so it can work with either extension, old versions, and other imported packages. Mine to complete binutils-gdb and gcc moving from configure.in to .ac extension. There have been several commits spread out across

Re: [PATCH] [4/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
> Since all configure files are generated from them, this patch must be > checked in first. > But some of them are imported and some imported packages still use > configure.in, > not configure.ac. > > What is the real value of changing "configure.in" in comments/messages to > "configure.ac" when b

[PATCH] [14/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- sim/ChangeLog | 5 + sim/configure | 2 +- sim/testsuite/ChangeLog | 6 ++

[PATCH] [13/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- readline/ChangeLog.gdb | 10 + readline/INSTALL| 6 +- re

[PATCH] [12/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- opcodes/ChangeLog | 5 + opcodes/configure | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 0001-

[PATCH] [11/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- ld/ChangeLog | 5 + ld/configure | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 0001-11-14-Comple

[PATCH] [10/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- intl/ChangeLog | 5 + intl/configure | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 0001-

[PATCH] [8/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- gold/ChangeLog | 5 + gold/configure | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 0001-8-14-Com

[PATCH] [7/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- gdb/ChangeLog | 7 +++ gdb/acinclude.m4 | 2 +- gdb/config/djgpp/fnchange.

[PATCH] [9/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- gprof/ChangeLog | 5 + gprof/configure | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 0001

[PATCH] [4/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- config/ChangeLog | 8 config/gettext.m4 | 4 ++-- config/po.m4 | 4 ++-- config/stdint.m4 | 2 +-

[PATCH] [6/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- gas/ChangeLog | 5 + gas/configure | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 0001-6-14-Com

[PATCH] [5/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- etc/ChangeLog| 6 ++ etc/Makefile.in | 2 +- etc/configure.ac | 27 +++ etc/co

[PATCH] [3/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- binutils/ChangeLog | 6 ++ binutils/MAINTAINERS | 2 +- binutils/configure | 4 ++-- 3 files changed, 9 i

[PATCH] [1/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- ChangeLog | 8 config-ml.in | 6 +++--- configure | 8 configure.ac | 8

[PATCH] [2/14] Completes renaming of configure.in files to .ac

2015-07-16 Thread Michael Darling
to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- bfd/ChangeLog | 6 ++ bfd/configure | 4 ++-- bfd/configure.com | 6 +++--- 3 files changed, 11 i

Re: [PATCH] Fixes accidental renaming of gdb.py file (i.e. libstdc++.so.6.0.22-gdb.py)

2015-07-16 Thread Michael Darling
Ping. I don't have write access. The attached patch still works with current trunk source, only failing on the ChangeLog due to submissions since then. On Fri, Jul 3, 2015 at 9:50 PM, Michael Darling wrote: > The addition of libstdc++fs broke an inexact and fragile method in the > l

[PATCH] Fixes accidental renaming of gdb.py file (i.e. libstdc++.so.6.0.22-gdb.py)

2015-07-03 Thread Michael Darling
/ChangeLog === --- libstdc++-v3/ChangeLog(revision 225409) +++ libstdc++-v3/ChangeLog(working copy) @@ -1,3 +1,9 @@ +2015-07-03 Michael Darling + +* python/Makefile.am: python script name based off libstdc++.* rather +than libstdc++*, to avoid being mis-named after libstdc++fs. +

[PATCH] Fixes combined gcc-binutils builds.

2015-05-24 Thread Michael Darling
9 and binutils-gdb/binutils/18450. Index: ChangeLog === --- ChangeLog (revision 223630) +++ ChangeLog (working copy) @@ -1,3 +1,10 @@ +2015-05-24 Michael Darling + + PR other/66259 + * config-ml.in: Reflects renaming of configure.