Bump version to 2.29.1 and regenerate configure files

This commit is contained in:
Nick Clifton 2017-09-15 13:10:29 +01:00
parent 2804f809f1
commit 90276f1537
25 changed files with 6176 additions and 5298 deletions

View File

@ -1,3 +1,7 @@
2017-09-15 Nick Clifton <nickc@redhat.com>
2.29.1 Release
2017-04-13 Andrew Jenner <andrew@codesourcery.com> 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
* config.sub: Sync with master version in config project. * config.sub: Sync with master version in config project.

View File

@ -1,3 +1,11 @@
2017-09-15 Nick Clifton <nickc@redhat.com>
2.29.1 Release
* version.m4: Bump version to 2.29.1
* configure: Regenerate.
* po/bfd.pot: Regenerate.
2017-09-14 Nick Clifton <nickc@redhat.com> 2017-09-14 Nick Clifton <nickc@redhat.com>
Import from mainline: Import from mainline:

20
bfd/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for bfd 2.29.0. # Generated by GNU Autoconf 2.64 for bfd 2.29.1.
# #
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='bfd' PACKAGE_NAME='bfd'
PACKAGE_TARNAME='bfd' PACKAGE_TARNAME='bfd'
PACKAGE_VERSION='2.29.0' PACKAGE_VERSION='2.29.1'
PACKAGE_STRING='bfd 2.29.0' PACKAGE_STRING='bfd 2.29.1'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1354,7 +1354,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures bfd 2.29.0 to adapt to many kinds of systems. \`configure' configures bfd 2.29.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1425,7 +1425,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of bfd 2.29.0:";; short | recursive ) echo "Configuration of bfd 2.29.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1546,7 +1546,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
bfd configure 2.29.0 bfd configure 2.29.1
generated by GNU Autoconf 2.64 generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009 Free Software Foundation, Inc.
@ -2188,7 +2188,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by bfd $as_me 2.29.0, which was It was created by bfd $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@ $ $0 $@
@ -3997,7 +3997,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='bfd' PACKAGE='bfd'
VERSION='2.29.0' VERSION='2.29.1'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -16666,7 +16666,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by bfd $as_me 2.29.0, which was This file was extended by bfd $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -16730,7 +16730,7 @@ Report bugs to the package provider."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
bfd config.status 2.29.0 bfd config.status 2.29.1
configured by $0, generated by GNU Autoconf 2.64, configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
m4_define([BFD_VERSION], [2.29.0]) m4_define([BFD_VERSION], [2.29.1])

View File

@ -1,3 +1,10 @@
2017-09-15 Nick Clifton <nickc@redhat.com>
2.29.1 Release
* configure: Regenerate.
* po/binutils.pot: Regenerate.
2017-07-18 Hans-Peter Nilsson <hp@bitrange.com> 2017-07-18 Hans-Peter Nilsson <hp@bitrange.com>
Import from mainline: Import from mainline:

20
binutils/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for binutils 2.29.0. # Generated by GNU Autoconf 2.64 for binutils 2.29.1.
# #
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='binutils' PACKAGE_NAME='binutils'
PACKAGE_TARNAME='binutils' PACKAGE_TARNAME='binutils'
PACKAGE_VERSION='2.29.0' PACKAGE_VERSION='2.29.1'
PACKAGE_STRING='binutils 2.29.0' PACKAGE_STRING='binutils 2.29.1'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1338,7 +1338,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures binutils 2.29.0 to adapt to many kinds of systems. \`configure' configures binutils 2.29.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1409,7 +1409,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of binutils 2.29.0:";; short | recursive ) echo "Configuration of binutils 2.29.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1530,7 +1530,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
binutils configure 2.29.0 binutils configure 2.29.1
generated by GNU Autoconf 2.64 generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009 Free Software Foundation, Inc.
@ -2172,7 +2172,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by binutils $as_me 2.29.0, which was It was created by binutils $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@ $ $0 $@
@ -3981,7 +3981,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='binutils' PACKAGE='binutils'
VERSION='2.29.0' VERSION='2.29.1'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -15233,7 +15233,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by binutils $as_me 2.29.0, which was This file was extended by binutils $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -15297,7 +15297,7 @@ Report bugs to the package provider."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
binutils config.status 2.29.0 binutils config.status 2.29.1
configured by $0, generated by GNU Autoconf 2.64, configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
2017-09-15 Nick Clifton <nickc@redhat.com>
2.29.1 Release
* configure: Regenerate.
* po/gas.pot: Regenerate.
2017-09-09 H.J. Lu <hongjiu.lu@intel.com> 2017-09-09 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (NOTRACK_PREFIX): Removed. * config/tc-i386.c (NOTRACK_PREFIX): Removed.

20
gas/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for gas 2.29.0. # Generated by GNU Autoconf 2.64 for gas 2.29.1.
# #
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='gas' PACKAGE_NAME='gas'
PACKAGE_TARNAME='gas' PACKAGE_TARNAME='gas'
PACKAGE_VERSION='2.29.0' PACKAGE_VERSION='2.29.1'
PACKAGE_STRING='gas 2.29.0' PACKAGE_STRING='gas 2.29.1'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1330,7 +1330,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures gas 2.29.0 to adapt to many kinds of systems. \`configure' configures gas 2.29.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1401,7 +1401,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of gas 2.29.0:";; short | recursive ) echo "Configuration of gas 2.29.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1523,7 +1523,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
gas configure 2.29.0 gas configure 2.29.1
generated by GNU Autoconf 2.64 generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009 Free Software Foundation, Inc.
@ -1933,7 +1933,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by gas $as_me 2.29.0, which was It was created by gas $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@ $ $0 $@
@ -3742,7 +3742,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='gas' PACKAGE='gas'
VERSION='2.29.0' VERSION='2.29.1'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -15223,7 +15223,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by gas $as_me 2.29.0, which was This file was extended by gas $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -15287,7 +15287,7 @@ Report bugs to the package provider."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
gas config.status 2.29.0 gas config.status 2.29.1
configured by $0, generated by GNU Autoconf 2.64, configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
2017-09-15 Nick Clifton <nickc@redhat.com>
2.29.1 Release
* Makefile.in: Regenerate.
* po/gold.pot: Regenerate.
2017-08-28 Alan Modra <amodra@gmail.com> 2017-08-28 Alan Modra <amodra@gmail.com>
PR 21847 PR 21847

View File

@ -87,8 +87,8 @@ subdir = .
DIST_COMMON = NEWS README ChangeLog $(srcdir)/Makefile.in \ DIST_COMMON = NEWS README ChangeLog $(srcdir)/Makefile.in \
$(srcdir)/Makefile.am $(top_srcdir)/configure \ $(srcdir)/Makefile.am $(top_srcdir)/configure \
$(am__configure_deps) $(srcdir)/config.in \ $(am__configure_deps) $(srcdir)/config.in \
$(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in pread.c \ $(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in mremap.c \
ffsll.c mremap.c ftruncate.c yyscript.h yyscript.c \ ffsll.c ftruncate.c pread.c yyscript.h yyscript.c \
$(srcdir)/../depcomp $(srcdir)/../ylwrap $(srcdir)/../depcomp $(srcdir)/../ylwrap
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \ am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
2017-09-15 Nick Clifton <nickc@redhat.com>
2.29.1 Release
* configure: Regenerate.
2017-08-31 Nick Clifton <nickc@redhat.com> 2017-08-31 Nick Clifton <nickc@redhat.com>
* po/fr.po: Updated French translation. * po/fr.po: Updated French translation.

20
gprof/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for gprof 2.29.0. # Generated by GNU Autoconf 2.64 for gprof 2.29.1.
# #
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='gprof' PACKAGE_NAME='gprof'
PACKAGE_TARNAME='gprof' PACKAGE_TARNAME='gprof'
PACKAGE_VERSION='2.29.0' PACKAGE_VERSION='2.29.1'
PACKAGE_STRING='gprof 2.29.0' PACKAGE_STRING='gprof 2.29.1'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1302,7 +1302,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures gprof 2.29.0 to adapt to many kinds of systems. \`configure' configures gprof 2.29.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1373,7 +1373,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of gprof 2.29.0:";; short | recursive ) echo "Configuration of gprof 2.29.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1479,7 +1479,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
gprof configure 2.29.0 gprof configure 2.29.1
generated by GNU Autoconf 2.64 generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009 Free Software Foundation, Inc.
@ -1844,7 +1844,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by gprof $as_me 2.29.0, which was It was created by gprof $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@ $ $0 $@
@ -3653,7 +3653,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='gprof' PACKAGE='gprof'
VERSION='2.29.0' VERSION='2.29.1'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -12787,7 +12787,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by gprof $as_me 2.29.0, which was This file was extended by gprof $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -12851,7 +12851,7 @@ Report bugs to the package provider."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
gprof config.status 2.29.0 gprof config.status 2.29.1
configured by $0, generated by GNU Autoconf 2.64, configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -1,3 +1,9 @@
2017-09-15 Nick Clifton <nickc@redhat.com>
2.29.1 Release
* aclocal.m4: Regenerate.
2015-08-31 Alan Modra <amodra@gmail.com> 2015-08-31 Alan Modra <amodra@gmail.com>
* configure: Regenerate. * configure: Regenerate.

5
intl/aclocal.m4 vendored
View File

@ -1,7 +1,8 @@
# generated automatically by aclocal 1.11.1 -*- Autoconf -*- # generated automatically by aclocal 1.11.6 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
# Inc.
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.

View File

@ -1,3 +1,10 @@
2017-09-15 Nick Clifton <nickc@redhat.com>
2.29.1 Release
* configure: Regenerate.
* po/ld.pot: Regenerate.
2017-08-21 Hans-Peter Nilsson <hp@bitrange.com> 2017-08-21 Hans-Peter Nilsson <hp@bitrange.com>
Import from mainline: Import from mainline:

20
ld/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for ld 2.29.0. # Generated by GNU Autoconf 2.64 for ld 2.29.1.
# #
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='ld' PACKAGE_NAME='ld'
PACKAGE_TARNAME='ld' PACKAGE_TARNAME='ld'
PACKAGE_VERSION='2.29.0' PACKAGE_VERSION='2.29.1'
PACKAGE_STRING='ld 2.29.0' PACKAGE_STRING='ld 2.29.1'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1351,7 +1351,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures ld 2.29.0 to adapt to many kinds of systems. \`configure' configures ld 2.29.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1422,7 +1422,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of ld 2.29.0:";; short | recursive ) echo "Configuration of ld 2.29.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1548,7 +1548,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
ld configure 2.29.0 ld configure 2.29.1
generated by GNU Autoconf 2.64 generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009 Free Software Foundation, Inc.
@ -2257,7 +2257,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by ld $as_me 2.29.0, which was It was created by ld $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@ $ $0 $@
@ -4067,7 +4067,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='ld' PACKAGE='ld'
VERSION='2.29.0' VERSION='2.29.1'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -17827,7 +17827,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by ld $as_me 2.29.0, which was This file was extended by ld $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -17891,7 +17891,7 @@ Report bugs to the package provider."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
ld config.status 2.29.0 ld config.status 2.29.1
configured by $0, generated by GNU Autoconf 2.64, configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
"POT-Creation-Date: 2017-07-03 16:56+0200\n" "POT-Creation-Date: 2017-09-15 12:38+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -474,7 +474,7 @@ msgstr ""
msgid "Errors encountered processing file %s for interworking\n" msgid "Errors encountered processing file %s for interworking\n"
msgstr "" msgstr ""
#: emultempl/pe.em:1953 ldexp.c:740 ldlang.c:3396 ldmain.c:1160 #: emultempl/pe.em:1953 ldexp.c:740 ldlang.c:3412 ldmain.c:1160
msgid "%P%F: bfd_link_hash_lookup failed: %E\n" msgid "%P%F: bfd_link_hash_lookup failed: %E\n"
msgstr "" msgstr ""
@ -653,7 +653,7 @@ msgstr ""
msgid "%F%S: nonconstant expression for %s\n" msgid "%F%S: nonconstant expression for %s\n"
msgstr "" msgstr ""
#: ldexp.c:1641 ldlang.c:1235 ldlang.c:3170 #: ldexp.c:1641 ldlang.c:1235 ldlang.c:3186
msgid "%P%F: can not create hash table: %E\n" msgid "%P%F: can not create hash table: %E\n"
msgstr "" msgstr ""
@ -791,270 +791,270 @@ msgstr ""
msgid "%P%F: output format %s cannot represent section called %s: %E\n" msgid "%P%F: output format %s cannot represent section called %s: %E\n"
msgstr "" msgstr ""
#: ldlang.c:2757 #: ldlang.c:2773
msgid "%B: file not recognized: %E\n" msgid "%B: file not recognized: %E\n"
msgstr "" msgstr ""
#: ldlang.c:2758 #: ldlang.c:2774
msgid "%B: matching formats:" msgid "%B: matching formats:"
msgstr "" msgstr ""
#: ldlang.c:2765 #: ldlang.c:2781
msgid "%F%B: file not recognized: %E\n" msgid "%F%B: file not recognized: %E\n"
msgstr "" msgstr ""
#: ldlang.c:2837 #: ldlang.c:2853
msgid "%F%B: member %B in archive is not an object\n" msgid "%F%B: member %B in archive is not an object\n"
msgstr "" msgstr ""
#: ldlang.c:2852 ldlang.c:2866 #: ldlang.c:2868 ldlang.c:2882
msgid "%F%B: error adding symbols: %E\n" msgid "%F%B: error adding symbols: %E\n"
msgstr "" msgstr ""
#: ldlang.c:3140 #: ldlang.c:3156
msgid "" msgid ""
"%P: warning: could not find any targets that match endianness requirement\n" "%P: warning: could not find any targets that match endianness requirement\n"
msgstr "" msgstr ""
#: ldlang.c:3154 #: ldlang.c:3170
msgid "%P%F: target %s not found\n" msgid "%P%F: target %s not found\n"
msgstr "" msgstr ""
#: ldlang.c:3156 #: ldlang.c:3172
msgid "%P%F: cannot open output file %s: %E\n" msgid "%P%F: cannot open output file %s: %E\n"
msgstr "" msgstr ""
#: ldlang.c:3162 #: ldlang.c:3178
msgid "%P%F:%s: can not make object file: %E\n" msgid "%P%F:%s: can not make object file: %E\n"
msgstr "" msgstr ""
#: ldlang.c:3166 #: ldlang.c:3182
msgid "%P%F:%s: can not set architecture: %E\n" msgid "%P%F:%s: can not set architecture: %E\n"
msgstr "" msgstr ""
#: ldlang.c:3325 #: ldlang.c:3341
msgid "%P: warning: %s contains output sections; did you forget -T?\n" msgid "%P: warning: %s contains output sections; did you forget -T?\n"
msgstr "" msgstr ""
#: ldlang.c:3465 #: ldlang.c:3481
msgid "%P%X: required symbol `%s' not defined\n" msgid "%P%X: required symbol `%s' not defined\n"
msgstr "" msgstr ""
#: ldlang.c:3755 #: ldlang.c:3771
msgid "%F%P: %s not found for insert\n" msgid "%F%P: %s not found for insert\n"
msgstr "" msgstr ""
#: ldlang.c:3998 #: ldlang.c:4014
msgid " load address 0x%V" msgid " load address 0x%V"
msgstr "" msgstr ""
#: ldlang.c:4234 #: ldlang.c:4250
msgid "%W (size before relaxing)\n" msgid "%W (size before relaxing)\n"
msgstr "" msgstr ""
#: ldlang.c:4327 #: ldlang.c:4343
#, c-format #, c-format
msgid "Address of section %s set to " msgid "Address of section %s set to "
msgstr "" msgstr ""
#: ldlang.c:4489 #: ldlang.c:4505
#, c-format #, c-format
msgid "Fail with %d\n" msgid "Fail with %d\n"
msgstr "" msgstr ""
#: ldlang.c:4759 #: ldlang.c:4775
msgid "%X%P: section %s VMA wraps around address space\n" msgid "%X%P: section %s VMA wraps around address space\n"
msgstr "" msgstr ""
#: ldlang.c:4765 #: ldlang.c:4781
msgid "%X%P: section %s LMA wraps around address space\n" msgid "%X%P: section %s LMA wraps around address space\n"
msgstr "" msgstr ""
#: ldlang.c:4816 #: ldlang.c:4832
msgid "%X%P: section %s LMA [%V,%V] overlaps section %s LMA [%V,%V]\n" msgid "%X%P: section %s LMA [%V,%V] overlaps section %s LMA [%V,%V]\n"
msgstr "" msgstr ""
#: ldlang.c:4859 #: ldlang.c:4875
msgid "%X%P: section %s VMA [%V,%V] overlaps section %s VMA [%V,%V]\n" msgid "%X%P: section %s VMA [%V,%V] overlaps section %s VMA [%V,%V]\n"
msgstr "" msgstr ""
#: ldlang.c:4880 #: ldlang.c:4896
msgid "%X%P: region `%s' overflowed by %ld bytes\n" msgid "%X%P: region `%s' overflowed by %ld bytes\n"
msgstr "" msgstr ""
#: ldlang.c:4902 #: ldlang.c:4918
msgid "%X%P: address 0x%v of %B section `%s' is not within region `%s'\n" msgid "%X%P: address 0x%v of %B section `%s' is not within region `%s'\n"
msgstr "" msgstr ""
#: ldlang.c:4913 #: ldlang.c:4929
msgid "%X%P: %B section `%s' will not fit in region `%s'\n" msgid "%X%P: %B section `%s' will not fit in region `%s'\n"
msgstr "" msgstr ""
#: ldlang.c:4970 #: ldlang.c:4986
#, c-format #, c-format
msgid "" msgid ""
"%F%S: non constant or forward reference address expression for section %s\n" "%F%S: non constant or forward reference address expression for section %s\n"
msgstr "" msgstr ""
#: ldlang.c:4995 #: ldlang.c:5011
msgid "%P%X: Internal error on COFF shared library section %s\n" msgid "%P%X: Internal error on COFF shared library section %s\n"
msgstr "" msgstr ""
#: ldlang.c:5053 #: ldlang.c:5069
msgid "%P%F: error: no memory region specified for loadable section `%s'\n" msgid "%P%F: error: no memory region specified for loadable section `%s'\n"
msgstr "" msgstr ""
#: ldlang.c:5058 #: ldlang.c:5074
msgid "%P: warning: no memory region specified for loadable section `%s'\n" msgid "%P: warning: no memory region specified for loadable section `%s'\n"
msgstr "" msgstr ""
#: ldlang.c:5081 #: ldlang.c:5097
msgid "%P: warning: changing start of section %s by %lu bytes\n" msgid "%P: warning: changing start of section %s by %lu bytes\n"
msgstr "" msgstr ""
#: ldlang.c:5170 #: ldlang.c:5186
msgid "%P: warning: dot moved backwards before `%s'\n" msgid "%P: warning: dot moved backwards before `%s'\n"
msgstr "" msgstr ""
#: ldlang.c:5345 #: ldlang.c:5361
msgid "%P%F: can't relax section: %E\n" msgid "%P%F: can't relax section: %E\n"
msgstr "" msgstr ""
#: ldlang.c:5697 #: ldlang.c:5713
msgid "%F%P: invalid data statement\n" msgid "%F%P: invalid data statement\n"
msgstr "" msgstr ""
#: ldlang.c:5730 #: ldlang.c:5746
msgid "%F%P: invalid reloc statement\n" msgid "%F%P: invalid reloc statement\n"
msgstr "" msgstr ""
#: ldlang.c:6064 #: ldlang.c:6080
msgid "%P%F: gc-sections requires either an entry or an undefined symbol\n" msgid "%P%F: gc-sections requires either an entry or an undefined symbol\n"
msgstr "" msgstr ""
#: ldlang.c:6089 #: ldlang.c:6105
msgid "%P%F:%s: can't set start address\n" msgid "%P%F:%s: can't set start address\n"
msgstr "" msgstr ""
#: ldlang.c:6102 ldlang.c:6121 #: ldlang.c:6118 ldlang.c:6137
msgid "%P%F: can't set start address\n" msgid "%P%F: can't set start address\n"
msgstr "" msgstr ""
#: ldlang.c:6114 #: ldlang.c:6130
msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n"
msgstr "" msgstr ""
#: ldlang.c:6126 #: ldlang.c:6142
msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" msgid "%P: warning: cannot find entry symbol %s; not setting start address\n"
msgstr "" msgstr ""
#: ldlang.c:6180 #: ldlang.c:6196
msgid "" msgid ""
"%P%F: Relocatable linking with relocations from format %s (%B) to format %s " "%P%F: Relocatable linking with relocations from format %s (%B) to format %s "
"(%B) is not supported\n" "(%B) is not supported\n"
msgstr "" msgstr ""
#: ldlang.c:6190 #: ldlang.c:6206
msgid "" msgid ""
"%P%X: %s architecture of input file `%B' is incompatible with %s output\n" "%P%X: %s architecture of input file `%B' is incompatible with %s output\n"
msgstr "" msgstr ""
#: ldlang.c:6212 #: ldlang.c:6228
msgid "%P%X: failed to merge target specific data of file %B\n" msgid "%P%X: failed to merge target specific data of file %B\n"
msgstr "" msgstr ""
#: ldlang.c:6283 #: ldlang.c:6299
msgid "%P%F: Could not define common symbol `%T': %E\n" msgid "%P%F: Could not define common symbol `%T': %E\n"
msgstr "" msgstr ""
#: ldlang.c:6295 #: ldlang.c:6311
msgid "" msgid ""
"\n" "\n"
"Allocating common symbols\n" "Allocating common symbols\n"
msgstr "" msgstr ""
#: ldlang.c:6296 #: ldlang.c:6312
msgid "" msgid ""
"Common symbol size file\n" "Common symbol size file\n"
"\n" "\n"
msgstr "" msgstr ""
#: ldlang.c:6479 #: ldlang.c:6495
msgid "%P%F: invalid character %c (%d) in flags\n" msgid "%P%F: invalid character %c (%d) in flags\n"
msgstr "" msgstr ""
#: ldlang.c:6606 #: ldlang.c:6622
msgid "%F%P:%S: error: align with input and explicit align specified\n" msgid "%F%P:%S: error: align with input and explicit align specified\n"
msgstr "" msgstr ""
#: ldlang.c:7006 #: ldlang.c:7022
msgid "%P%F: Failed to create hash table\n" msgid "%P%F: Failed to create hash table\n"
msgstr "" msgstr ""
#: ldlang.c:7029 #: ldlang.c:7045
msgid "%P%F: %s: plugin reported error after all symbols read\n" msgid "%P%F: %s: plugin reported error after all symbols read\n"
msgstr "" msgstr ""
#: ldlang.c:7404 #: ldlang.c:7420
msgid "%P%F: multiple STARTUP files\n" msgid "%P%F: multiple STARTUP files\n"
msgstr "" msgstr ""
#: ldlang.c:7450 #: ldlang.c:7466
msgid "%X%P:%S: section has both a load address and a load region\n" msgid "%X%P:%S: section has both a load address and a load region\n"
msgstr "" msgstr ""
#: ldlang.c:7565 #: ldlang.c:7581
msgid "" msgid ""
"%X%P:%S: PHDRS and FILEHDR are not supported when prior PT_LOAD headers lack " "%X%P:%S: PHDRS and FILEHDR are not supported when prior PT_LOAD headers lack "
"them\n" "them\n"
msgstr "" msgstr ""
#: ldlang.c:7638 #: ldlang.c:7654
msgid "%F%P: no sections assigned to phdrs\n" msgid "%F%P: no sections assigned to phdrs\n"
msgstr "" msgstr ""
#: ldlang.c:7676 #: ldlang.c:7692
msgid "%F%P: bfd_record_phdr failed: %E\n" msgid "%F%P: bfd_record_phdr failed: %E\n"
msgstr "" msgstr ""
#: ldlang.c:7696 #: ldlang.c:7712
msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n"
msgstr "" msgstr ""
#: ldlang.c:8118 #: ldlang.c:8134
msgid "%X%P: unknown language `%s' in version information\n" msgid "%X%P: unknown language `%s' in version information\n"
msgstr "" msgstr ""
#: ldlang.c:8263 #: ldlang.c:8279
msgid "" msgid ""
"%X%P: anonymous version tag cannot be combined with other version tags\n" "%X%P: anonymous version tag cannot be combined with other version tags\n"
msgstr "" msgstr ""
#: ldlang.c:8272 #: ldlang.c:8288
msgid "%X%P: duplicate version tag `%s'\n" msgid "%X%P: duplicate version tag `%s'\n"
msgstr "" msgstr ""
#: ldlang.c:8293 ldlang.c:8302 ldlang.c:8320 ldlang.c:8330 #: ldlang.c:8309 ldlang.c:8318 ldlang.c:8336 ldlang.c:8346
msgid "%X%P: duplicate expression `%s' in version information\n" msgid "%X%P: duplicate expression `%s' in version information\n"
msgstr "" msgstr ""
#: ldlang.c:8370 #: ldlang.c:8386
msgid "%X%P: unable to find version dependency `%s'\n" msgid "%X%P: unable to find version dependency `%s'\n"
msgstr "" msgstr ""
#: ldlang.c:8393 #: ldlang.c:8409
msgid "%X%P: unable to read .exports section contents\n" msgid "%X%P: unable to read .exports section contents\n"
msgstr "" msgstr ""
#: ldlang.c:8431 #: ldlang.c:8447
msgid "%F%P: invalid origin for memory region %s\n" msgid "%F%P: invalid origin for memory region %s\n"
msgstr "" msgstr ""
#: ldlang.c:8440 #: ldlang.c:8456
msgid "%F%P: invalid length for memory region %s\n" msgid "%F%P: invalid length for memory region %s\n"
msgstr "" msgstr ""
#: ldlang.c:8550 #: ldlang.c:8566
msgid "%X%P: unknown feature `%s'\n" msgid "%X%P: unknown feature `%s'\n"
msgstr "" msgstr ""

View File

@ -1,3 +1,10 @@
2017-09-15 Nick Clifton <nickc@redhat.com>
2.29.1 Release
* configure: Regenerate.
* po/opcodes.pot: Regenerate.
2017-09-09 H.J. Lu <hongjiu.lu@intel.com> 2017-09-09 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (last_active_prefix): Removed. * i386-dis.c (last_active_prefix): Removed.

20
opcodes/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for opcodes 2.29.0. # Generated by GNU Autoconf 2.64 for opcodes 2.29.1.
# #
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='opcodes' PACKAGE_NAME='opcodes'
PACKAGE_TARNAME='opcodes' PACKAGE_TARNAME='opcodes'
PACKAGE_VERSION='2.29.0' PACKAGE_VERSION='2.29.1'
PACKAGE_STRING='opcodes 2.29.0' PACKAGE_STRING='opcodes 2.29.1'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1322,7 +1322,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures opcodes 2.29.0 to adapt to many kinds of systems. \`configure' configures opcodes 2.29.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1393,7 +1393,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of opcodes 2.29.0:";; short | recursive ) echo "Configuration of opcodes 2.29.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1500,7 +1500,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
opcodes configure 2.29.0 opcodes configure 2.29.1
generated by GNU Autoconf 2.64 generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009 Free Software Foundation, Inc.
@ -1910,7 +1910,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by opcodes $as_me 2.29.0, which was It was created by opcodes $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@ $ $0 $@
@ -3719,7 +3719,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='opcodes' PACKAGE='opcodes'
VERSION='2.29.0' VERSION='2.29.1'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -13307,7 +13307,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by opcodes $as_me 2.29.0, which was This file was extended by opcodes $as_me 2.29.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -13371,7 +13371,7 @@ Report bugs to the package provider."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
opcodes config.status 2.29.0 opcodes config.status 2.29.1
configured by $0, generated by GNU Autoconf 2.64, configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
"POT-Creation-Date: 2017-07-03 16:55+0200\n" "POT-Creation-Date: 2017-09-15 12:37+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#. Invalid option. #. Invalid option.
#: aarch64-dis.c:81 arc-dis.c:775 arm-dis.c:6132 #: aarch64-dis.c:81 arc-dis.c:775 arm-dis.c:6131
#, c-format #, c-format
msgid "Unrecognised disassembler option: %s\n" msgid "Unrecognised disassembler option: %s\n"
msgstr "" msgstr ""
@ -482,48 +482,48 @@ msgstr ""
msgid "Invalid position, should be 0,4, 8,...124." msgid "Invalid position, should be 0,4, 8,...124."
msgstr "" msgstr ""
#: arm-dis.c:3202 #: arm-dis.c:3205
msgid "Select raw register names" msgid "Select raw register names"
msgstr "" msgstr ""
#: arm-dis.c:3204 #: arm-dis.c:3207
msgid "Select register names used by GCC" msgid "Select register names used by GCC"
msgstr "" msgstr ""
#: arm-dis.c:3206 #: arm-dis.c:3209
msgid "Select register names used in ARM's ISA documentation" msgid "Select register names used in ARM's ISA documentation"
msgstr "" msgstr ""
#: arm-dis.c:3208 #: arm-dis.c:3211
msgid "Assume all insns are Thumb insns" msgid "Assume all insns are Thumb insns"
msgstr "" msgstr ""
#: arm-dis.c:3209 #: arm-dis.c:3212
msgid "Examine preceding label to determine an insn's type" msgid "Examine preceding label to determine an insn's type"
msgstr "" msgstr ""
#: arm-dis.c:3210 #: arm-dis.c:3213
msgid "Select register names used in the APCS" msgid "Select register names used in the APCS"
msgstr "" msgstr ""
#: arm-dis.c:3212 #: arm-dis.c:3215
msgid "Select register names used in the ATPCS" msgid "Select register names used in the ATPCS"
msgstr "" msgstr ""
#: arm-dis.c:3214 #: arm-dis.c:3217
msgid "Select special register names used in the ATPCS" msgid "Select special register names used in the ATPCS"
msgstr "" msgstr ""
#: arm-dis.c:3612 #: arm-dis.c:3615
msgid "<illegal precision>" msgid "<illegal precision>"
msgstr "" msgstr ""
#: arm-dis.c:6125 #: arm-dis.c:6124
#, c-format #, c-format
msgid "Unrecognised register name set: %s\n" msgid "Unrecognised register name set: %s\n"
msgstr "" msgstr ""
#: arm-dis.c:6829 #: arm-dis.c:6828
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
@ -632,12 +632,12 @@ msgstr ""
#: ip2k-asm.c:789 ip2k-asm.c:896 iq2000-asm.c:644 iq2000-asm.c:648 #: ip2k-asm.c:789 ip2k-asm.c:896 iq2000-asm.c:644 iq2000-asm.c:648
#: iq2000-asm.c:737 iq2000-asm.c:844 lm32-asm.c:534 lm32-asm.c:538 #: iq2000-asm.c:737 iq2000-asm.c:844 lm32-asm.c:534 lm32-asm.c:538
#: lm32-asm.c:627 lm32-asm.c:734 m32c-asm.c:1769 m32c-asm.c:1773 #: lm32-asm.c:627 lm32-asm.c:734 m32c-asm.c:1769 m32c-asm.c:1773
#: m32c-asm.c:1862 m32c-asm.c:1969 m32r-asm.c:513 m32r-asm.c:517 #: m32c-asm.c:1862 m32c-asm.c:1969 m32r-asm.c:513 m32r-asm.c:517 m32r-asm.c:606
#: m32r-asm.c:606 m32r-asm.c:713 mep-asm.c:1472 mep-asm.c:1476 mep-asm.c:1565 #: m32r-asm.c:713 mep-asm.c:1472 mep-asm.c:1476 mep-asm.c:1565 mep-asm.c:1672
#: mep-asm.c:1672 mt-asm.c:780 mt-asm.c:784 mt-asm.c:873 mt-asm.c:980 #: mt-asm.c:780 mt-asm.c:784 mt-asm.c:873 mt-asm.c:980 or1k-asm.c:688
#: or1k-asm.c:688 or1k-asm.c:692 or1k-asm.c:781 or1k-asm.c:888 xc16x-asm.c:561 #: or1k-asm.c:692 or1k-asm.c:781 or1k-asm.c:888 xc16x-asm.c:561 xc16x-asm.c:565
#: xc16x-asm.c:565 xc16x-asm.c:654 xc16x-asm.c:761 xstormy16-asm.c:461 #: xc16x-asm.c:654 xc16x-asm.c:761 xstormy16-asm.c:461 xstormy16-asm.c:465
#: xstormy16-asm.c:465 xstormy16-asm.c:554 xstormy16-asm.c:661 #: xstormy16-asm.c:554 xstormy16-asm.c:661
msgid "unrecognized instruction" msgid "unrecognized instruction"
msgstr "" msgstr ""
@ -695,9 +695,8 @@ msgid "*unknown*"
msgstr "" msgstr ""
#: epiphany-dis.c:277 fr30-dis.c:298 frv-dis.c:395 ip2k-dis.c:287 #: epiphany-dis.c:277 fr30-dis.c:298 frv-dis.c:395 ip2k-dis.c:287
#: iq2000-dis.c:188 lm32-dis.c:146 m32c-dis.c:890 m32r-dis.c:278 #: iq2000-dis.c:188 lm32-dis.c:146 m32c-dis.c:890 m32r-dis.c:278 mep-dis.c:1186
#: mep-dis.c:1186 mt-dis.c:289 or1k-dis.c:140 xc16x-dis.c:419 #: mt-dis.c:289 or1k-dis.c:140 xc16x-dis.c:419 xstormy16-dis.c:167
#: xstormy16-dis.c:167
#, c-format #, c-format
msgid "Unrecognized field %d while printing insn.\n" msgid "Unrecognized field %d while printing insn.\n"
msgstr "" msgstr ""
@ -819,11 +818,11 @@ msgstr ""
msgid "%02x\t\t*unknown*" msgid "%02x\t\t*unknown*"
msgstr "" msgstr ""
#: i386-dis.c:12280 #: i386-dis.c:12279
msgid "<internal disassembler error>" msgid "<internal disassembler error>"
msgstr "" msgstr ""
#: i386-dis.c:12579 #: i386-dis.c:12574
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
@ -832,86 +831,86 @@ msgid ""
"with the -M switch (multiple options should be separated by commas):\n" "with the -M switch (multiple options should be separated by commas):\n"
msgstr "" msgstr ""
#: i386-dis.c:12583 #: i386-dis.c:12578
#, c-format #, c-format
msgid " x86-64 Disassemble in 64bit mode\n" msgid " x86-64 Disassemble in 64bit mode\n"
msgstr "" msgstr ""
#: i386-dis.c:12584 #: i386-dis.c:12579
#, c-format #, c-format
msgid " i386 Disassemble in 32bit mode\n" msgid " i386 Disassemble in 32bit mode\n"
msgstr "" msgstr ""
#: i386-dis.c:12585 #: i386-dis.c:12580
#, c-format #, c-format
msgid " i8086 Disassemble in 16bit mode\n" msgid " i8086 Disassemble in 16bit mode\n"
msgstr "" msgstr ""
#: i386-dis.c:12586 #: i386-dis.c:12581
#, c-format #, c-format
msgid " att Display instruction in AT&T syntax\n" msgid " att Display instruction in AT&T syntax\n"
msgstr "" msgstr ""
#: i386-dis.c:12587 #: i386-dis.c:12582
#, c-format #, c-format
msgid " intel Display instruction in Intel syntax\n" msgid " intel Display instruction in Intel syntax\n"
msgstr "" msgstr ""
#: i386-dis.c:12588 #: i386-dis.c:12583
#, c-format #, c-format
msgid "" msgid ""
" att-mnemonic\n" " att-mnemonic\n"
" Display instruction in AT&T mnemonic\n" " Display instruction in AT&T mnemonic\n"
msgstr "" msgstr ""
#: i386-dis.c:12590 #: i386-dis.c:12585
#, c-format #, c-format
msgid "" msgid ""
" intel-mnemonic\n" " intel-mnemonic\n"
" Display instruction in Intel mnemonic\n" " Display instruction in Intel mnemonic\n"
msgstr "" msgstr ""
#: i386-dis.c:12592 #: i386-dis.c:12587
#, c-format #, c-format
msgid " addr64 Assume 64bit address size\n" msgid " addr64 Assume 64bit address size\n"
msgstr "" msgstr ""
#: i386-dis.c:12593 #: i386-dis.c:12588
#, c-format #, c-format
msgid " addr32 Assume 32bit address size\n" msgid " addr32 Assume 32bit address size\n"
msgstr "" msgstr ""
#: i386-dis.c:12594 #: i386-dis.c:12589
#, c-format #, c-format
msgid " addr16 Assume 16bit address size\n" msgid " addr16 Assume 16bit address size\n"
msgstr "" msgstr ""
#: i386-dis.c:12595 #: i386-dis.c:12590
#, c-format #, c-format
msgid " data32 Assume 32bit data size\n" msgid " data32 Assume 32bit data size\n"
msgstr "" msgstr ""
#: i386-dis.c:12596 #: i386-dis.c:12591
#, c-format #, c-format
msgid " data16 Assume 16bit data size\n" msgid " data16 Assume 16bit data size\n"
msgstr "" msgstr ""
#: i386-dis.c:12597 #: i386-dis.c:12592
#, c-format #, c-format
msgid " suffix Always display instruction suffix in AT&T syntax\n" msgid " suffix Always display instruction suffix in AT&T syntax\n"
msgstr "" msgstr ""
#: i386-dis.c:12598 #: i386-dis.c:12593
#, c-format #, c-format
msgid " amd64 Display instruction in AMD64 ISA\n" msgid " amd64 Display instruction in AMD64 ISA\n"
msgstr "" msgstr ""
#: i386-dis.c:12599 #: i386-dis.c:12594
#, c-format #, c-format
msgid " intel64 Display instruction in Intel64 ISA\n" msgid " intel64 Display instruction in Intel64 ISA\n"
msgstr "" msgstr ""
#: i386-dis.c:13150 #: i386-dis.c:13145
msgid "64-bit address is disabled" msgid "64-bit address is disabled"
msgstr "" msgstr ""

4
zlib/configure vendored
View File

@ -10408,7 +10408,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF cat > conftest.$ac_ext <<_LT_EOF
#line 10409 "configure" #line 10411 "configure"
#include "confdefs.h" #include "confdefs.h"
#if HAVE_DLFCN_H #if HAVE_DLFCN_H
@ -10514,7 +10514,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF cat > conftest.$ac_ext <<_LT_EOF
#line 10515 "configure" #line 10517 "configure"
#include "confdefs.h" #include "confdefs.h"
#if HAVE_DLFCN_H #if HAVE_DLFCN_H