[PATCH 00/12] sync etc/ to bfd/gdb tree

Mike Frysinger vapier@gentoo.org
Wed Nov 10 00:14:19 GMT 2021


This pulls in all the commits that updated etc/ since it was last updated.

Alan Modra (5):
  update-copyright.py for binutils
  Update year range in copyright notice of binutils files
  Update year range in copyright notice of binutils files
  Add libctf to update-copyright.py
  Update year range in copyright notice of binutils files

Mike Frysinger (2):
  etc: rename configure.in to configure.ac
  etc: switch to automake

Nick Clifton (2):
  Fix compile time warning messages building with gcc v6.1.1
  Update the address of the FSF in the copyright notice of files which
    were using the old address.

Sergei Trofimovich (1):
  texi2pod.pl: add no-op --no-split option support [PR28144]

Simon Marchi (2):
  Bump to autoconf 2.69 and automake 1.15.1
  texi2pod.pl: import support for @t{...} from gcc

 COPYING.LIBGLOSS        |    8 +-
 ChangeLog               |    4 +
 etc/ChangeLog           |   34 ++
 etc/Makefile.am         |   19 +
 etc/Makefile.in         |  407 +++++++++++++--
 etc/aclocal.m4          |  792 ++++++++++++++++++++++++++++
 etc/add-log.el          |    8 +-
 etc/configure           | 1086 +++++++++++++++++++++++++++++++--------
 etc/configure.ac        |    9 +
 etc/configure.in        |   27 -
 etc/texi2pod.pl         |    7 +-
 etc/update-copyright.py |  622 ++++++++++++++++++++++
 12 files changed, 2713 insertions(+), 310 deletions(-)
 create mode 100644 etc/Makefile.am
 create mode 100644 etc/aclocal.m4
 create mode 100644 etc/configure.ac
 delete mode 100644 etc/configure.in
 create mode 100755 etc/update-copyright.py

-- 
2.33.0



More information about the Newlib mailing list