Re: RFC: Update to automake 1.11.6
"H.J. Lu" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel,gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <CAMe9rOqPmJ_COA6jPRC2ppsmKNDDwGtOu-QtihHOxL6sF1xJdQ@mail.gmail.com> |
On Fri, Apr 15, 2016 at 3:40 PM, Mike Frysinger <[email protected]> wrote: > On 15 Apr 2016 14:04, H.J. Lu wrote: >> GCC has updated to automake 1.11.6 from 1.11.1. I'd like >> to update binutils+gdb automake 1.11.6. Any objections? > > please do > -mike This is what I checked in: https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=6fd8e7c249dcefd937897f743e886751adb90c90 From afdf721c65e989a451d78125d3a32cdfc77cdc3d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" <[email protected]> Date: Fri, 15 Apr 2016 16:20:02 -0700 Subject: [PATCH] Regenerate Makefile.in/aclocal.m4 automake 1.11.6 bfd/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. * doc/Makefile.in: Likewise. binutils/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. * doc/Makefile.in: Likewise. gas/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. * doc/Makefile.in: Likewise. gold/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. * testsuite/Makefile.in: Likewise. gprof/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. ld/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. opcodes/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. --- bfd/ChangeLog | 6 + bfd/Makefile.in | 70 +++- bfd/aclocal.m4 | 74 ++-- bfd/doc/Makefile.in | 89 +++-- binutils/ChangeLog | 6 + binutils/Makefile.in | 169 ++++++---- binutils/aclocal.m4 | 74 ++-- binutils/doc/Makefile.in | 110 ++++-- gas/ChangeLog | 6 + gas/Makefile.in | 79 +++-- gas/aclocal.m4 | 74 ++-- gas/doc/Makefile.in | 110 ++++-- gold/ChangeLog | 6 + gold/Makefile.in | 272 ++++++++------- gold/aclocal.m4 | 74 ++-- gold/testsuite/Makefile.in | 819 ++++++++++++++++++++++++--------------------- gprof/ChangeLog | 5 + gprof/Makefile.in | 125 +++++-- gprof/aclocal.m4 | 74 ++-- ld/ChangeLog | 5 + ld/Makefile.in | 168 ++++++---- ld/aclocal.m4 | 74 ++-- opcodes/ChangeLog | 5 + opcodes/Makefile.in | 70 +++- opcodes/aclocal.m4 | 74 ++-- 25 files changed, 1650 insertions(+), 988 deletions(-) BTW, I didn't change gdb files. -- H.J.