Bump to 2.26.1, commit generated files.

bfd/
2016-06-29  Tristan Gingold  <gingold@adacore.com>

	* version.m4: Bump version to 2.26.1
	* configure: Regenerate.

binutils/
2016-06-29  Tristan Gingold  <gingold@adacore.com>

	* configure: Regenerate.

gas/
2016-06-29  Tristan Gingold  <gingold@adacore.com>

	* configure: Regenerate.

gprof/
2016-06-29  Tristan Gingold  <gingold@adacore.com>

	* configure: Regenerate.

ld/
2016-06-29  Tristan Gingold  <gingold@adacore.com>

	* configure: Regenerate.

opcodes/
2016-06-29  Tristan Gingold  <gingold@adacore.com>

	* configure: Regenerate.
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5430f0d..7b4ccd1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2016-06-29  Tristan Gingold  <gingold@adacore.com>
+
+	* version.m4: Bump version to 2.26.1
+	* configure: Regenerate.
+
+2016-06-29  Tristan Gingold  <gingold@adacore.com>
+
+	* development.sh: Set development to false.
+
 2016-06-28  Alan Modra  <amodra@gmail.com>
 
 	Apply from master
diff --git a/bfd/configure b/bfd/configure
index 7411c6d..2cacd7a 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for bfd 2.26.0.
+# Generated by GNU Autoconf 2.64 for bfd 2.26.1.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@
 # Identity of this package.
 PACKAGE_NAME='bfd'
 PACKAGE_TARNAME='bfd'
-PACKAGE_VERSION='2.26.0'
-PACKAGE_STRING='bfd 2.26.0'
+PACKAGE_VERSION='2.26.1'
+PACKAGE_STRING='bfd 2.26.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1351,7 +1351,7 @@
   # 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.
   cat <<_ACEOF
-\`configure' configures bfd 2.26.0 to adapt to many kinds of systems.
+\`configure' configures bfd 2.26.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1422,7 +1422,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of bfd 2.26.0:";;
+     short | recursive ) echo "Configuration of bfd 2.26.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1543,7 +1543,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-bfd configure 2.26.0
+bfd configure 2.26.1
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2185,7 +2185,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by bfd $as_me 2.26.0, which was
+It was created by bfd $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -3993,7 +3993,7 @@
 
 # Define the identity of the package.
  PACKAGE='bfd'
- VERSION='2.26.0'
+ VERSION='2.26.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16533,7 +16533,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by bfd $as_me 2.26.0, which was
+This file was extended by bfd $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16597,7 +16597,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-bfd config.status 2.26.0
+bfd config.status 2.26.1
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/bfd/development.sh b/bfd/development.sh
index 6bbef6d..0e65c07 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,4 +16,4 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Controls whether to enable development-mode features by default.
-development=true
+development=false
diff --git a/bfd/version.m4 b/bfd/version.m4
index 607d328..42fca3d 100644
--- a/bfd/version.m4
+++ b/bfd/version.m4
@@ -1 +1 @@
-m4_define([BFD_VERSION], [2.26.0])
+m4_define([BFD_VERSION], [2.26.1])
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2695a55..9c26fe9 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-29  Tristan Gingold  <gingold@adacore.com>
+
+	* configure: Regenerate.
+
 2016-06-28  Alan Modra  <amodra@gmail.com>
 
 	PR 20304
diff --git a/binutils/configure b/binutils/configure
index d4f3e1e..53cb411 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for binutils 2.26.0.
+# Generated by GNU Autoconf 2.64 for binutils 2.26.1.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@
 # Identity of this package.
 PACKAGE_NAME='binutils'
 PACKAGE_TARNAME='binutils'
-PACKAGE_VERSION='2.26.0'
-PACKAGE_STRING='binutils 2.26.0'
+PACKAGE_VERSION='2.26.1'
+PACKAGE_STRING='binutils 2.26.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1335,7 +1335,7 @@
   # 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.
   cat <<_ACEOF
-\`configure' configures binutils 2.26.0 to adapt to many kinds of systems.
+\`configure' configures binutils 2.26.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1406,7 +1406,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of binutils 2.26.0:";;
+     short | recursive ) echo "Configuration of binutils 2.26.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1527,7 +1527,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-binutils configure 2.26.0
+binutils configure 2.26.1
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2169,7 +2169,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by binutils $as_me 2.26.0, which was
+It was created by binutils $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -3977,7 +3977,7 @@
 
 # Define the identity of the package.
  PACKAGE='binutils'
- VERSION='2.26.0'
+ VERSION='2.26.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15142,7 +15142,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by binutils $as_me 2.26.0, which was
+This file was extended by binutils $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15206,7 +15206,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-binutils config.status 2.26.0
+binutils config.status 2.26.1
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/binutils/doc/addr2line.1 b/binutils/doc/addr2line.1
index 8a312d5..f94e214 100644
--- a/binutils/doc/addr2line.1
+++ b/binutils/doc/addr2line.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ADDR2LINE 1"
-.TH ADDR2LINE 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH ADDR2LINE 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/ar.1 b/binutils/doc/ar.1
index fed5051..df9dacb 100644
--- a/binutils/doc/ar.1
+++ b/binutils/doc/ar.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "AR 1"
-.TH AR 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH AR 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/binutils.info b/binutils/doc/binutils.info
index 6fb8e16..27d74f1 100644
--- a/binutils/doc/binutils.info
+++ b/binutils/doc/binutils.info
Binary files differ
diff --git a/binutils/doc/cxxfilt.man b/binutils/doc/cxxfilt.man
index 635157a..4f9cdbb 100644
--- a/binutils/doc/cxxfilt.man
+++ b/binutils/doc/cxxfilt.man
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "C++FILT 1"
-.TH C++FILT 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH C++FILT 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/dlltool.1 b/binutils/doc/dlltool.1
index 272d9ac..6590354 100644
--- a/binutils/doc/dlltool.1
+++ b/binutils/doc/dlltool.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "DLLTOOL 1"
-.TH DLLTOOL 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH DLLTOOL 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/elfedit.1 b/binutils/doc/elfedit.1
index 4a7ae05..25cb371 100644
--- a/binutils/doc/elfedit.1
+++ b/binutils/doc/elfedit.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ELFEDIT 1"
-.TH ELFEDIT 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH ELFEDIT 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/nlmconv.1 b/binutils/doc/nlmconv.1
index cf4511e..bae36b4 100644
--- a/binutils/doc/nlmconv.1
+++ b/binutils/doc/nlmconv.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "NLMCONV 1"
-.TH NLMCONV 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH NLMCONV 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/nm.1 b/binutils/doc/nm.1
index f0b9478..17e58a4 100644
--- a/binutils/doc/nm.1
+++ b/binutils/doc/nm.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "NM 1"
-.TH NM 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH NM 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/objcopy.1 b/binutils/doc/objcopy.1
index 9ec54c1..f7feb84 100644
--- a/binutils/doc/objcopy.1
+++ b/binutils/doc/objcopy.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "OBJCOPY 1"
-.TH OBJCOPY 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH OBJCOPY 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -1070,7 +1070,7 @@
 .PD
 For \s-1ELF\s0 files, these options control how \s-1DWARF\s0 debug sections are
 compressed.  \fB\-\-compress\-debug\-sections=none\fR is equivalent
-to \fB\-\-nocompress\-debug\-sections\fR.
+to \fB\-\-decompress\-debug\-sections\fR.
 \&\fB\-\-compress\-debug\-sections=zlib\fR and
 \&\fB\-\-compress\-debug\-sections=zlib\-gabi\fR are equivalent to
 \&\fB\-\-compress\-debug\-sections\fR.
diff --git a/binutils/doc/objdump.1 b/binutils/doc/objdump.1
index a5300e3..b4c1c45 100644
--- a/binutils/doc/objdump.1
+++ b/binutils/doc/objdump.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "OBJDUMP 1"
-.TH OBJDUMP 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH OBJDUMP 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/ranlib.1 b/binutils/doc/ranlib.1
index 0408f36..41f5b1e 100644
--- a/binutils/doc/ranlib.1
+++ b/binutils/doc/ranlib.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANLIB 1"
-.TH RANLIB 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH RANLIB 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/readelf.1 b/binutils/doc/readelf.1
index e4725da..1e4f9fd 100644
--- a/binutils/doc/readelf.1
+++ b/binutils/doc/readelf.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "READELF 1"
-.TH READELF 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH READELF 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/size.1 b/binutils/doc/size.1
index 9ed29f6..e170e14 100644
--- a/binutils/doc/size.1
+++ b/binutils/doc/size.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SIZE 1"
-.TH SIZE 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH SIZE 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/strings.1 b/binutils/doc/strings.1
index 07bcb09..ef69493 100644
--- a/binutils/doc/strings.1
+++ b/binutils/doc/strings.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "STRINGS 1"
-.TH STRINGS 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH STRINGS 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/strip.1 b/binutils/doc/strip.1
index c77bab5..dc09006 100644
--- a/binutils/doc/strip.1
+++ b/binutils/doc/strip.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "STRIP 1"
-.TH STRIP 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH STRIP 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/windmc.1 b/binutils/doc/windmc.1
index dc9d090..e43c4ea 100644
--- a/binutils/doc/windmc.1
+++ b/binutils/doc/windmc.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "WINDMC 1"
-.TH WINDMC 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH WINDMC 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/binutils/doc/windres.1 b/binutils/doc/windres.1
index 1ee77e1..2b6977b 100644
--- a/binutils/doc/windres.1
+++ b/binutils/doc/windres.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "WINDRES 1"
-.TH WINDRES 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH WINDRES 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/etc/config.log b/etc/config.log
index 0a523be..8435d7c 100644
--- a/etc/config.log
+++ b/etc/config.log
@@ -4,7 +4,7 @@
 It was created by configure, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
-  $ /Users/gingold/Repositories/fsf/binutils-release.git/etc/configure --srcdir=.././etc --cache-file=./config.cache --with-gnu-as --with-gnu-ld --program-transform-name=s&^&i386-pc-linux-gnu-& --disable-option-checking --build=x86_64-apple-darwin14.5.0 --host=x86_64-apple-darwin14.5.0 --target=i386-pc-linux-gnu
+  $ /Users/gingold/Repositories/fsf/binutils-release.git/etc/configure --srcdir=.././etc --cache-file=./config.cache --with-gnu-as --with-gnu-ld --program-transform-name=s&^&i386-pc-linux-gnu-& --disable-option-checking --build=x86_64-apple-darwin15.3.0 --host=x86_64-apple-darwin15.3.0 --target=i386-pc-linux-gnu
 
 ## --------- ##
 ## Platform. ##
@@ -12,9 +12,9 @@
 
 hostname = dhcp-guest-231.act-europe.fr
 uname -m = x86_64
-uname -r = 14.5.0
+uname -r = 15.3.0
 uname -s = Darwin
-uname -v = Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64
+uname -v = Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64
 
 /usr/bin/uname -p = i386
 /bin/uname -X     = unknown
@@ -23,21 +23,20 @@
 /usr/bin/arch -k       = unknown
 /usr/convex/getsysinfo = unknown
 /usr/bin/hostinfo      = Mach kernel version:
-	 Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64
+	 Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64
 Kernel configured for up to 8 processors.
 4 processors are physically available.
 8 processors are logically available.
 Processor type: i486 (Intel 80486)
 Processors active: 0 1 2 3 4 5 6 7
 Primary memory available: 16.00 gigabytes
-Default processor set: 300 tasks, 1248 threads, 8 processors
-Load average: 1.92, Mach factor: 6.07
+Default processor set: 306 tasks, 1354 threads, 8 processors
+Load average: 2.92, Mach factor: 5.35
 /bin/machine           = unknown
 /usr/bin/oslevel       = unknown
 /bin/universe          = unknown
 
 PATH: /Users/gingold/Repositories/fsf/release-binutils/tools/bin
-PATH: /Users/gingold/local/bin/
 PATH: /opt/local/bin
 PATH: /opt/local/sbin
 PATH: /System/Library/Frameworks/Python.framework/Versions/Current/bin
@@ -82,9 +81,9 @@
 ## ---------------- ##
 
 ac_cv_env_build_alias_set=set
-ac_cv_env_build_alias_value=x86_64-apple-darwin14.5.0
+ac_cv_env_build_alias_value=x86_64-apple-darwin15.3.0
 ac_cv_env_host_alias_set=set
-ac_cv_env_host_alias_value=x86_64-apple-darwin14.5.0
+ac_cv_env_host_alias_value=x86_64-apple-darwin15.3.0
 ac_cv_env_target_alias_set=set
 ac_cv_env_target_alias_value=i386-pc-linux-gnu
 ac_cv_path_install='/usr/local/bin/install -c'
@@ -113,13 +112,13 @@
 PATH_SEPARATOR=':'
 SHELL='/bin/sh'
 bindir='${exec_prefix}/bin'
-build_alias='x86_64-apple-darwin14.5.0'
+build_alias='x86_64-apple-darwin15.3.0'
 datadir='${datarootdir}'
 datarootdir='${prefix}/share'
 docdir='${datarootdir}/doc/${PACKAGE}'
 dvidir='${docdir}'
 exec_prefix='${prefix}'
-host_alias='x86_64-apple-darwin14.5.0'
+host_alias='x86_64-apple-darwin15.3.0'
 htmldir='${docdir}'
 includedir='${prefix}/include'
 infodir='${datarootdir}/info'
diff --git a/gas/ChangeLog b/gas/ChangeLog
index bcd0f21..0c55403 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-29  Tristan Gingold  <gingold@adacore.com>
+
+	* configure: Regenerate.
+
 2016-06-29  Maciej W. Rozycki  <macro@imgtec.com>
 
 	Backport from master
diff --git a/gas/configure b/gas/configure
index dd9c953..46ee87a 100755
--- a/gas/configure
+++ b/gas/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for gas 2.26.0.
+# Generated by GNU Autoconf 2.64 for gas 2.26.1.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@
 # Identity of this package.
 PACKAGE_NAME='gas'
 PACKAGE_TARNAME='gas'
-PACKAGE_VERSION='2.26.0'
-PACKAGE_STRING='gas 2.26.0'
+PACKAGE_VERSION='2.26.1'
+PACKAGE_STRING='gas 2.26.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1324,7 +1324,7 @@
   # 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.
   cat <<_ACEOF
-\`configure' configures gas 2.26.0 to adapt to many kinds of systems.
+\`configure' configures gas 2.26.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1395,7 +1395,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gas 2.26.0:";;
+     short | recursive ) echo "Configuration of gas 2.26.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1513,7 +1513,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gas configure 2.26.0
+gas configure 2.26.1
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1923,7 +1923,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gas $as_me 2.26.0, which was
+It was created by gas $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -3731,7 +3731,7 @@
 
 # Define the identity of the package.
  PACKAGE='gas'
- VERSION='2.26.0'
+ VERSION='2.26.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15063,7 +15063,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gas $as_me 2.26.0, which was
+This file was extended by gas $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15127,7 +15127,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-gas config.status 2.26.0
+gas config.status 2.26.1
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/gas/doc/as.1 b/gas/doc/as.1
index 8ea59af..32c06c5 100644
--- a/gas/doc/as.1
+++ b/gas/doc/as.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "AS 1"
-.TH AS 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH AS 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -1274,6 +1274,19 @@
 \&\fB\-momit\-lock\-prefix=\fR\fIyes\fR will omit all lock prefixes.
 \&\fB\-momit\-lock\-prefix=\fR\fIno\fR will encode lock prefix as usual,
 which is the default.
+.IP "\fB\-mrelax\-relocations=\fR\fIno\fR" 4
+.IX Item "-mrelax-relocations=no"
+.PD 0
+.IP "\fB\-mrelax\-relocations=\fR\fIyes\fR" 4
+.IX Item "-mrelax-relocations=yes"
+.PD
+These options control whether the assembler should generate relax
+relocations, R_386_GOT32X, in 32\-bit mode, or R_X86_64_GOTPCRELX and
+R_X86_64_REX_GOTPCRELX, in 64\-bit mode.
+\&\fB\-mrelax\-relocations=\fR\fIyes\fR will generate relax relocations.
+\&\fB\-mrelax\-relocations=\fR\fIno\fR will not generate relax
+relocations.  The default can be controlled by a configure option
+\&\fB\-\-enable\-x86\-relax\-relocations\fR.
 .IP "\fB\-mevexrcig=\fR\fIrne\fR" 4
 .IX Item "-mevexrcig=rne"
 .PD 0
diff --git a/gas/doc/as.info b/gas/doc/as.info
index a52195a..5e399ab 100644
--- a/gas/doc/as.info
+++ b/gas/doc/as.info
Binary files differ
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index cb3b0c3..92fcc6f 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-29  Tristan Gingold  <gingold@adacore.com>
+
+	* configure: Regenerate.
+
 2016-01-25  Tristan Gingold  <gingold@adacore.com>
 
 	* configure: Regenerate.
diff --git a/gprof/configure b/gprof/configure
index 693b927..777ec3c 100755
--- a/gprof/configure
+++ b/gprof/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for gprof 2.26.0.
+# Generated by GNU Autoconf 2.64 for gprof 2.26.1.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@
 # Identity of this package.
 PACKAGE_NAME='gprof'
 PACKAGE_TARNAME='gprof'
-PACKAGE_VERSION='2.26.0'
-PACKAGE_STRING='gprof 2.26.0'
+PACKAGE_VERSION='2.26.1'
+PACKAGE_STRING='gprof 2.26.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1299,7 +1299,7 @@
   # 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.
   cat <<_ACEOF
-\`configure' configures gprof 2.26.0 to adapt to many kinds of systems.
+\`configure' configures gprof 2.26.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1370,7 +1370,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gprof 2.26.0:";;
+     short | recursive ) echo "Configuration of gprof 2.26.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1476,7 +1476,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gprof configure 2.26.0
+gprof configure 2.26.1
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1841,7 +1841,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gprof $as_me 2.26.0, which was
+It was created by gprof $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -3649,7 +3649,7 @@
 
 # Define the identity of the package.
  PACKAGE='gprof'
- VERSION='2.26.0'
+ VERSION='2.26.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12706,7 +12706,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gprof $as_me 2.26.0, which was
+This file was extended by gprof $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12770,7 +12770,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-gprof config.status 2.26.0
+gprof config.status 2.26.1
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 95fba97..3c60c93 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-29  Tristan Gingold  <gingold@adacore.com>
+
+	* configure: Regenerate.
+
 2016-06-14  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
 
 	Backport from master
diff --git a/ld/configure b/ld/configure
index 8095b71..9bcae92 100755
--- a/ld/configure
+++ b/ld/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for ld 2.26.0.
+# Generated by GNU Autoconf 2.64 for ld 2.26.1.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@
 # Identity of this package.
 PACKAGE_NAME='ld'
 PACKAGE_TARNAME='ld'
-PACKAGE_VERSION='2.26.0'
-PACKAGE_STRING='ld 2.26.0'
+PACKAGE_VERSION='2.26.1'
+PACKAGE_STRING='ld 2.26.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1350,7 +1350,7 @@
   # 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.
   cat <<_ACEOF
-\`configure' configures ld 2.26.0 to adapt to many kinds of systems.
+\`configure' configures ld 2.26.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1421,7 +1421,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ld 2.26.0:";;
+     short | recursive ) echo "Configuration of ld 2.26.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1545,7 +1545,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ld configure 2.26.0
+ld configure 2.26.1
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2254,7 +2254,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ld $as_me 2.26.0, which was
+It was created by ld $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -4063,7 +4063,7 @@
 
 # Define the identity of the package.
  PACKAGE='ld'
- VERSION='2.26.0'
+ VERSION='2.26.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17740,7 +17740,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ld $as_me 2.26.0, which was
+This file was extended by ld $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17804,7 +17804,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-ld config.status 2.26.0
+ld config.status 2.26.1
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/ld/ld.1 b/ld/ld.1
index fb67502..a2a28f1 100644
--- a/ld/ld.1
+++ b/ld/ld.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "LD 1"
-.TH LD 1 "2016-01-25" "binutils-2.26" "GNU Development Tools"
+.TH LD 1 "2016-06-29" "binutils-2.26.1" "GNU Development Tools"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -1196,14 +1196,20 @@
 When creating a shared library, bind references to global symbols to the
 definition within the shared library, if any.  Normally, it is possible
 for a program linked against a shared library to override the definition
-within the shared library.  This option is only meaningful on \s-1ELF\s0
-platforms which support shared libraries.
+within the shared library.  This option can also be used with the
+\&\fB\-\-export\-dynamic\fR option, when creating a position independent
+executable, to bind references to global symbols to the definition within
+the executable.  This option is only meaningful on \s-1ELF\s0 platforms which
+support shared libraries and position independent executables.
 .IP "\fB\-Bsymbolic\-functions\fR" 4
 .IX Item "-Bsymbolic-functions"
 When creating a shared library, bind references to global function
 symbols to the definition within the shared library, if any.
+This option can also be used with the \fB\-\-export\-dynamic\fR option,
+when creating a position independent executable, to bind references
+to global function symbols to the definition within the executable.
 This option is only meaningful on \s-1ELF\s0 platforms which support shared
-libraries.
+libraries and position independent executables.
 .IP "\fB\-\-dynamic\-list=\fR\fIdynamic-list-file\fR" 4
 .IX Item "--dynamic-list=dynamic-list-file"
 Specify the name of a dynamic list file to the linker.  This is
diff --git a/ld/ld.info b/ld/ld.info
index f1e387e..6103812 100644
--- a/ld/ld.info
+++ b/ld/ld.info
Binary files differ
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 03941e3..94a6a6b 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-29  Tristan Gingold  <gingold@adacore.com>
+
+	* configure: Regenerate.
+
 2016-06-23  Peter Bergner  <bergner@vnet.ibm.com>
 
 	Apply from master.
diff --git a/opcodes/configure b/opcodes/configure
index eedb184..bdef518 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for opcodes 2.26.0.
+# Generated by GNU Autoconf 2.64 for opcodes 2.26.1.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@
 # Identity of this package.
 PACKAGE_NAME='opcodes'
 PACKAGE_TARNAME='opcodes'
-PACKAGE_VERSION='2.26.0'
-PACKAGE_STRING='opcodes 2.26.0'
+PACKAGE_VERSION='2.26.1'
+PACKAGE_STRING='opcodes 2.26.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1319,7 +1319,7 @@
   # 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.
   cat <<_ACEOF
-\`configure' configures opcodes 2.26.0 to adapt to many kinds of systems.
+\`configure' configures opcodes 2.26.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1390,7 +1390,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of opcodes 2.26.0:";;
+     short | recursive ) echo "Configuration of opcodes 2.26.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1497,7 +1497,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-opcodes configure 2.26.0
+opcodes configure 2.26.1
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1907,7 +1907,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by opcodes $as_me 2.26.0, which was
+It was created by opcodes $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -3715,7 +3715,7 @@
 
 # Define the identity of the package.
  PACKAGE='opcodes'
- VERSION='2.26.0'
+ VERSION='2.26.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13223,7 +13223,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by opcodes $as_me 2.26.0, which was
+This file was extended by opcodes $as_me 2.26.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13287,7 +13287,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-opcodes config.status 2.26.0
+opcodes config.status 2.26.1
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"