aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog9
-rwxr-xr-xbfd/configure20
-rw-r--r--bfd/development.sh2
-rw-r--r--bfd/version.m42
-rw-r--r--binutils/ChangeLog4
-rwxr-xr-xbinutils/configure20
-rw-r--r--binutils/doc/addr2line.12
-rw-r--r--binutils/doc/ar.12
-rw-r--r--binutils/doc/binutils.info2
-rw-r--r--binutils/doc/cxxfilt.man2
-rw-r--r--binutils/doc/dlltool.12
-rw-r--r--binutils/doc/elfedit.12
-rw-r--r--binutils/doc/nlmconv.12
-rw-r--r--binutils/doc/nm.12
-rw-r--r--binutils/doc/objcopy.14
-rw-r--r--binutils/doc/objdump.12
-rw-r--r--binutils/doc/ranlib.12
-rw-r--r--binutils/doc/readelf.12
-rw-r--r--binutils/doc/size.12
-rw-r--r--binutils/doc/strings.12
-rw-r--r--binutils/doc/strip.12
-rw-r--r--binutils/doc/windmc.12
-rw-r--r--binutils/doc/windres.12
-rw-r--r--etc/config.log21
-rw-r--r--gas/ChangeLog4
-rwxr-xr-xgas/configure20
-rw-r--r--gas/doc/as.115
-rw-r--r--gas/doc/as.info772
-rw-r--r--gprof/ChangeLog4
-rwxr-xr-xgprof/configure20
-rw-r--r--ld/ChangeLog4
-rwxr-xr-xld/configure20
-rw-r--r--ld/ld.114
-rw-r--r--ld/ld.info565
-rw-r--r--opcodes/ChangeLog4
-rwxr-xr-xopcodes/configure20
36 files changed, 821 insertions, 755 deletions
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 @@ MAKEFLAGS=
# 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 @@ if test "$ac_init_help" = "long"; then
# 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 @@ fi
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 @@ fi
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 @@ cat >config.log <<_ACEOF
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 @@ fi
# Define the identity of the package.
PACKAGE='bfd'
- VERSION='2.26.0'
+ VERSION='2.26.1'
cat >>confdefs.h <<_ACEOF
@@ -16533,7 +16533,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# 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 @@ Report bugs to the package provider."
_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 @@ MAKEFLAGS=
# 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 @@ if test "$ac_init_help" = "long"; then
# 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 @@ fi
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 @@ fi
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 @@ cat >config.log <<_ACEOF
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 @@ fi
# Define the identity of the package.
PACKAGE='binutils'
- VERSION='2.26.0'
+ VERSION='2.26.1'
cat >>confdefs.h <<_ACEOF
@@ -15142,7 +15142,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# 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 @@ Report bugs to the package provider."
_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
@@ -1627,7 +1627,7 @@ the `--reverse-bytes' option.)
`--compress-debug-sections=zlib-gabi'
For ELF files, these options control how DWARF debug sections are
compressed. `--compress-debug-sections=none' is equivalent to
- `--nocompress-debug-sections'. `--compress-debug-sections=zlib'
+ `--decompress-debug-sections'. `--compress-debug-sections=zlib'
and `--compress-debug-sections=zlib-gabi' are equivalent to
`--compress-debug-sections'. `--compress-debug-sections=zlib-gnu'
compresses DWARF debug sections using zlib. The debug sections
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 @@ Compress \s-1DWARF\s0 debug sections using zlib with \s-1SHF_COMPRESSED\s0 from
.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 @@ running configure, to aid debugging if configure makes a mistake.
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 @@ generated by GNU Autoconf 2.64. Invocation command line was
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 @@ uname -v = Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-
/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 @@ config.status:715: creating Makefile
## ---------------- ##
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 @@ PACKAGE_VERSION=''
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 @@ MAKEFLAGS=
# 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 @@ if test "$ac_init_help" = "long"; then
# 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 @@ fi
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 @@ fi
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 @@ cat >config.log <<_ACEOF
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 @@ fi
# Define the identity of the package.
PACKAGE='gas'
- VERSION='2.26.0'
+ VERSION='2.26.1'
cat >>confdefs.h <<_ACEOF
@@ -15063,7 +15063,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# 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 @@ Report bugs to the package provider."
_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 @@ single-thread computers
\&\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
@@ -10710,6 +10710,16 @@ The i386 version of `as' has a few machine dependent options:
omit all lock prefixes. `-momit-lock-prefix=NO' will encode lock
prefix as usual, which is the default.
+`-mrelax-relocations=NO'
+`-mrelax-relocations=YES'
+ 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.
+ `-mrelax-relocations=YES' will generate relax relocations.
+ `-mrelax-relocations=NO' will not generate relax relocations. The
+ default can be controlled by a configure option
+ `--enable-x86-relax-relocations'.
+
`-mevexrcig=RNE'
`-mevexrcig=RD'
`-mevexrcig=RU'
@@ -24009,11 +24019,11 @@ AS Index
* #: Comments. (line 33)
* #APP: Preprocessing. (line 27)
* #NO_APP: Preprocessing. (line 27)
-* $ in symbol names <1>: D10V-Chars. (line 53)
-* $ in symbol names <2>: Meta-Chars. (line 10)
-* $ in symbol names <3>: SH64-Chars. (line 15)
-* $ in symbol names <4>: SH-Chars. (line 15)
-* $ in symbol names: D30V-Chars. (line 70)
+* $ in symbol names <1>: SH64-Chars. (line 15)
+* $ in symbol names <2>: SH-Chars. (line 15)
+* $ in symbol names <3>: D30V-Chars. (line 70)
+* $ in symbol names <4>: Meta-Chars. (line 10)
+* $ in symbol names: D10V-Chars. (line 53)
* $a: ARM Mapping Symbols. (line 9)
* $acos math builtin, TIC54X: TIC54X-Builtins. (line 10)
* $asin math builtin, TIC54X: TIC54X-Builtins. (line 13)
@@ -24198,8 +24208,8 @@ AS Index
* -EL option, TILE-Gx: TILE-Gx Options. (line 11)
* -f: f. (line 6)
* -F command line option, Alpha: Alpha Options. (line 57)
-* -g command line option, Alpha: Alpha Options. (line 47)
* -G command line option, Alpha: Alpha Options. (line 53)
+* -g command line option, Alpha: Alpha Options. (line 47)
* -G option (MIPS): MIPS Options. (line 8)
* -h option, VAX/VMS: VAX-Opts. (line 45)
* -H option, VAX/VMS: VAX-Opts. (line 81)
@@ -24271,7 +24281,7 @@ AS Index
* -mall-enabled command line option, LM32: LM32 Options. (line 30)
* -mall-extensions: PDP-11-Options. (line 26)
* -mall-opcodes command line option, AVR: AVR Options. (line 109)
-* -mamd64 option, x86-64: i386-Options. (line 165)
+* -mamd64 option, x86-64: i386-Options. (line 175)
* -mapcs-26 command line option, ARM: ARM Options. (line 134)
* -mapcs-32 command line option, ARM: ARM Options. (line 134)
* -mapcs-float command line option, ARM: ARM Options. (line 148)
@@ -24317,8 +24327,8 @@ AS Index
* -mesa option, s390: s390 Options. (line 17)
* -mevexlig= option, i386: i386-Options. (line 94)
* -mevexlig= option, x86-64: i386-Options. (line 94)
-* -mevexrcig= option, i386: i386-Options. (line 155)
-* -mevexrcig= option, x86-64: i386-Options. (line 155)
+* -mevexrcig= option, i386: i386-Options. (line 165)
+* -mevexrcig= option, x86-64: i386-Options. (line 165)
* -mevexwig= option, i386: i386-Options. (line 104)
* -mevexwig= option, x86-64: i386-Options. (line 104)
* -mf option, far-mode: TIC54X-Opts. (line 8)
@@ -24337,7 +24347,7 @@ AS Index
* -micache-enabled command line option, LM32: LM32 Options. (line 21)
* -mimplicit-it command line option, ARM: ARM Options. (line 118)
* -mint-register: RX-Opts. (line 57)
-* -mintel64 option, x86-64: i386-Options. (line 165)
+* -mintel64 option, x86-64: i386-Options. (line 175)
* -mip2022 option, IP2K: IP2K-Opts. (line 14)
* -mip2022ext option, IP2022: IP2K-Opts. (line 9)
* -mj11: PDP-11-Options. (line 126)
@@ -24356,10 +24366,10 @@ AS Index
* -mlimited-eis: PDP-11-Options. (line 64)
* -mlink-relax command line option, AVR: AVR Options. (line 121)
* -mlittle-endian: RX-Opts. (line 26)
-* -mlong <1>: XGATE-Opts. (line 13)
-* -mlong: M68HC11-Opts. (line 45)
-* -mlong-double <1>: XGATE-Opts. (line 21)
-* -mlong-double: M68HC11-Opts. (line 53)
+* -mlong <1>: M68HC11-Opts. (line 45)
+* -mlong: XGATE-Opts. (line 13)
+* -mlong-double <1>: M68HC11-Opts. (line 53)
+* -mlong-double: XGATE-Opts. (line 21)
* -mm9s12x: M68HC11-Opts. (line 27)
* -mm9s12xg: M68HC11-Opts. (line 32)
* -mmcu= command line option, AVR: AVR Options. (line 6)
@@ -24409,6 +24419,8 @@ AS Index
* -mpid= command line option, TIC6X: TIC6X Options. (line 23)
* -mregnames option, s390: s390 Options. (line 33)
* -mrelax command line option, V850: V850 Options. (line 72)
+* -mrelax-relocations= option, i386: i386-Options. (line 155)
+* -mrelax-relocations= option, x86-64: i386-Options. (line 155)
* -mrh850-abi command line option, V850: V850 Options. (line 82)
* -mrmw command line option, AVR: AVR Options. (line 118)
* -mrx-abi: RX-Opts. (line 69)
@@ -24474,8 +24486,8 @@ AS Index
* -relax command line option, Alpha: Alpha Options. (line 32)
* -replace command line option, Alpha: Alpha Options. (line 40)
* -S, ignored on VAX: VAX-Opts. (line 11)
-* -t, ignored on VAX: VAX-Opts. (line 36)
* -T, ignored on VAX: VAX-Opts. (line 11)
+* -t, ignored on VAX: VAX-Opts. (line 36)
* -v: v. (line 6)
* -V, redundant on VAX: VAX-Opts. (line 22)
* -version: v. (line 6)
@@ -25243,8 +25255,8 @@ AS Index
* float directive, XGATE: XGATE-Float. (line 10)
* floating point numbers: Flonums. (line 6)
* floating point numbers (double): Double. (line 6)
-* floating point numbers (single) <1>: Float. (line 6)
-* floating point numbers (single): Single. (line 6)
+* floating point numbers (single) <1>: Single. (line 6)
+* floating point numbers (single): Float. (line 6)
* floating point, AArch64 (IEEE): AArch64 Floating Point.
(line 6)
* floating point, Alpha (IEEE): Alpha Floating Point.
@@ -25468,7 +25480,7 @@ AS Index
* Interrupt Vector Base address, ARC: ARC-Regs. (line 67)
* invalid input: Bug Criteria. (line 14)
* invocation summary: Overview. (line 6)
-* IP2K architecture options: IP2K-Opts. (line 14)
+* IP2K architecture options: IP2K-Opts. (line 9)
* IP2K line comment character: IP2K-Chars. (line 6)
* IP2K line separator: IP2K-Chars. (line 14)
* IP2K options: IP2K-Opts. (line 6)
@@ -25496,8 +25508,8 @@ AS Index
* label (:): Statements. (line 31)
* label directive, TIC54X: TIC54X-Directives. (line 123)
* labels: Labels. (line 6)
-* lcomm directive <1>: Lcomm. (line 6)
-* lcomm directive: ARC Directives. (line 9)
+* lcomm directive <1>: ARC Directives. (line 9)
+* lcomm directive: Lcomm. (line 6)
* lcomm directive, COFF: i386-Directives. (line 6)
* lcommon directive: ARC Directives. (line 24)
* ld: Object. (line 15)
@@ -26227,11 +26239,11 @@ AS Index
* section directive, V850: V850 Directives. (line 9)
* section name substitution: Section. (line 80)
* section override prefixes, i386: i386-Prefixes. (line 23)
-* Section Stack <1>: PopSection. (line 6)
-* Section Stack <2>: Previous. (line 6)
-* Section Stack <3>: PushSection. (line 6)
+* Section Stack <1>: PushSection. (line 6)
+* Section Stack <2>: Section. (line 71)
+* Section Stack <3>: Previous. (line 6)
* Section Stack <4>: SubSection. (line 6)
-* Section Stack: Section. (line 71)
+* Section Stack: PopSection. (line 6)
* section-relative addressing: Secs Background. (line 68)
* sections: Sections. (line 6)
* sections in messages, internal: As Sections. (line 6)
@@ -26417,17 +26429,17 @@ AS Index
* symbol attributes, SOM: SOM Symbols. (line 6)
* symbol descriptor, COFF: Desc. (line 6)
* symbol modifiers <1>: M32C-Modifiers. (line 11)
-* symbol modifiers <2>: LM32-Modifiers. (line 12)
+* symbol modifiers <2>: M68HC11-Modifiers. (line 12)
* symbol modifiers <3>: AVR-Modifiers. (line 12)
-* symbol modifiers: M68HC11-Modifiers. (line 12)
+* symbol modifiers: LM32-Modifiers. (line 12)
* symbol modifiers, TILE-Gx: TILE-Gx Modifiers. (line 6)
* symbol modifiers, TILEPro: TILEPro Modifiers. (line 6)
* symbol names: Symbol Names. (line 6)
-* symbol names, $ in <1>: Meta-Chars. (line 10)
-* symbol names, $ in <2>: D30V-Chars. (line 70)
-* symbol names, $ in <3>: D10V-Chars. (line 53)
-* symbol names, $ in <4>: SH-Chars. (line 15)
-* symbol names, $ in: SH64-Chars. (line 15)
+* symbol names, $ in <1>: D30V-Chars. (line 70)
+* symbol names, $ in <2>: SH64-Chars. (line 15)
+* symbol names, $ in <3>: Meta-Chars. (line 10)
+* symbol names, $ in <4>: D10V-Chars. (line 53)
+* symbol names, $ in: SH-Chars. (line 15)
* symbol names, local: Symbol Names. (line 30)
* symbol names, temporary: Symbol Names. (line 43)
* symbol prefix character, ARC: ARC-Chars. (line 20)
@@ -26458,8 +26470,8 @@ AS Index
* syntax, D30V: D30V-Syntax. (line 6)
* syntax, LM32: LM32-Modifiers. (line 6)
* syntax, M680x0: M68K-Syntax. (line 8)
-* syntax, M68HC11 <1>: M68HC11-Modifiers. (line 6)
-* syntax, M68HC11: M68HC11-Syntax. (line 6)
+* syntax, M68HC11 <1>: M68HC11-Syntax. (line 6)
+* syntax, M68HC11: M68HC11-Modifiers. (line 6)
* syntax, machine-independent: Syntax. (line 6)
* syntax, RL78: RL78-Modifiers. (line 6)
* syntax, RX: RX-Modifiers. (line 6)
@@ -26472,7 +26484,7 @@ AS Index
* tab (\t): Strings. (line 27)
* tab directive, TIC54X: TIC54X-Directives. (line 247)
* tag directive: Tag. (line 6)
-* tag directive, TIC54X: TIC54X-Directives. (line 250)
+* tag directive, TIC54X: TIC54X-Directives. (line 216)
* TBM, i386: i386-TBM. (line 6)
* TBM, x86-64: i386-TBM. (line 6)
* tdaoff pseudo-op, V850: V850 Opcodes. (line 81)
@@ -26576,9 +26588,9 @@ AS Index
* versions of symbols: Symver. (line 6)
* Virtualization instruction generation override: MIPS ASE Instruction Generation Overrides.
(line 47)
-* visibility <1>: Internal. (line 6)
-* visibility <2>: Protected. (line 6)
-* visibility: Hidden. (line 6)
+* visibility <1>: Protected. (line 6)
+* visibility <2>: Hidden. (line 6)
+* visibility: Internal. (line 6)
* Visium line comment character: Visium Characters. (line 6)
* Visium line separator: Visium Characters. (line 14)
* Visium options: Visium Options. (line 6)
@@ -26991,348 +27003,348 @@ Node: ESA/390 Directives373623
Node: ESA/390 Opcodes376912
Node: i386-Dependent377174
Node: i386-Options378504
-Node: i386-Directives385840
-Node: i386-Syntax386578
-Node: i386-Variations386883
-Node: i386-Chars389424
-Node: i386-Mnemonics390153
-Node: i386-Regs393517
-Node: i386-Prefixes395562
-Node: i386-Memory398322
-Node: i386-Jumps401259
-Node: i386-Float402380
-Node: i386-SIMD404209
-Node: i386-LWP405318
-Node: i386-BMI406152
-Node: i386-TBM406530
-Node: i386-16bit407060
-Node: i386-Arch409131
-Node: i386-Bugs412249
-Node: i386-Notes413003
-Node: i860-Dependent413861
-Node: Notes-i860414301
-Node: Options-i860415206
-Node: Directives-i860416569
-Node: Opcodes for i860417638
-Node: Syntax of i860419828
-Node: i860-Chars420012
-Node: i960-Dependent420571
-Node: Options-i960421018
-Node: Floating Point-i960424903
-Node: Directives-i960425171
-Node: Opcodes for i960427205
-Node: callj-i960427845
-Node: Compare-and-branch-i960428334
-Node: Syntax of i960430238
-Node: i960-Chars430438
-Node: IA-64-Dependent430981
-Node: IA-64 Options431282
-Node: IA-64 Syntax434433
-Node: IA-64-Chars434839
-Node: IA-64-Regs435069
-Node: IA-64-Bits435995
-Node: IA-64-Relocs436525
-Node: IA-64 Opcodes436997
-Node: IP2K-Dependent437269
-Node: IP2K-Opts437541
-Node: IP2K-Syntax438041
-Node: IP2K-Chars438215
-Node: LM32-Dependent438758
-Node: LM32 Options439053
-Node: LM32 Syntax439687
-Node: LM32-Regs439983
-Node: LM32-Modifiers440942
-Node: LM32-Chars442317
-Node: LM32 Opcodes442825
-Node: M32C-Dependent443129
-Node: M32C-Opts443638
-Node: M32C-Syntax444058
-Node: M32C-Modifiers444293
-Node: M32C-Chars446082
-Node: M32R-Dependent446648
-Node: M32R-Opts446969
-Node: M32R-Directives451132
-Node: M32R-Warnings455107
-Node: M68K-Dependent458113
-Node: M68K-Opts458580
-Node: M68K-Syntax465953
-Node: M68K-Moto-Syntax467793
-Node: M68K-Float470383
-Node: M68K-Directives470903
-Node: M68K-opcodes472231
-Node: M68K-Branch472457
-Node: M68K-Chars476655
-Node: M68HC11-Dependent477518
-Node: M68HC11-Opts478049
-Node: M68HC11-Syntax482354
-Node: M68HC11-Modifiers485145
-Node: M68HC11-Directives486973
-Node: M68HC11-Float488349
-Node: M68HC11-opcodes488877
-Node: M68HC11-Branch489059
-Node: Meta-Dependent491508
-Node: Meta Options491793
-Node: Meta Syntax492455
-Node: Meta-Chars492667
-Node: Meta-Regs492967
-Node: MicroBlaze-Dependent493243
-Node: MicroBlaze Directives493932
-Node: MicroBlaze Syntax495315
-Node: MicroBlaze-Chars495547
-Node: MIPS-Dependent496099
-Node: MIPS Options497536
-Node: MIPS Macros512242
-Ref: MIPS Macros-Footnote-1514956
-Node: MIPS Symbol Sizes515099
-Node: MIPS Small Data516771
-Node: MIPS ISA518934
-Node: MIPS assembly options520719
-Node: MIPS autoextend521852
-Node: MIPS insn522586
-Node: MIPS FP ABIs523866
-Node: MIPS FP ABI History524318
-Node: MIPS FP ABI Variants525078
-Node: MIPS FP ABI Selection527632
-Node: MIPS FP ABI Compatibility528696
-Node: MIPS NaN Encodings529506
-Node: MIPS Option Stack531469
-Node: MIPS ASE Instruction Generation Overrides532254
-Node: MIPS Floating-Point534968
-Node: MIPS Syntax535874
-Node: MIPS-Chars536136
-Node: MMIX-Dependent536678
-Node: MMIX-Opts537058
-Node: MMIX-Expand540662
-Node: MMIX-Syntax541977
-Ref: mmixsite542334
-Node: MMIX-Chars543175
-Node: MMIX-Symbols544049
-Node: MMIX-Regs546117
-Node: MMIX-Pseudos547142
-Ref: MMIX-loc547283
-Ref: MMIX-local548363
-Ref: MMIX-is548895
-Ref: MMIX-greg549166
-Ref: GREG-base550085
-Ref: MMIX-byte551402
-Ref: MMIX-constants551873
-Ref: MMIX-prefix552519
-Ref: MMIX-spec552893
-Node: MMIX-mmixal553227
-Node: MSP430-Dependent556725
-Node: MSP430 Options557194
-Node: MSP430 Syntax560373
-Node: MSP430-Macros560689
-Node: MSP430-Chars561420
-Node: MSP430-Regs562135
-Node: MSP430-Ext562695
-Node: MSP430 Floating Point564516
-Node: MSP430 Directives564740
-Node: MSP430 Opcodes566061
-Node: MSP430 Profiling Capability566456
-Node: NDS32-Dependent568785
-Node: NDS32 Options569397
-Node: NDS32 Syntax571298
-Node: NDS32-Chars571566
-Node: NDS32-Regs572033
-Node: NDS32-Ops572887
-Node: NiosII-Dependent576482
-Node: Nios II Options576901
-Node: Nios II Syntax578139
-Node: Nios II Chars578345
-Node: Nios II Relocations578536
-Node: Nios II Directives580108
-Node: Nios II Opcodes581671
-Node: NS32K-Dependent581946
-Node: NS32K Syntax582173
-Node: NS32K-Chars582322
-Node: PDP-11-Dependent583062
-Node: PDP-11-Options583452
-Node: PDP-11-Pseudos588523
-Node: PDP-11-Syntax588868
-Node: PDP-11-Mnemonics589700
-Node: PDP-11-Synthetic590002
-Node: PJ-Dependent590220
-Node: PJ Options590483
-Node: PJ Syntax590778
-Node: PJ-Chars590943
-Node: PPC-Dependent591492
-Node: PowerPC-Opts591825
-Node: PowerPC-Pseudo595452
-Node: PowerPC-Syntax596074
-Node: PowerPC-Chars596264
-Node: RL78-Dependent597015
-Node: RL78-Opts597413
-Node: RL78-Modifiers598180
-Node: RL78-Directives598956
-Node: RL78-Syntax599561
-Node: RL78-Chars599757
-Node: RX-Dependent600313
-Node: RX-Opts600744
-Node: RX-Modifiers604969
-Node: RX-Directives606073
-Node: RX-Float606813
-Node: RX-Syntax607454
-Node: RX-Chars607633
-Node: S/390-Dependent608185
-Node: s390 Options608906
-Node: s390 Characters610474
-Node: s390 Syntax610995
-Node: s390 Register611896
-Node: s390 Mnemonics612709
-Node: s390 Operands615729
-Node: s390 Formats618348
-Node: s390 Aliases626219
-Node: s390 Operand Modifier630116
-Node: s390 Instruction Marker633917
-Node: s390 Literal Pool Entries634933
-Node: s390 Directives636856
-Node: s390 Floating Point642299
-Node: SCORE-Dependent642745
-Node: SCORE-Opts643047
-Node: SCORE-Pseudo644335
-Node: SCORE-Syntax646412
-Node: SCORE-Chars646594
-Node: SH-Dependent647152
-Node: SH Options647563
-Node: SH Syntax648618
-Node: SH-Chars648891
-Node: SH-Regs649434
-Node: SH-Addressing650048
-Node: SH Floating Point650957
-Node: SH Directives652051
-Node: SH Opcodes652452
-Node: SH64-Dependent656774
-Node: SH64 Options657136
-Node: SH64 Syntax658933
-Node: SH64-Chars659216
-Node: SH64-Regs659765
-Node: SH64-Addressing660861
-Node: SH64 Directives662044
-Node: SH64 Opcodes663029
-Node: Sparc-Dependent663745
-Node: Sparc-Opts664156
-Node: Sparc-Aligned-Data669170
-Node: Sparc-Syntax670002
-Node: Sparc-Chars670576
-Node: Sparc-Regs671139
-Node: Sparc-Constants676623
-Node: Sparc-Relocs681383
-Node: Sparc-Size-Translations686519
-Node: Sparc-Float688168
-Node: Sparc-Directives688363
-Node: TIC54X-Dependent690323
-Node: TIC54X-Opts691086
-Node: TIC54X-Block692129
-Node: TIC54X-Env692489
-Node: TIC54X-Constants692837
-Node: TIC54X-Subsyms693239
-Node: TIC54X-Locals695148
-Node: TIC54X-Builtins695892
-Node: TIC54X-Ext698363
-Node: TIC54X-Directives698934
-Node: TIC54X-Macros709835
-Node: TIC54X-MMRegs711946
-Node: TIC54X-Syntax712184
-Node: TIC54X-Chars712374
-Node: TIC6X-Dependent713065
-Node: TIC6X Options713368
-Node: TIC6X Syntax715369
-Node: TIC6X Directives716471
-Node: TILE-Gx-Dependent718756
-Node: TILE-Gx Options719066
-Node: TILE-Gx Syntax719416
-Node: TILE-Gx Opcodes721650
-Node: TILE-Gx Registers721938
-Node: TILE-Gx Modifiers722710
-Node: TILE-Gx Directives727682
-Node: TILEPro-Dependent728586
-Node: TILEPro Options728895
-Node: TILEPro Syntax729079
-Node: TILEPro Opcodes731313
-Node: TILEPro Registers731604
-Node: TILEPro Modifiers732374
-Node: TILEPro Directives737139
-Node: V850-Dependent738043
-Node: V850 Options738439
-Node: V850 Syntax742719
-Node: V850-Chars742959
-Node: V850-Regs743503
-Node: V850 Floating Point745071
-Node: V850 Directives745277
-Node: V850 Opcodes747344
-Node: Vax-Dependent753236
-Node: VAX-Opts753820
-Node: VAX-float757555
-Node: VAX-directives758187
-Node: VAX-opcodes759048
-Node: VAX-branch759437
-Node: VAX-operands761944
-Node: VAX-no762707
-Node: VAX-Syntax762963
-Node: VAX-Chars763129
-Node: Visium-Dependent763683
-Node: Visium Options763990
-Node: Visium Syntax764456
-Node: Visium Characters764701
-Node: Visium Registers765282
-Node: Visium Opcodes765554
-Node: XGATE-Dependent765980
-Node: XGATE-Opts766402
-Node: XGATE-Syntax767393
-Node: XGATE-Directives769472
-Node: XGATE-Float769711
-Node: XGATE-opcodes770208
-Node: XSTORMY16-Dependent770320
-Node: XStormy16 Syntax770666
-Node: XStormy16-Chars770856
-Node: XStormy16 Directives771469
-Node: XStormy16 Opcodes772124
-Node: Xtensa-Dependent773180
-Node: Xtensa Options773914
-Node: Xtensa Syntax778185
-Node: Xtensa Opcodes780329
-Node: Xtensa Registers782123
-Node: Xtensa Optimizations782756
-Node: Density Instructions783208
-Node: Xtensa Automatic Alignment784310
-Node: Xtensa Relaxation786757
-Node: Xtensa Branch Relaxation787722
-Node: Xtensa Call Relaxation789094
-Node: Xtensa Jump Relaxation790875
-Node: Xtensa Immediate Relaxation792975
-Node: Xtensa Directives795549
-Node: Schedule Directive797258
-Node: Longcalls Directive797598
-Node: Transform Directive798142
-Node: Literal Directive798884
-Ref: Literal Directive-Footnote-1802423
-Node: Literal Position Directive802565
-Node: Literal Prefix Directive804264
-Node: Absolute Literals Directive805162
-Node: Z80-Dependent806469
-Node: Z80 Options806857
-Node: Z80 Syntax808280
-Node: Z80-Chars808952
-Node: Z80-Regs809802
-Node: Z80-Case810154
-Node: Z80 Floating Point810599
-Node: Z80 Directives810793
-Node: Z80 Opcodes812418
-Node: Z8000-Dependent813762
-Node: Z8000 Options814701
-Node: Z8000 Syntax814918
-Node: Z8000-Chars815208
-Node: Z8000-Regs815690
-Node: Z8000-Addressing816480
-Node: Z8000 Directives817597
-Node: Z8000 Opcodes819206
-Node: Reporting Bugs829148
-Node: Bug Criteria829874
-Node: Bug Reporting830641
-Node: Acknowledgements837290
-Ref: Acknowledgements-Footnote-1842255
-Node: GNU Free Documentation License842281
-Node: AS Index867450
+Node: i386-Directives386310
+Node: i386-Syntax387048
+Node: i386-Variations387353
+Node: i386-Chars389894
+Node: i386-Mnemonics390623
+Node: i386-Regs393987
+Node: i386-Prefixes396032
+Node: i386-Memory398792
+Node: i386-Jumps401729
+Node: i386-Float402850
+Node: i386-SIMD404679
+Node: i386-LWP405788
+Node: i386-BMI406622
+Node: i386-TBM407000
+Node: i386-16bit407530
+Node: i386-Arch409601
+Node: i386-Bugs412719
+Node: i386-Notes413473
+Node: i860-Dependent414331
+Node: Notes-i860414771
+Node: Options-i860415676
+Node: Directives-i860417039
+Node: Opcodes for i860418108
+Node: Syntax of i860420298
+Node: i860-Chars420482
+Node: i960-Dependent421041
+Node: Options-i960421488
+Node: Floating Point-i960425373
+Node: Directives-i960425641
+Node: Opcodes for i960427675
+Node: callj-i960428315
+Node: Compare-and-branch-i960428804
+Node: Syntax of i960430708
+Node: i960-Chars430908
+Node: IA-64-Dependent431451
+Node: IA-64 Options431752
+Node: IA-64 Syntax434903
+Node: IA-64-Chars435309
+Node: IA-64-Regs435539
+Node: IA-64-Bits436465
+Node: IA-64-Relocs436995
+Node: IA-64 Opcodes437467
+Node: IP2K-Dependent437739
+Node: IP2K-Opts438011
+Node: IP2K-Syntax438511
+Node: IP2K-Chars438685
+Node: LM32-Dependent439228
+Node: LM32 Options439523
+Node: LM32 Syntax440157
+Node: LM32-Regs440453
+Node: LM32-Modifiers441412
+Node: LM32-Chars442787
+Node: LM32 Opcodes443295
+Node: M32C-Dependent443599
+Node: M32C-Opts444108
+Node: M32C-Syntax444528
+Node: M32C-Modifiers444763
+Node: M32C-Chars446552
+Node: M32R-Dependent447118
+Node: M32R-Opts447439
+Node: M32R-Directives451602
+Node: M32R-Warnings455577
+Node: M68K-Dependent458583
+Node: M68K-Opts459050
+Node: M68K-Syntax466423
+Node: M68K-Moto-Syntax468263
+Node: M68K-Float470853
+Node: M68K-Directives471373
+Node: M68K-opcodes472701
+Node: M68K-Branch472927
+Node: M68K-Chars477125
+Node: M68HC11-Dependent477988
+Node: M68HC11-Opts478519
+Node: M68HC11-Syntax482824
+Node: M68HC11-Modifiers485615
+Node: M68HC11-Directives487443
+Node: M68HC11-Float488819
+Node: M68HC11-opcodes489347
+Node: M68HC11-Branch489529
+Node: Meta-Dependent491978
+Node: Meta Options492263
+Node: Meta Syntax492925
+Node: Meta-Chars493137
+Node: Meta-Regs493437
+Node: MicroBlaze-Dependent493713
+Node: MicroBlaze Directives494402
+Node: MicroBlaze Syntax495785
+Node: MicroBlaze-Chars496017
+Node: MIPS-Dependent496569
+Node: MIPS Options498006
+Node: MIPS Macros512712
+Ref: MIPS Macros-Footnote-1515426
+Node: MIPS Symbol Sizes515569
+Node: MIPS Small Data517241
+Node: MIPS ISA519404
+Node: MIPS assembly options521189
+Node: MIPS autoextend522322
+Node: MIPS insn523056
+Node: MIPS FP ABIs524336
+Node: MIPS FP ABI History524788
+Node: MIPS FP ABI Variants525548
+Node: MIPS FP ABI Selection528102
+Node: MIPS FP ABI Compatibility529166
+Node: MIPS NaN Encodings529976
+Node: MIPS Option Stack531939
+Node: MIPS ASE Instruction Generation Overrides532724
+Node: MIPS Floating-Point535438
+Node: MIPS Syntax536344
+Node: MIPS-Chars536606
+Node: MMIX-Dependent537148
+Node: MMIX-Opts537528
+Node: MMIX-Expand541132
+Node: MMIX-Syntax542447
+Ref: mmixsite542804
+Node: MMIX-Chars543645
+Node: MMIX-Symbols544519
+Node: MMIX-Regs546587
+Node: MMIX-Pseudos547612
+Ref: MMIX-loc547753
+Ref: MMIX-local548833
+Ref: MMIX-is549365
+Ref: MMIX-greg549636
+Ref: GREG-base550555
+Ref: MMIX-byte551872
+Ref: MMIX-constants552343
+Ref: MMIX-prefix552989
+Ref: MMIX-spec553363
+Node: MMIX-mmixal553697
+Node: MSP430-Dependent557195
+Node: MSP430 Options557664
+Node: MSP430 Syntax560843
+Node: MSP430-Macros561159
+Node: MSP430-Chars561890
+Node: MSP430-Regs562605
+Node: MSP430-Ext563165
+Node: MSP430 Floating Point564986
+Node: MSP430 Directives565210
+Node: MSP430 Opcodes566531
+Node: MSP430 Profiling Capability566926
+Node: NDS32-Dependent569255
+Node: NDS32 Options569867
+Node: NDS32 Syntax571768
+Node: NDS32-Chars572036
+Node: NDS32-Regs572503
+Node: NDS32-Ops573357
+Node: NiosII-Dependent576952
+Node: Nios II Options577371
+Node: Nios II Syntax578609
+Node: Nios II Chars578815
+Node: Nios II Relocations579006
+Node: Nios II Directives580578
+Node: Nios II Opcodes582141
+Node: NS32K-Dependent582416
+Node: NS32K Syntax582643
+Node: NS32K-Chars582792
+Node: PDP-11-Dependent583532
+Node: PDP-11-Options583922
+Node: PDP-11-Pseudos588993
+Node: PDP-11-Syntax589338
+Node: PDP-11-Mnemonics590170
+Node: PDP-11-Synthetic590472
+Node: PJ-Dependent590690
+Node: PJ Options590953
+Node: PJ Syntax591248
+Node: PJ-Chars591413
+Node: PPC-Dependent591962
+Node: PowerPC-Opts592295
+Node: PowerPC-Pseudo595922
+Node: PowerPC-Syntax596544
+Node: PowerPC-Chars596734
+Node: RL78-Dependent597485
+Node: RL78-Opts597883
+Node: RL78-Modifiers598650
+Node: RL78-Directives599426
+Node: RL78-Syntax600031
+Node: RL78-Chars600227
+Node: RX-Dependent600783
+Node: RX-Opts601214
+Node: RX-Modifiers605439
+Node: RX-Directives606543
+Node: RX-Float607283
+Node: RX-Syntax607924
+Node: RX-Chars608103
+Node: S/390-Dependent608655
+Node: s390 Options609376
+Node: s390 Characters610944
+Node: s390 Syntax611465
+Node: s390 Register612366
+Node: s390 Mnemonics613179
+Node: s390 Operands616199
+Node: s390 Formats618818
+Node: s390 Aliases626689
+Node: s390 Operand Modifier630586
+Node: s390 Instruction Marker634387
+Node: s390 Literal Pool Entries635403
+Node: s390 Directives637326
+Node: s390 Floating Point642769
+Node: SCORE-Dependent643215
+Node: SCORE-Opts643517
+Node: SCORE-Pseudo644805
+Node: SCORE-Syntax646882
+Node: SCORE-Chars647064
+Node: SH-Dependent647622
+Node: SH Options648033
+Node: SH Syntax649088
+Node: SH-Chars649361
+Node: SH-Regs649904
+Node: SH-Addressing650518
+Node: SH Floating Point651427
+Node: SH Directives652521
+Node: SH Opcodes652922
+Node: SH64-Dependent657244
+Node: SH64 Options657606
+Node: SH64 Syntax659403
+Node: SH64-Chars659686
+Node: SH64-Regs660235
+Node: SH64-Addressing661331
+Node: SH64 Directives662514
+Node: SH64 Opcodes663499
+Node: Sparc-Dependent664215
+Node: Sparc-Opts664626
+Node: Sparc-Aligned-Data669640
+Node: Sparc-Syntax670472
+Node: Sparc-Chars671046
+Node: Sparc-Regs671609
+Node: Sparc-Constants677093
+Node: Sparc-Relocs681853
+Node: Sparc-Size-Translations686989
+Node: Sparc-Float688638
+Node: Sparc-Directives688833
+Node: TIC54X-Dependent690793
+Node: TIC54X-Opts691556
+Node: TIC54X-Block692599
+Node: TIC54X-Env692959
+Node: TIC54X-Constants693307
+Node: TIC54X-Subsyms693709
+Node: TIC54X-Locals695618
+Node: TIC54X-Builtins696362
+Node: TIC54X-Ext698833
+Node: TIC54X-Directives699404
+Node: TIC54X-Macros710305
+Node: TIC54X-MMRegs712416
+Node: TIC54X-Syntax712654
+Node: TIC54X-Chars712844
+Node: TIC6X-Dependent713535
+Node: TIC6X Options713838
+Node: TIC6X Syntax715839
+Node: TIC6X Directives716941
+Node: TILE-Gx-Dependent719226
+Node: TILE-Gx Options719536
+Node: TILE-Gx Syntax719886
+Node: TILE-Gx Opcodes722120
+Node: TILE-Gx Registers722408
+Node: TILE-Gx Modifiers723180
+Node: TILE-Gx Directives728152
+Node: TILEPro-Dependent729056
+Node: TILEPro Options729365
+Node: TILEPro Syntax729549
+Node: TILEPro Opcodes731783
+Node: TILEPro Registers732074
+Node: TILEPro Modifiers732844
+Node: TILEPro Directives737609
+Node: V850-Dependent738513
+Node: V850 Options738909
+Node: V850 Syntax743189
+Node: V850-Chars743429
+Node: V850-Regs743973
+Node: V850 Floating Point745541
+Node: V850 Directives745747
+Node: V850 Opcodes747814
+Node: Vax-Dependent753706
+Node: VAX-Opts754290
+Node: VAX-float758025
+Node: VAX-directives758657
+Node: VAX-opcodes759518
+Node: VAX-branch759907
+Node: VAX-operands762414
+Node: VAX-no763177
+Node: VAX-Syntax763433
+Node: VAX-Chars763599
+Node: Visium-Dependent764153
+Node: Visium Options764460
+Node: Visium Syntax764926
+Node: Visium Characters765171
+Node: Visium Registers765752
+Node: Visium Opcodes766024
+Node: XGATE-Dependent766450
+Node: XGATE-Opts766872
+Node: XGATE-Syntax767863
+Node: XGATE-Directives769942
+Node: XGATE-Float770181
+Node: XGATE-opcodes770678
+Node: XSTORMY16-Dependent770790
+Node: XStormy16 Syntax771136
+Node: XStormy16-Chars771326
+Node: XStormy16 Directives771939
+Node: XStormy16 Opcodes772594
+Node: Xtensa-Dependent773650
+Node: Xtensa Options774384
+Node: Xtensa Syntax778655
+Node: Xtensa Opcodes780799
+Node: Xtensa Registers782593
+Node: Xtensa Optimizations783226
+Node: Density Instructions783678
+Node: Xtensa Automatic Alignment784780
+Node: Xtensa Relaxation787227
+Node: Xtensa Branch Relaxation788192
+Node: Xtensa Call Relaxation789564
+Node: Xtensa Jump Relaxation791345
+Node: Xtensa Immediate Relaxation793445
+Node: Xtensa Directives796019
+Node: Schedule Directive797728
+Node: Longcalls Directive798068
+Node: Transform Directive798612
+Node: Literal Directive799354
+Ref: Literal Directive-Footnote-1802893
+Node: Literal Position Directive803035
+Node: Literal Prefix Directive804734
+Node: Absolute Literals Directive805632
+Node: Z80-Dependent806939
+Node: Z80 Options807327
+Node: Z80 Syntax808750
+Node: Z80-Chars809422
+Node: Z80-Regs810272
+Node: Z80-Case810624
+Node: Z80 Floating Point811069
+Node: Z80 Directives811263
+Node: Z80 Opcodes812888
+Node: Z8000-Dependent814232
+Node: Z8000 Options815171
+Node: Z8000 Syntax815388
+Node: Z8000-Chars815678
+Node: Z8000-Regs816160
+Node: Z8000-Addressing816950
+Node: Z8000 Directives818067
+Node: Z8000 Opcodes819676
+Node: Reporting Bugs829618
+Node: Bug Criteria830344
+Node: Bug Reporting831111
+Node: Acknowledgements837760
+Ref: Acknowledgements-Footnote-1842725
+Node: GNU Free Documentation License842751
+Node: AS Index867920

End Tag Table
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 @@ MAKEFLAGS=
# 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 @@ if test "$ac_init_help" = "long"; then
# 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 @@ fi
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 @@ fi
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 @@ cat >config.log <<_ACEOF
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 @@ fi
# Define the identity of the package.
PACKAGE='gprof'
- VERSION='2.26.0'
+ VERSION='2.26.1'
cat >>confdefs.h <<_ACEOF
@@ -12706,7 +12706,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# 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 @@ Report bugs to the package provider."
_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 @@ MAKEFLAGS=
# 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 @@ if test "$ac_init_help" = "long"; then
# 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 @@ fi
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 @@ fi
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 @@ cat >config.log <<_ACEOF
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 @@ fi
# Define the identity of the package.
PACKAGE='ld'
- VERSION='2.26.0'
+ VERSION='2.26.1'
cat >>confdefs.h <<_ACEOF
@@ -17740,7 +17740,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# 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 @@ Report bugs to the package provider."
_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 @@ libraries.
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
@@ -980,14 +980,21 @@ GNU linker:
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 ELF platforms which support shared libraries.
+ override the definition within the shared library. This option
+ can also be used with the `--export-dynamic' 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 ELF platforms which support shared libraries
+ and position independent executables.
`-Bsymbolic-functions'
When creating a shared library, bind references to global function
symbols to the definition within the shared library, if any. This
- option is only meaningful on ELF platforms which support shared
- libraries.
+ option can also be used with the `--export-dynamic' 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 ELF platforms which support
+ shared libraries and position independent executables.
`--dynamic-list=DYNAMIC-LIST-FILE'
Specify the name of a dynamic list file to the linker. This is
@@ -7592,76 +7599,76 @@ LD Index
* -(: Options. (line 804)
* --accept-unknown-input-arch: Options. (line 822)
* --add-needed: Options. (line 850)
-* --add-stdcall-alias: Options. (line 1743)
-* --allow-multiple-definition: Options. (line 1121)
-* --allow-shlib-undefined: Options. (line 1127)
+* --add-stdcall-alias: Options. (line 1750)
+* --allow-multiple-definition: Options. (line 1128)
+* --allow-shlib-undefined: Options. (line 1134)
* --architecture=ARCH: Options. (line 123)
* --as-needed: Options. (line 832)
* --audit AUDITLIB: Options. (line 112)
* --auxiliary=NAME: Options. (line 255)
-* --bank-window: Options. (line 2197)
-* --base-file: Options. (line 1748)
+* --bank-window: Options. (line 2204)
+* --base-file: Options. (line 1755)
* --be8: ARM. (line 28)
* --bss-plt: PowerPC ELF32. (line 16)
-* --build-id: Options. (line 1705)
-* --build-id=STYLE: Options. (line 1705)
-* --check-sections: Options. (line 929)
-* --compress-debug-sections=none: Options. (line 1675)
-* --compress-debug-sections=zlib: Options. (line 1675)
-* --compress-debug-sections=zlib-gabi: Options. (line 1675)
-* --compress-debug-sections=zlib-gnu: Options. (line 1675)
-* --copy-dt-needed-entries: Options. (line 941)
-* --cref: Options. (line 961)
-* --default-imported-symver: Options. (line 1164)
+* --build-id: Options. (line 1712)
+* --build-id=STYLE: Options. (line 1712)
+* --check-sections: Options. (line 936)
+* --compress-debug-sections=none: Options. (line 1682)
+* --compress-debug-sections=zlib: Options. (line 1682)
+* --compress-debug-sections=zlib-gabi: Options. (line 1682)
+* --compress-debug-sections=zlib-gnu: Options. (line 1682)
+* --copy-dt-needed-entries: Options. (line 948)
+* --cref: Options. (line 968)
+* --default-imported-symver: Options. (line 1171)
* --default-script=SCRIPT: Options. (line 562)
-* --default-symver: Options. (line 1160)
-* --defsym=SYMBOL=EXP: Options. (line 990)
-* --demangle[=STYLE]: Options. (line 1002)
+* --default-symver: Options. (line 1167)
+* --defsym=SYMBOL=EXP: Options. (line 997)
+* --demangle[=STYLE]: Options. (line 1009)
* --depaudit AUDITLIB: Options. (line 177)
-* --disable-auto-image-base: Options. (line 1935)
-* --disable-auto-import: Options. (line 2070)
-* --disable-large-address-aware: Options. (line 1874)
-* --disable-long-section-names: Options. (line 1758)
-* --disable-new-dtags: Options. (line 1651)
-* --disable-runtime-pseudo-reloc: Options. (line 2083)
-* --disable-stdcall-fixup: Options. (line 1780)
+* --disable-auto-image-base: Options. (line 1942)
+* --disable-auto-import: Options. (line 2077)
+* --disable-large-address-aware: Options. (line 1881)
+* --disable-long-section-names: Options. (line 1765)
+* --disable-new-dtags: Options. (line 1658)
+* --disable-runtime-pseudo-reloc: Options. (line 2090)
+* --disable-stdcall-fixup: Options. (line 1787)
* --discard-all: Options. (line 647)
* --discard-locals: Options. (line 651)
-* --dll: Options. (line 1753)
-* --dll-search-prefix: Options. (line 1941)
+* --dll: Options. (line 1760)
+* --dll-search-prefix: Options. (line 1948)
* --dotsyms: PowerPC64 ELF64. (line 33)
-* --dsbt-index: Options. (line 2174)
-* --dsbt-size: Options. (line 2169)
-* --dynamic-linker=FILE: Options. (line 1015)
-* --dynamic-list-cpp-new: Options. (line 921)
-* --dynamic-list-cpp-typeinfo: Options. (line 925)
-* --dynamic-list-data: Options. (line 918)
-* --dynamic-list=DYNAMIC-LIST-FILE: Options. (line 905)
-* --dynamicbase: Options. (line 2123)
-* --eh-frame-hdr: Options. (line 1642)
+* --dsbt-index: Options. (line 2181)
+* --dsbt-size: Options. (line 2176)
+* --dynamic-linker=FILE: Options. (line 1022)
+* --dynamic-list-cpp-new: Options. (line 928)
+* --dynamic-list-cpp-typeinfo: Options. (line 932)
+* --dynamic-list-data: Options. (line 925)
+* --dynamic-list=DYNAMIC-LIST-FILE: Options. (line 912)
+* --dynamicbase: Options. (line 2130)
+* --eh-frame-hdr: Options. (line 1649)
* --emit-relocs: Options. (line 497)
* --emit-stack-syms: SPU ELF. (line 46)
* --emit-stub-syms <1>: PowerPC ELF32. (line 47)
* --emit-stub-syms <2>: SPU ELF. (line 15)
* --emit-stub-syms: PowerPC64 ELF64. (line 29)
-* --enable-auto-image-base: Options. (line 1926)
-* --enable-auto-import: Options. (line 1950)
-* --enable-extra-pe-debug: Options. (line 2088)
-* --enable-long-section-names: Options. (line 1758)
-* --enable-new-dtags: Options. (line 1651)
-* --enable-runtime-pseudo-reloc: Options. (line 2075)
-* --enable-stdcall-fixup: Options. (line 1780)
+* --enable-auto-image-base: Options. (line 1933)
+* --enable-auto-import: Options. (line 1957)
+* --enable-extra-pe-debug: Options. (line 2095)
+* --enable-long-section-names: Options. (line 1765)
+* --enable-new-dtags: Options. (line 1658)
+* --enable-runtime-pseudo-reloc: Options. (line 2082)
+* --enable-stdcall-fixup: Options. (line 1787)
* --entry=ENTRY: Options. (line 187)
-* --error-unresolved-symbols: Options. (line 1595)
-* --exclude-all-symbols: Options. (line 1834)
+* --error-unresolved-symbols: Options. (line 1602)
+* --exclude-all-symbols: Options. (line 1841)
* --exclude-libs: Options. (line 197)
* --exclude-modules-for-implib: Options. (line 208)
-* --exclude-symbols: Options. (line 1828)
-* --export-all-symbols: Options. (line 1804)
+* --exclude-symbols: Options. (line 1835)
+* --export-all-symbols: Options. (line 1811)
* --export-dynamic: Options. (line 221)
* --extra-overlay-stubs: SPU ELF. (line 19)
-* --fatal-warnings: Options. (line 1028)
-* --file-alignment: Options. (line 1838)
+* --fatal-warnings: Options. (line 1035)
+* --file-alignment: Options. (line 1845)
* --filter=NAME: Options. (line 276)
* --fix-arm1176: ARM. (line 112)
* --fix-cortex-a53-835769: ARM. (line 213)
@@ -7670,66 +7677,66 @@ LD Index
* --fix-v4bx: ARM. (line 50)
* --fix-v4bx-interworking: ARM. (line 63)
* --force-dynamic: Options. (line 506)
-* --force-exe-suffix: Options. (line 1033)
-* --forceinteg: Options. (line 2128)
+* --force-exe-suffix: Options. (line 1040)
+* --forceinteg: Options. (line 2135)
* --format=FORMAT: Options. (line 134)
* --format=VERSION: TI COFF. (line 6)
-* --gc-sections: Options. (line 1043)
-* --got: Options. (line 2210)
+* --gc-sections: Options. (line 1050)
+* --got: Options. (line 2217)
* --got=TYPE: M68K. (line 6)
* --gpsize=VALUE: Options. (line 309)
-* --hash-size=NUMBER: Options. (line 1661)
-* --hash-style=STYLE: Options. (line 1669)
-* --heap: Options. (line 1844)
-* --help: Options. (line 1094)
-* --high-entropy-va: Options. (line 2119)
-* --image-base: Options. (line 1851)
-* --insert-timestamp: Options. (line 2151)
+* --hash-size=NUMBER: Options. (line 1668)
+* --hash-style=STYLE: Options. (line 1676)
+* --heap: Options. (line 1851)
+* --help: Options. (line 1101)
+* --high-entropy-va: Options. (line 2126)
+* --image-base: Options. (line 1858)
+* --insert-timestamp: Options. (line 2158)
* --insn32 <1>: MIPS. (line 6)
-* --insn32: Options. (line 2222)
+* --insn32: Options. (line 2229)
* --just-symbols=FILE: Options. (line 529)
-* --kill-at: Options. (line 1860)
-* --large-address-aware: Options. (line 1865)
-* --ld-generated-unwind-info: Options. (line 1646)
-* --leading-underscore: Options. (line 1798)
+* --kill-at: Options. (line 1867)
+* --large-address-aware: Options. (line 1872)
+* --ld-generated-unwind-info: Options. (line 1653)
+* --leading-underscore: Options. (line 1805)
* --library-path=DIR: Options. (line 367)
* --library=NAMESPEC: Options. (line 334)
* --local-store=lo:hi: SPU ELF. (line 24)
* --long-plt: ARM. (line 224)
-* --major-image-version: Options. (line 1881)
-* --major-os-version: Options. (line 1886)
-* --major-subsystem-version: Options. (line 1890)
+* --major-image-version: Options. (line 1888)
+* --major-os-version: Options. (line 1893)
+* --major-subsystem-version: Options. (line 1897)
* --merge-exidx-entries: ARM. (line 221)
-* --minor-image-version: Options. (line 1895)
-* --minor-os-version: Options. (line 1900)
-* --minor-subsystem-version: Options. (line 1904)
+* --minor-image-version: Options. (line 1902)
+* --minor-os-version: Options. (line 1907)
+* --minor-subsystem-version: Options. (line 1911)
* --mri-script=MRI-CMDFILE: Options. (line 158)
* --multi-subspace: HPPA ELF32. (line 6)
* --nmagic: Options. (line 439)
* --no-accept-unknown-input-arch: Options. (line 822)
* --no-add-needed: Options. (line 850)
-* --no-allow-shlib-undefined: Options. (line 1127)
+* --no-allow-shlib-undefined: Options. (line 1134)
* --no-as-needed: Options. (line 832)
-* --no-bind: Options. (line 2142)
-* --no-check-sections: Options. (line 929)
-* --no-copy-dt-needed-entries: Options. (line 941)
-* --no-define-common: Options. (line 974)
-* --no-demangle: Options. (line 1002)
+* --no-bind: Options. (line 2149)
+* --no-check-sections: Options. (line 936)
+* --no-copy-dt-needed-entries: Options. (line 948)
+* --no-define-common: Options. (line 981)
+* --no-demangle: Options. (line 1009)
* --no-dotsyms: PowerPC64 ELF64. (line 33)
-* --no-dynamic-linker: Options. (line 1022)
+* --no-dynamic-linker: Options. (line 1029)
* --no-enum-size-warning: ARM. (line 159)
* --no-export-dynamic: Options. (line 221)
-* --no-fatal-warnings: Options. (line 1028)
+* --no-fatal-warnings: Options. (line 1035)
* --no-fix-arm1176: ARM. (line 112)
* --no-fix-cortex-a53-835769: ARM. (line 213)
* --no-fix-cortex-a8: ARM. (line 204)
-* --no-gc-sections: Options. (line 1043)
-* --no-insn32 <1>: Options. (line 2223)
+* --no-gc-sections: Options. (line 1050)
+* --no-insn32 <1>: Options. (line 2230)
* --no-insn32: MIPS. (line 6)
-* --no-isolation: Options. (line 2135)
-* --no-keep-memory: Options. (line 1106)
-* --no-leading-underscore: Options. (line 1798)
-* --no-merge-exidx-entries <1>: Options. (line 2181)
+* --no-isolation: Options. (line 2142)
+* --no-keep-memory: Options. (line 1113)
+* --no-leading-underscore: Options. (line 1805)
+* --no-merge-exidx-entries <1>: Options. (line 2188)
* --no-merge-exidx-entries: ARM. (line 221)
* --no-multi-toc: PowerPC64 ELF64. (line 97)
* --no-omagic: Options. (line 454)
@@ -7738,74 +7745,74 @@ LD Index
* --no-plt-align: PowerPC64 ELF64. (line 119)
* --no-plt-static-chain: PowerPC64 ELF64. (line 127)
* --no-plt-thread-safe: PowerPC64 ELF64. (line 133)
-* --no-print-gc-sections: Options. (line 1067)
+* --no-print-gc-sections: Options. (line 1074)
* --no-save-restore-funcs: PowerPC64 ELF64. (line 44)
-* --no-seh: Options. (line 2138)
+* --no-seh: Options. (line 2145)
* --no-tls-get-addr-optimize: PowerPC64 ELF64. (line 57)
* --no-tls-optimize <1>: PowerPC64 ELF64. (line 52)
* --no-tls-optimize: PowerPC ELF32. (line 51)
* --no-toc-optimize: PowerPC64 ELF64. (line 83)
* --no-toc-sort: PowerPC64 ELF64. (line 109)
-* --no-trampoline: Options. (line 2191)
-* --no-undefined: Options. (line 1113)
-* --no-undefined-version: Options. (line 1155)
-* --no-warn-mismatch: Options. (line 1168)
-* --no-warn-search-mismatch: Options. (line 1177)
+* --no-trampoline: Options. (line 2198)
+* --no-undefined: Options. (line 1120)
+* --no-undefined-version: Options. (line 1162)
+* --no-warn-mismatch: Options. (line 1175)
+* --no-warn-search-mismatch: Options. (line 1184)
* --no-wchar-size-warning: ARM. (line 166)
-* --no-whole-archive: Options. (line 1181)
-* --noinhibit-exec: Options. (line 1185)
+* --no-whole-archive: Options. (line 1188)
+* --noinhibit-exec: Options. (line 1192)
* --non-overlapping-opd: PowerPC64 ELF64. (line 77)
-* --nxcompat: Options. (line 2131)
-* --oformat=OUTPUT-FORMAT: Options. (line 1197)
+* --nxcompat: Options. (line 2138)
+* --oformat=OUTPUT-FORMAT: Options. (line 1204)
* --omagic: Options. (line 445)
* --orphan-handling=MODE: Options. (line 606)
-* --out-implib: Options. (line 1917)
-* --output-def: Options. (line 1909)
+* --out-implib: Options. (line 1924)
+* --output-def: Options. (line 1916)
* --output=OUTPUT: Options. (line 460)
-* --pic-executable: Options. (line 1210)
+* --pic-executable: Options. (line 1217)
* --pic-veneer: ARM. (line 172)
* --plt-align: PowerPC64 ELF64. (line 119)
* --plt-static-chain: PowerPC64 ELF64. (line 127)
* --plt-thread-safe: PowerPC64 ELF64. (line 133)
* --plugin: SPU ELF. (line 6)
* --pop-state: Options. (line 494)
-* --print-gc-sections: Options. (line 1067)
+* --print-gc-sections: Options. (line 1074)
* --print-map: Options. (line 402)
-* --print-memory-usage: Options. (line 1082)
-* --print-output-format: Options. (line 1076)
+* --print-memory-usage: Options. (line 1089)
+* --print-output-format: Options. (line 1083)
* --push-state: Options. (line 476)
-* --reduce-memory-overheads: Options. (line 1691)
-* --relax: Options. (line 1226)
+* --reduce-memory-overheads: Options. (line 1698)
+* --relax: Options. (line 1233)
* --relax on i960: i960. (line 31)
* --relax on Nios II: Nios II. (line 6)
* --relax on PowerPC: PowerPC ELF32. (line 6)
* --relax on Xtensa: Xtensa. (line 27)
* --relocatable: Options. (line 510)
* --require-defined=SYMBOL: Options. (line 588)
-* --retain-symbols-file=FILENAME: Options. (line 1252)
+* --retain-symbols-file=FILENAME: Options. (line 1259)
* --save-restore-funcs: PowerPC64 ELF64. (line 44)
* --script=SCRIPT: Options. (line 553)
* --sdata-got: PowerPC ELF32. (line 33)
-* --section-alignment: Options. (line 2093)
-* --section-start=SECTIONNAME=ORG: Options. (line 1408)
+* --section-alignment: Options. (line 2100)
+* --section-start=SECTIONNAME=ORG: Options. (line 1415)
* --secure-plt: PowerPC ELF32. (line 26)
-* --sort-common: Options. (line 1350)
-* --sort-section=alignment: Options. (line 1365)
-* --sort-section=name: Options. (line 1361)
-* --split-by-file: Options. (line 1369)
-* --split-by-reloc: Options. (line 1374)
-* --stack: Options. (line 2099)
+* --sort-common: Options. (line 1357)
+* --sort-section=alignment: Options. (line 1372)
+* --sort-section=name: Options. (line 1368)
+* --split-by-file: Options. (line 1376)
+* --split-by-reloc: Options. (line 1381)
+* --stack: Options. (line 2106)
* --stack-analysis: SPU ELF. (line 29)
-* --stats: Options. (line 1387)
+* --stats: Options. (line 1394)
* --strip-all: Options. (line 540)
* --strip-debug: Options. (line 544)
* --stub-group-size: PowerPC64 ELF64. (line 6)
* --stub-group-size=N <1>: HPPA ELF32. (line 12)
* --stub-group-size=N: ARM. (line 177)
-* --subsystem: Options. (line 2106)
+* --subsystem: Options. (line 2113)
* --support-old-code: ARM. (line 6)
-* --sysroot=DIRECTORY: Options. (line 1391)
-* --target-help: Options. (line 1098)
+* --sysroot=DIRECTORY: Options. (line 1398)
+* --target-help: Options. (line 1105)
* --target1-abs: ARM. (line 33)
* --target1-rel: ARM. (line 33)
* --target2=TYPE: ARM. (line 38)
@@ -7813,38 +7820,38 @@ LD Index
* --tls-get-addr-optimize: PowerPC64 ELF64. (line 57)
* --trace: Options. (line 549)
* --trace-symbol=SYMBOL: Options. (line 657)
-* --traditional-format: Options. (line 1396)
-* --tsaware: Options. (line 2148)
+* --traditional-format: Options. (line 1403)
+* --tsaware: Options. (line 2155)
* --undefined=SYMBOL: Options. (line 575)
* --unique[=SECTION]: Options. (line 632)
-* --unresolved-symbols: Options. (line 1438)
+* --unresolved-symbols: Options. (line 1445)
* --use-blx: ARM. (line 75)
* --use-nul-prefixed-import-tables: ARM. (line 23)
-* --verbose[=NUMBER]: Options. (line 1467)
+* --verbose[=NUMBER]: Options. (line 1474)
* --version: Options. (line 641)
-* --version-script=VERSION-SCRIPTFILE: Options. (line 1475)
+* --version-script=VERSION-SCRIPTFILE: Options. (line 1482)
* --vfp11-denorm-fix: ARM. (line 84)
-* --warn-alternate-em: Options. (line 1587)
-* --warn-common: Options. (line 1486)
-* --warn-constructors: Options. (line 1554)
-* --warn-multiple-gp: Options. (line 1559)
-* --warn-once: Options. (line 1573)
-* --warn-section-align: Options. (line 1577)
-* --warn-shared-textrel: Options. (line 1584)
-* --warn-unresolved-symbols: Options. (line 1590)
-* --wdmdriver: Options. (line 2145)
-* --whole-archive: Options. (line 1599)
-* --wrap=SYMBOL: Options. (line 1613)
+* --warn-alternate-em: Options. (line 1594)
+* --warn-common: Options. (line 1493)
+* --warn-constructors: Options. (line 1561)
+* --warn-multiple-gp: Options. (line 1566)
+* --warn-once: Options. (line 1580)
+* --warn-section-align: Options. (line 1584)
+* --warn-shared-textrel: Options. (line 1591)
+* --warn-unresolved-symbols: Options. (line 1597)
+* --wdmdriver: Options. (line 2152)
+* --whole-archive: Options. (line 1606)
+* --wrap=SYMBOL: Options. (line 1620)
* -A ARCH: Options. (line 122)
* -a KEYWORD: Options. (line 105)
* -assert KEYWORD: Options. (line 857)
* -b FORMAT: Options. (line 134)
* -Bdynamic: Options. (line 860)
* -Bgroup: Options. (line 870)
-* -Bshareable: Options. (line 1343)
+* -Bshareable: Options. (line 1350)
* -Bstatic: Options. (line 877)
* -Bsymbolic: Options. (line 892)
-* -Bsymbolic-functions: Options. (line 899)
+* -Bsymbolic-functions: Options. (line 903)
* -c MRI-CMDFILE: Options. (line 158)
* -call_shared: Options. (line 860)
* -d: Options. (line 168)
@@ -7864,42 +7871,42 @@ LD Index
* -G VALUE: Options. (line 309)
* -h NAME: Options. (line 316)
* -i: Options. (line 325)
-* -IFILE: Options. (line 1015)
+* -IFILE: Options. (line 1022)
* -init=NAME: Options. (line 328)
* -L DIR: Options. (line 367)
* -l NAMESPEC: Options. (line 334)
* -M: Options. (line 402)
* -m EMULATION: Options. (line 392)
-* -Map=MAPFILE: Options. (line 1102)
+* -Map=MAPFILE: Options. (line 1109)
* -n: Options. (line 439)
* -N: Options. (line 445)
-* -no-relax: Options. (line 1226)
+* -no-relax: Options. (line 1233)
* -non_shared: Options. (line 877)
-* -nostdlib: Options. (line 1191)
+* -nostdlib: Options. (line 1198)
* -O LEVEL: Options. (line 466)
* -o OUTPUT: Options. (line 460)
* -P AUDITLIB: Options. (line 177)
-* -pie: Options. (line 1210)
+* -pie: Options. (line 1217)
* -q: Options. (line 497)
-* -qmagic: Options. (line 1220)
-* -Qy: Options. (line 1223)
+* -qmagic: Options. (line 1227)
+* -Qy: Options. (line 1230)
* -r: Options. (line 510)
* -R FILE: Options. (line 529)
-* -rpath-link=DIR: Options. (line 1288)
-* -rpath=DIR: Options. (line 1266)
+* -rpath-link=DIR: Options. (line 1295)
+* -rpath=DIR: Options. (line 1273)
* -s: Options. (line 540)
* -S: Options. (line 544)
-* -shared: Options. (line 1343)
+* -shared: Options. (line 1350)
* -soname=NAME: Options. (line 316)
* -static: Options. (line 877)
* -t: Options. (line 549)
* -T SCRIPT: Options. (line 553)
-* -Tbss=ORG: Options. (line 1417)
-* -Tdata=ORG: Options. (line 1417)
-* -Tldata-segment=ORG: Options. (line 1433)
-* -Trodata-segment=ORG: Options. (line 1427)
-* -Ttext-segment=ORG: Options. (line 1423)
-* -Ttext=ORG: Options. (line 1417)
+* -Tbss=ORG: Options. (line 1424)
+* -Tdata=ORG: Options. (line 1424)
+* -Tldata-segment=ORG: Options. (line 1440)
+* -Trodata-segment=ORG: Options. (line 1434)
+* -Ttext-segment=ORG: Options. (line 1430)
+* -Ttext=ORG: Options. (line 1424)
* -u SYMBOL: Options. (line 575)
* -Ur: Options. (line 596)
* -v: Options. (line 641)
@@ -7908,9 +7915,9 @@ LD Index
* -X: Options. (line 651)
* -Y PATH: Options. (line 666)
* -y SYMBOL: Options. (line 657)
-* -z defs: Options. (line 1113)
+* -z defs: Options. (line 1120)
* -z KEYWORD: Options. (line 670)
-* -z muldefs: Options. (line 1121)
+* -z muldefs: Options. (line 1128)
* .: Location Counter. (line 6)
* /DISCARD/: Output Section Discarding.
(line 26)
@@ -7976,7 +7983,7 @@ LD Index
(line 19)
* CHIP (MRI): MRI. (line 58)
* COLLECT_NO_DEMANGLE: Environment. (line 29)
-* combining symbols, warnings on: Options. (line 1486)
+* combining symbols, warnings on: Options. (line 1493)
* command files: Scripts. (line 6)
* command line: Options. (line 6)
* common allocation: Options. (line 168)
@@ -8001,7 +8008,7 @@ LD Index
* CREATE_OBJECT_SYMBOLS: Output Section Keywords.
(line 9)
* creating a DEF file: WIN32. (line 158)
-* cross reference table: Options. (line 961)
+* cross reference table: Options. (line 968)
* cross references: Miscellaneous Commands.
(line 82)
* current output location: Location Counter. (line 6)
@@ -8011,25 +8018,25 @@ LD Index
(line 82)
* DATA_SEGMENT_END(EXP): Builtin Functions. (line 104)
* DATA_SEGMENT_RELRO_END(OFFSET, EXP): Builtin Functions. (line 110)
-* dbx: Options. (line 1401)
-* DEF files, creating: Options. (line 1909)
+* dbx: Options. (line 1408)
+* DEF files, creating: Options. (line 1916)
* default emulation: Environment. (line 21)
* default input format: Environment. (line 9)
* defined symbol: Options. (line 588)
* DEFINED(SYMBOL): Builtin Functions. (line 123)
* deleting local symbols: Options. (line 647)
* demangling, default: Environment. (line 29)
-* demangling, from command line: Options. (line 1002)
+* demangling, from command line: Options. (line 1009)
* direct linking to a dll: WIN32. (line 239)
* discarding sections: Output Section Discarding.
(line 6)
* discontinuous memory: MEMORY. (line 6)
-* DLLs, creating: Options. (line 1917)
-* DLLs, linking to: Options. (line 1941)
+* DLLs, creating: Options. (line 1924)
+* DLLs, linking to: Options. (line 1948)
* dot: Location Counter. (line 6)
* dot inside sections: Location Counter. (line 36)
* dot outside sections: Location Counter. (line 66)
-* dynamic linker, from command line: Options. (line 1015)
+* dynamic linker, from command line: Options. (line 1022)
* dynamic symbol table: Options. (line 221)
* ELF program headers: PHDRS. (line 6)
* emulation: Options. (line 392)
@@ -8073,7 +8080,7 @@ LD Index
* forcing the creation of dynamic sections: Options. (line 506)
* FORMAT (MRI): MRI. (line 66)
* functions in expressions: Builtin Functions. (line 6)
-* garbage collection <1>: Options. (line 1043)
+* garbage collection <1>: Options. (line 1050)
* garbage collection: Input Section Keep. (line 6)
* generating optimized output: Options. (line 466)
* GNU linker: Overview. (line 6)
@@ -8083,8 +8090,8 @@ LD Index
* groups of archives: Options. (line 804)
* H8/300 support: H8/300. (line 6)
* header size: Builtin Functions. (line 191)
-* heap size: Options. (line 1844)
-* help: Options. (line 1094)
+* heap size: Options. (line 1851)
+* help: Options. (line 1101)
* HIDDEN: HIDDEN. (line 6)
* holes: Location Counter. (line 12)
* holes, filling: Output Section Data.
@@ -8092,13 +8099,13 @@ LD Index
* HPPA multiple sub-space stubs: HPPA ELF32. (line 6)
* HPPA stub grouping: HPPA ELF32. (line 12)
* i960 support: i960. (line 6)
-* image base: Options. (line 1851)
+* image base: Options. (line 1858)
* implicit linker scripts: Implicit Linker Scripts.
(line 6)
* import libraries: WIN32. (line 10)
* INCLUDE FILENAME: File Commands. (line 9)
* including a linker script: File Commands. (line 9)
-* including an entire archive: Options. (line 1599)
+* including an entire archive: Options. (line 1606)
* incremental link: Options. (line 325)
* INHIBIT_COMMON_ALLOCATION: Miscellaneous Commands.
(line 51)
@@ -8134,14 +8141,14 @@ LD Index
* ld bugs, reporting: Bug Reporting. (line 6)
* LD_FEATURE(STRING): Miscellaneous Commands.
(line 104)
-* ldata segment origin, cmd line: Options. (line 1434)
+* ldata segment origin, cmd line: Options. (line 1441)
* LDEMULATION: Environment. (line 21)
* len =: MEMORY. (line 74)
* LENGTH =: MEMORY. (line 74)
* LENGTH(MEMORY): Builtin Functions. (line 140)
* library search path in linker script: File Commands. (line 76)
* link map: Options. (line 402)
-* link-time runtime library search path: Options. (line 1288)
+* link-time runtime library search path: Options. (line 1295)
* linker crash: Bug Criteria. (line 9)
* linker script concepts: Basic Script Concepts.
(line 6)
@@ -8176,7 +8183,7 @@ LD Index
* memory regions: MEMORY. (line 6)
* memory regions and sections: Output Section Region.
(line 6)
-* memory usage: Options. (line 1106)
+* memory usage: Options. (line 1113)
* Merging exidx entries: ARM. (line 221)
* MIN: Builtin Functions. (line 153)
* MIPS microMIPS instruction choice selection: MIPS. (line 6)
@@ -8218,10 +8225,10 @@ LD Index
* ORIGIN(MEMORY): Builtin Functions. (line 163)
* orphan: Orphan Sections. (line 6)
* orphan sections: Options. (line 606)
-* output file after errors: Options. (line 1185)
+* output file after errors: Options. (line 1192)
* output file format in linker script: Format Commands. (line 10)
* output file name in linker script: File Commands. (line 66)
-* output format: Options. (line 1076)
+* output format: Options. (line 1083)
* output section alignment: Forced Output Alignment.
(line 6)
* output section attributes: Output Section Attributes.
@@ -8241,7 +8248,7 @@ LD Index
* PHDRS: PHDRS. (line 6)
* PIC_VENEER: ARM. (line 172)
* pop state governing input file handling: Options. (line 494)
-* position independent executables: Options. (line 1212)
+* position independent executables: Options. (line 1219)
* PowerPC ELF32 options: PowerPC ELF32. (line 16)
* PowerPC GOT: PowerPC ELF32. (line 33)
* PowerPC long branches: PowerPC ELF32. (line 6)
@@ -8286,7 +8293,7 @@ LD Index
* REGION_ALIAS(ALIAS, REGION): REGION_ALIAS. (line 6)
* regions of memory: MEMORY. (line 6)
* relative expressions: Expression Section. (line 6)
-* relaxing addressing modes: Options. (line 1226)
+* relaxing addressing modes: Options. (line 1233)
* relaxing on H8/300: H8/300. (line 9)
* relaxing on i960: i960. (line 31)
* relaxing on M68HC11: M68HC11/68HC12. (line 12)
@@ -8299,13 +8306,13 @@ LD Index
* reporting bugs in ld: Reporting Bugs. (line 6)
* requirements for BFD: BFD. (line 16)
* retain relocations in final executable: Options. (line 497)
-* retaining specified symbols: Options. (line 1252)
-* rodata segment origin, cmd line: Options. (line 1428)
+* retaining specified symbols: Options. (line 1259)
+* rodata segment origin, cmd line: Options. (line 1435)
* ROM initialized data: Output Section LMA. (line 39)
* round up expression: Builtin Functions. (line 38)
* round up location counter: Builtin Functions. (line 38)
* runtime library name: Options. (line 316)
-* runtime library search path: Options. (line 1266)
+* runtime library search path: Options. (line 1273)
* runtime pseudo-relocation: WIN32. (line 217)
* scaled integers: Constants. (line 15)
* scommon section: Input Section Common.
@@ -8320,7 +8327,7 @@ LD Index
(line 6)
* section address in expression: Builtin Functions. (line 17)
* section alignment: Builtin Functions. (line 64)
-* section alignment, warnings on: Options. (line 1577)
+* section alignment, warnings on: Options. (line 1584)
* section data: Output Section Data.
(line 6)
* section fill pattern: Output Section Fill.
@@ -8340,10 +8347,10 @@ LD Index
* sections, discarding: Output Section Discarding.
(line 6)
* sections, orphan: Options. (line 606)
-* segment origins, cmd line: Options. (line 1417)
+* segment origins, cmd line: Options. (line 1424)
* SEGMENT_START(SEGMENT, DEFAULT): Builtin Functions. (line 166)
* segments, ELF: PHDRS. (line 6)
-* shared libraries: Options. (line 1345)
+* shared libraries: Options. (line 1352)
* SHORT(EXPRESSION): Output Section Data.
(line 6)
* SIZEOF(SECTION): Builtin Functions. (line 175)
@@ -8369,14 +8376,14 @@ LD Index
* SPU plugins: SPU ELF. (line 6)
* SQUAD(EXPRESSION): Output Section Data.
(line 6)
-* stack size: Options. (line 2099)
+* stack size: Options. (line 2106)
* standard Unix system: Options. (line 7)
* start of execution: Entry Point. (line 6)
* STARTUP(FILENAME): File Commands. (line 84)
* STM32L4xx erratum workaround: ARM. (line 121)
* strip all symbols: Options. (line 540)
* strip debugger symbols: Options. (line 544)
-* stripping all but some symbols: Options. (line 1252)
+* stripping all but some symbols: Options. (line 1259)
* STUB_GROUP_SIZE: ARM. (line 177)
* SUBALIGN(SUBSECTION_ALIGN): Forced Input Alignment.
(line 6)
@@ -8388,46 +8395,46 @@ LD Index
* symbol versions: VERSION. (line 6)
* symbol-only input: Options. (line 529)
* symbolic constants: Symbolic Constants. (line 6)
-* symbols, from command line: Options. (line 990)
+* symbols, from command line: Options. (line 997)
* symbols, relocatable and absolute: Expression Section. (line 6)
* symbols, require defined: Options. (line 588)
-* symbols, retaining selectively: Options. (line 1252)
-* synthesizing linker: Options. (line 1226)
+* symbols, retaining selectively: Options. (line 1259)
+* synthesizing linker: Options. (line 1233)
* synthesizing on H8/300: H8/300. (line 14)
* TARGET(BFDNAME): Format Commands. (line 35)
* TARGET1: ARM. (line 33)
* TARGET2: ARM. (line 38)
-* text segment origin, cmd line: Options. (line 1424)
+* text segment origin, cmd line: Options. (line 1431)
* thumb entry point: ARM. (line 17)
* TI COFF versions: TI COFF. (line 6)
-* traditional format: Options. (line 1396)
+* traditional format: Options. (line 1403)
* trampoline generation on M68HC11: M68HC11/68HC12. (line 31)
* trampoline generation on M68HC12: M68HC11/68HC12. (line 31)
* unallocated address, next: Builtin Functions. (line 157)
* undefined symbol: Options. (line 575)
* undefined symbol in linker script: Miscellaneous Commands.
(line 39)
-* undefined symbols, warnings on: Options. (line 1573)
+* undefined symbols, warnings on: Options. (line 1580)
* uninitialized data placement: Input Section Common.
(line 6)
* unspecified memory: Output Section Data.
(line 39)
-* usage: Options. (line 1094)
+* usage: Options. (line 1101)
* USE_BLX: ARM. (line 75)
* using a DEF file: WIN32. (line 57)
* using auto-export functionality: WIN32. (line 22)
* Using decorations: WIN32. (line 162)
* variables, defining: Assignments. (line 6)
-* verbose[=NUMBER]: Options. (line 1467)
+* verbose[=NUMBER]: Options. (line 1474)
* version: Options. (line 641)
* version script: VERSION. (line 6)
-* version script, symbol versions: Options. (line 1475)
+* version script, symbol versions: Options. (line 1482)
* VERSION {script text}: VERSION. (line 6)
* versions of symbols: VERSION. (line 6)
* VFP11_DENORM_FIX: ARM. (line 84)
-* warnings, on combining symbols: Options. (line 1486)
-* warnings, on section alignment: Options. (line 1577)
-* warnings, on undefined symbols: Options. (line 1573)
+* warnings, on combining symbols: Options. (line 1493)
+* warnings, on section alignment: Options. (line 1584)
+* warnings, on undefined symbols: Options. (line 1580)
* weak externals: WIN32. (line 407)
* what is this?: Overview. (line 6)
* wildcard file name patterns: Input Section Wildcards.
@@ -8442,87 +8449,87 @@ Node: Top710
Node: Overview1493
Node: Invocation2607
Node: Options3015
-Node: Environment103651
-Node: Scripts105411
-Node: Basic Script Concepts107145
-Node: Script Format109853
-Node: Simple Example110716
-Node: Simple Commands113812
-Node: Entry Point114318
-Node: File Commands115251
-Node: Format Commands119371
-Node: REGION_ALIAS121327
-Node: Miscellaneous Commands126159
-Node: Assignments130783
-Node: Simple Assignments131294
-Node: HIDDEN133029
-Node: PROVIDE133659
-Node: PROVIDE_HIDDEN134852
-Node: Source Code Reference135096
-Node: SECTIONS139012
-Node: Output Section Description140903
-Node: Output Section Name142147
-Node: Output Section Address143023
-Node: Input Section145258
-Node: Input Section Basics146059
-Node: Input Section Wildcards149965
-Node: Input Section Common155172
-Node: Input Section Keep156654
-Node: Input Section Example157144
-Node: Output Section Data158112
-Node: Output Section Keywords160889
-Node: Output Section Discarding164458
-Node: Output Section Attributes165951
-Node: Output Section Type167052
-Node: Output Section LMA168123
-Node: Forced Output Alignment171194
-Node: Forced Input Alignment171624
-Node: Output Section Constraint172013
-Node: Output Section Region172441
-Node: Output Section Phdr172874
-Node: Output Section Fill173538
-Node: Overlay Description174680
-Node: MEMORY179126
-Node: PHDRS183503
-Node: VERSION188757
-Node: Expressions196850
-Node: Constants197779
-Node: Symbolic Constants198654
-Node: Symbols199205
-Node: Orphan Sections199952
-Node: Location Counter201289
-Node: Operators205725
-Node: Evaluation206647
-Node: Expression Section208011
-Node: Builtin Functions211875
-Node: Implicit Linker Scripts220115
-Node: Machine Dependent220890
-Node: H8/300222014
-Node: i960224076
-Node: M68HC11/68HC12225772
-Node: ARM227214
-Node: HPPA ELF32238234
-Node: M68K239857
-Node: MIPS240766
-Node: MMIX241290
-Node: MSP430242455
-Node: NDS32243495
-Node: Nios II244461
-Node: PowerPC ELF32245777
-Node: PowerPC64 ELF64248608
-Node: SPU ELF255940
-Node: TI COFF258572
-Node: WIN32259098
-Node: Xtensa279224
-Node: BFD282189
-Node: BFD outline283644
-Node: BFD information loss284930
-Node: Canonical format287447
-Node: Reporting Bugs291804
-Node: Bug Criteria292498
-Node: Bug Reporting293197
-Node: MRI300236
-Node: GNU Free Documentation License304879
-Node: LD Index330035
+Node: Environment104154
+Node: Scripts105914
+Node: Basic Script Concepts107648
+Node: Script Format110356
+Node: Simple Example111219
+Node: Simple Commands114315
+Node: Entry Point114821
+Node: File Commands115754
+Node: Format Commands119874
+Node: REGION_ALIAS121830
+Node: Miscellaneous Commands126662
+Node: Assignments131286
+Node: Simple Assignments131797
+Node: HIDDEN133532
+Node: PROVIDE134162
+Node: PROVIDE_HIDDEN135355
+Node: Source Code Reference135599
+Node: SECTIONS139515
+Node: Output Section Description141406
+Node: Output Section Name142650
+Node: Output Section Address143526
+Node: Input Section145761
+Node: Input Section Basics146562
+Node: Input Section Wildcards150468
+Node: Input Section Common155675
+Node: Input Section Keep157157
+Node: Input Section Example157647
+Node: Output Section Data158615
+Node: Output Section Keywords161392
+Node: Output Section Discarding164961
+Node: Output Section Attributes166454
+Node: Output Section Type167555
+Node: Output Section LMA168626
+Node: Forced Output Alignment171697
+Node: Forced Input Alignment172127
+Node: Output Section Constraint172516
+Node: Output Section Region172944
+Node: Output Section Phdr173377
+Node: Output Section Fill174041
+Node: Overlay Description175183
+Node: MEMORY179629
+Node: PHDRS184006
+Node: VERSION189260
+Node: Expressions197353
+Node: Constants198282
+Node: Symbolic Constants199157
+Node: Symbols199708
+Node: Orphan Sections200455
+Node: Location Counter201792
+Node: Operators206228
+Node: Evaluation207150
+Node: Expression Section208514
+Node: Builtin Functions212378
+Node: Implicit Linker Scripts220618
+Node: Machine Dependent221393
+Node: H8/300222517
+Node: i960224579
+Node: M68HC11/68HC12226275
+Node: ARM227717
+Node: HPPA ELF32238737
+Node: M68K240360
+Node: MIPS241269
+Node: MMIX241793
+Node: MSP430242958
+Node: NDS32243998
+Node: Nios II244964
+Node: PowerPC ELF32246280
+Node: PowerPC64 ELF64249111
+Node: SPU ELF256443
+Node: TI COFF259075
+Node: WIN32259601
+Node: Xtensa279727
+Node: BFD282692
+Node: BFD outline284147
+Node: BFD information loss285433
+Node: Canonical format287950
+Node: Reporting Bugs292307
+Node: Bug Criteria293001
+Node: Bug Reporting293700
+Node: MRI300739
+Node: GNU Free Documentation License305382
+Node: LD Index330538

End Tag Table
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 @@ MAKEFLAGS=
# 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 @@ if test "$ac_init_help" = "long"; then
# 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 @@ fi
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 @@ fi
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 @@ cat >config.log <<_ACEOF
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 @@ fi
# Define the identity of the package.
PACKAGE='opcodes'
- VERSION='2.26.0'
+ VERSION='2.26.1'
cat >>confdefs.h <<_ACEOF
@@ -13223,7 +13223,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# 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 @@ Report bugs to the package provider."
_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'`\\"