aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2015-07-21 15:52:59 +0200
committerTristan Gingold <gingold@adacore.com>2015-07-21 15:52:59 +0200
commit2bd25930221dea4bf33c13a89c111514491440e2 (patch)
treef4639fad51c8902998c1e6de91580ea7e9f456f7
parent488058e751651000642cdcd73578f3d9dbb0b1ff (diff)
Release 2.25.1, add generated filesbinutils-2_25_1
-rw-r--r--bfd/ChangeLog5
-rwxr-xr-xbfd/configure20
-rw-r--r--bfd/doc/bfdver.texi4
-rw-r--r--bfd/version.m42
-rw-r--r--binutils/ChangeLog4
-rwxr-xr-xbinutils/configure20
-rw-r--r--binutils/rcparse.c25
-rw-r--r--etc/config.log20
-rw-r--r--gas/ChangeLog4
-rwxr-xr-xgas/configure20
-rw-r--r--gas/doc/as.17
-rw-r--r--gas/doc/as.info1341
-rw-r--r--gprof/ChangeLog4
-rwxr-xr-xgprof/configure20
-rw-r--r--ld/ChangeLog4
-rwxr-xr-xld/configure20
-rw-r--r--opcodes/ChangeLog4
-rwxr-xr-xopcodes/configure20
18 files changed, 790 insertions, 754 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 19fa2329c38..96152768abf 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-21 Tristan Gingold <gingold@adacore.com>
+
+ * version.m4: Bump version to 2.25.1
+ * configure: Regenerate.
+
2015-07-10 Alan Modra <amodra@gmail.com>
Apply from master
diff --git a/bfd/configure b/bfd/configure
index 85e6b8292fc..872dd814a06 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.25.0.
+# Generated by GNU Autoconf 2.64 for bfd 2.25.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.25.0'
-PACKAGE_STRING='bfd 2.25.0'
+PACKAGE_VERSION='2.25.1'
+PACKAGE_STRING='bfd 2.25.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1349,7 +1349,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.25.0 to adapt to many kinds of systems.
+\`configure' configures bfd 2.25.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1420,7 +1420,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bfd 2.25.0:";;
+ short | recursive ) echo "Configuration of bfd 2.25.1:";;
esac
cat <<\_ACEOF
@@ -1541,7 +1541,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bfd configure 2.25.0
+bfd configure 2.25.1
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2183,7 +2183,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.25.0, which was
+It was created by bfd $as_me 2.25.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -3991,7 +3991,7 @@ fi
# Define the identity of the package.
PACKAGE='bfd'
- VERSION='2.25.0'
+ VERSION='2.25.1'
cat >>confdefs.h <<_ACEOF
@@ -16567,7 +16567,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.25.0, which was
+This file was extended by bfd $as_me 2.25.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16631,7 +16631,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-bfd config.status 2.25.0
+bfd config.status 2.25.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/doc/bfdver.texi b/bfd/doc/bfdver.texi
index e854b407d3e..2bc05163771 100644
--- a/bfd/doc/bfdver.texi
+++ b/bfd/doc/bfdver.texi
@@ -1,4 +1,4 @@
-@set VERSION 2.25
+@set VERSION 2.25.1
@set VERSION_PACKAGE (GNU Binutils)
-@set UPDATED December 2014
+@set UPDATED July 2015
@set BUGURL @uref{http://www.sourceware.org/bugzilla/}
diff --git a/bfd/version.m4 b/bfd/version.m4
index 57a10f806b1..cf5fb135d23 100644
--- a/bfd/version.m4
+++ b/bfd/version.m4
@@ -1 +1 @@
-m4_define([BFD_VERSION], [2.25.0])
+m4_define([BFD_VERSION], [2.25.1])
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 3565e949447..a23a6c37135 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-21 Tristan Gingold <gingold@adacore.com>
+
+ * configure: Regenerate.
+
2015-07-16 Alan Modra <amodra@gmail.com>
PR binutils/18672
diff --git a/binutils/configure b/binutils/configure
index be4b81c4d2e..302cbd16d05 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.25.0.
+# Generated by GNU Autoconf 2.64 for binutils 2.25.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.25.0'
-PACKAGE_STRING='binutils 2.25.0'
+PACKAGE_VERSION='2.25.1'
+PACKAGE_STRING='binutils 2.25.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1333,7 +1333,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.25.0 to adapt to many kinds of systems.
+\`configure' configures binutils 2.25.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1404,7 +1404,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of binutils 2.25.0:";;
+ short | recursive ) echo "Configuration of binutils 2.25.1:";;
esac
cat <<\_ACEOF
@@ -1525,7 +1525,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-binutils configure 2.25.0
+binutils configure 2.25.1
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2167,7 +2167,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.25.0, which was
+It was created by binutils $as_me 2.25.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -3975,7 +3975,7 @@ fi
# Define the identity of the package.
PACKAGE='binutils'
- VERSION='2.25.0'
+ VERSION='2.25.1'
cat >>confdefs.h <<_ACEOF
@@ -15160,7 +15160,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.25.0, which was
+This file was extended by binutils $as_me 2.25.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15224,7 +15224,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-binutils config.status 2.25.0
+binutils config.status 2.25.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/rcparse.c b/binutils/rcparse.c
index 2c1c490121b..63d9521dd61 100644
--- a/binutils/rcparse.c
+++ b/binutils/rcparse.c
@@ -856,7 +856,7 @@ static const yytype_uint16 yyrline[] =
1776, 1780, 1802, 1806, 1810, 1814, 1821, 1825, 1835, 1838,
1847, 1856, 1865, 1869, 1873, 1878, 1883, 1888, 1893, 1898,
1903, 1908, 1913, 1918, 1929, 1938, 1949, 1953, 1957, 1962,
- 1967, 1972, 1977, 1982, 1987, 1992, 1997
+ 1967, 1972, 1978, 1983, 1988, 1993, 1998
};
#endif
@@ -4280,7 +4280,7 @@ yyreduce:
case 257:
#line 1889 "rcparse.y"
{
- (yyval.i).val = (yyvsp[(1) - (3)].i).val / (yyvsp[(3) - (3)].i).val;
+ (yyval.i).val = (yyvsp[(1) - (3)].i).val / ((yyvsp[(3) - (3)].i).val ? (yyvsp[(3) - (3)].i).val : 1);
(yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
}
break;
@@ -4288,7 +4288,7 @@ yyreduce:
case 258:
#line 1894 "rcparse.y"
{
- (yyval.i).val = (yyvsp[(1) - (3)].i).val % (yyvsp[(3) - (3)].i).val;
+ (yyval.i).val = (yyvsp[(1) - (3)].i).val % ((yyvsp[(3) - (3)].i).val ? (yyvsp[(3) - (3)].i).val : 1);
(yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
}
break;
@@ -4380,7 +4380,7 @@ yyreduce:
case 270:
#line 1968 "rcparse.y"
{
- (yyval.i).val = (yyvsp[(1) - (3)].i).val / (yyvsp[(3) - (3)].i).val;
+ (yyval.i).val = (yyvsp[(1) - (3)].i).val / ((yyvsp[(3) - (3)].i).val ? (yyvsp[(3) - (3)].i).val : 1);
(yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
}
break;
@@ -4388,13 +4388,14 @@ yyreduce:
case 271:
#line 1973 "rcparse.y"
{
- (yyval.i).val = (yyvsp[(1) - (3)].i).val % (yyvsp[(3) - (3)].i).val;
+ /* PR 17512: file: 89105a25. */
+ (yyval.i).val = (yyvsp[(1) - (3)].i).val % ((yyvsp[(3) - (3)].i).val ? (yyvsp[(3) - (3)].i).val : 1);
(yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
}
break;
case 272:
-#line 1978 "rcparse.y"
+#line 1979 "rcparse.y"
{
(yyval.i).val = (yyvsp[(1) - (3)].i).val + (yyvsp[(3) - (3)].i).val;
(yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
@@ -4402,7 +4403,7 @@ yyreduce:
break;
case 273:
-#line 1983 "rcparse.y"
+#line 1984 "rcparse.y"
{
(yyval.i).val = (yyvsp[(1) - (3)].i).val - (yyvsp[(3) - (3)].i).val;
(yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
@@ -4410,7 +4411,7 @@ yyreduce:
break;
case 274:
-#line 1988 "rcparse.y"
+#line 1989 "rcparse.y"
{
(yyval.i).val = (yyvsp[(1) - (3)].i).val & (yyvsp[(3) - (3)].i).val;
(yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
@@ -4418,7 +4419,7 @@ yyreduce:
break;
case 275:
-#line 1993 "rcparse.y"
+#line 1994 "rcparse.y"
{
(yyval.i).val = (yyvsp[(1) - (3)].i).val ^ (yyvsp[(3) - (3)].i).val;
(yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
@@ -4426,7 +4427,7 @@ yyreduce:
break;
case 276:
-#line 1998 "rcparse.y"
+#line 1999 "rcparse.y"
{
(yyval.i).val = (yyvsp[(1) - (3)].i).val | (yyvsp[(3) - (3)].i).val;
(yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
@@ -4435,7 +4436,7 @@ yyreduce:
/* Line 1267 of yacc.c. */
-#line 4439 "rcparse.c"
+#line 4440 "rcparse.c"
default: break;
}
YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
@@ -4649,7 +4650,7 @@ yyreturn:
}
-#line 2004 "rcparse.y"
+#line 2005 "rcparse.y"
/* Set the language from the command line. */
diff --git a/etc/config.log b/etc/config.log
index ef8aebb6f65..bec80e59c2a 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 --cache-file=./config.cache --with-gnu-as --with-gnu-ld --with-system-zlib --program-transform-name=s&^&i386-pc-linux-gnu-& --disable-option-checking --build=x86_64-apple-darwin14.0.0 --host=x86_64-apple-darwin14.0.0 --target=i386-pc-linux-gnu --srcdir=.././etc
+ $ /Users/gingold/Repositories/fsf/binutils-release.git/etc/configure --cache-file=./config.cache --with-gnu-as --with-gnu-ld --with-system-zlib --program-transform-name=s&^&i386-pc-linux-gnu-& --disable-option-checking --build=x86_64-apple-darwin14.3.0 --host=x86_64-apple-darwin14.3.0 --target=i386-pc-linux-gnu --srcdir=.././etc
## --------- ##
## Platform. ##
@@ -12,9 +12,9 @@ generated by GNU Autoconf 2.64. Invocation command line was
hostname = ulanbator.act-europe.fr
uname -m = x86_64
-uname -r = 14.0.0
+uname -r = 14.3.0
uname -s = Darwin
-uname -v = Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
+uname -v = Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
@@ -23,15 +23,15 @@ uname -v = Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
- Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
+ Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/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: 266 tasks, 1154 threads, 8 processors
-Load average: 2.08, Mach factor: 5.91
+Default processor set: 296 tasks, 1225 threads, 8 processors
+Load average: 2.73, Mach factor: 5.26
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
@@ -82,9 +82,9 @@ config.status:715: creating Makefile
## ---------------- ##
ac_cv_env_build_alias_set=set
-ac_cv_env_build_alias_value=x86_64-apple-darwin14.0.0
+ac_cv_env_build_alias_value=x86_64-apple-darwin14.3.0
ac_cv_env_host_alias_set=set
-ac_cv_env_host_alias_value=x86_64-apple-darwin14.0.0
+ac_cv_env_host_alias_value=x86_64-apple-darwin14.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 +113,13 @@ PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/sh'
bindir='${exec_prefix}/bin'
-build_alias='x86_64-apple-darwin14.0.0'
+build_alias='x86_64-apple-darwin14.3.0'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
-host_alias='x86_64-apple-darwin14.0.0'
+host_alias='x86_64-apple-darwin14.3.0'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0b165dc00f0..75df4f646ac 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-21 Tristan Gingold <gingold@adacore.com>
+
+ * configure: Regenerate.
+
2015-07-10 Alan Modra <amodra@gmail.com>
Apply from master
diff --git a/gas/configure b/gas/configure
index e9ba550c3d3..6b619e020ce 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.25.0.
+# Generated by GNU Autoconf 2.64 for gas 2.25.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.25.0'
-PACKAGE_STRING='gas 2.25.0'
+PACKAGE_VERSION='2.25.1'
+PACKAGE_STRING='gas 2.25.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1320,7 +1320,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.25.0 to adapt to many kinds of systems.
+\`configure' configures gas 2.25.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1391,7 +1391,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gas 2.25.0:";;
+ short | recursive ) echo "Configuration of gas 2.25.1:";;
esac
cat <<\_ACEOF
@@ -1505,7 +1505,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gas configure 2.25.0
+gas configure 2.25.1
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1915,7 +1915,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.25.0, which was
+It was created by gas $as_me 2.25.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -3723,7 +3723,7 @@ fi
# Define the identity of the package.
PACKAGE='gas'
- VERSION='2.25.0'
+ VERSION='2.25.1'
cat >>confdefs.h <<_ACEOF
@@ -15061,7 +15061,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.25.0, which was
+This file was extended by gas $as_me 2.25.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15125,7 +15125,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-gas config.status 2.25.0
+gas config.status 2.25.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 f119c6b21bc..88791edf2b9 100644
--- a/gas/doc/as.1
+++ b/gas/doc/as.1
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "AS 1"
-.TH AS 1 "2014-12-23" "binutils-2.25" "GNU Development Tools"
+.TH AS 1 "2015-07-21" "binutils-2.25.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
@@ -698,6 +698,8 @@ message if an attempt is made to assemble an instruction which will not execute
on the target processor. The following processor names are recognized:
\&\f(CW\*(C`cortex\-a53\*(C'\fR,
\&\f(CW\*(C`cortex\-a57\*(C'\fR,
+\&\f(CW\*(C`cortex\-a72\*(C'\fR,
+\&\f(CW\*(C`exynos\-m1\*(C'\fR,
\&\f(CW\*(C`xgene1\*(C'\fR,
and
\&\f(CW\*(C`xgene2\*(C'\fR.
@@ -1511,6 +1513,9 @@ Generate code for PowerPC 7400/7410/7450/7455.
.IP "\fB\-m750cl\fR" 4
.IX Item "-m750cl"
Generate code for PowerPC 750CL.
+.IP "\fB\-m821, \-m850, \-m860\fR" 4
+.IX Item "-m821, -m850, -m860"
+Generate code for PowerPC 821/850/860.
.IP "\fB\-mppc64, \-m620\fR" 4
.IX Item "-mppc64, -m620"
Generate code for PowerPC 620/625/630.
diff --git a/gas/doc/as.info b/gas/doc/as.info
index f131bfe5a5e..b3d29d638f2 100644
--- a/gas/doc/as.info
+++ b/gas/doc/as.info
@@ -24,7 +24,7 @@ Using as
********
This file is a user guide to the GNU assembler `as' (GNU Binutils)
-version 2.25.
+version 2.25.1.
This document is distributed under the terms of the GNU Free
Documentation License. A copy of the license is included in the
@@ -5856,9 +5856,10 @@ File: as.info, Node: AArch64 Options, Next: AArch64 Extensions, Up: AArch64-D
issue an error message if an attempt is made to assemble an
instruction which will not execute on the target processor. The
following processor names are recognized: `cortex-a53',
- `cortex-a57', `xgene1', and `xgene2'. The special name `all' may
- be used to allow the assembler to accept instructions valid for
- any supported processor, including all optional extensions.
+ `cortex-a57', `cortex-a72', `exynos-m1', `xgene1', and `xgene2'.
+ The special name `all' may be used to allow the assembler to accept
+ instructions valid for any supported processor, including all
+ optional extensions.
In addition to the basic instruction set, the assembler can be
told to accept, or restrict, various extension mnemonics that
@@ -6855,10 +6856,11 @@ File: as.info, Node: ARM Options, Next: ARM Syntax, Up: ARM-Dependent
`cortex-a9', `cortex-a15', `cortex-r4', `cortex-r4f', `cortex-r5',
`cortex-r7', `cortex-m4', `cortex-m3', `cortex-m1', `cortex-m0',
`cortex-m0plus', `ep9312' (ARM920 with Cirrus Maverick
- coprocessor), `i80200' (Intel XScale processor) `iwmmxt' (Intel(r)
- XScale processor with Wireless MMX(tm) technology coprocessor) and
- `xscale'. The special name `all' may be used to allow the
- assembler to accept instructions valid for any ARM processor.
+ coprocessor), `exynos-m1', `i80200' (Intel XScale processor)
+ `iwmmxt' (Intel(r) XScale processor with Wireless MMX(tm)
+ technology coprocessor) and `xscale'. The special name `all' may
+ be used to allow the assembler to accept instructions valid for
+ any ARM processor.
In addition to the basic instruction set, the assembler can be
told to accept various extension mnemonics that extend the
@@ -16193,6 +16195,9 @@ architecture reference manual.
`-m750cl'
Generate code for PowerPC 750CL.
+`-m821, -m850, -m860'
+ Generate code for PowerPC 821/850/860.
+
`-mppc64, -m620'
Generate code for PowerPC 620/625/630.
@@ -23616,7 +23621,7 @@ AS Index
* --enforce-aligned-data: Sparc-Aligned-Data. (line 11)
* --fatal-warnings: W. (line 16)
* --fdpic: SH Options. (line 31)
-* --fix-v4bx command line option, ARM: ARM Options. (line 173)
+* --fix-v4bx command line option, ARM: ARM Options. (line 174)
* --fixed-special-register-names command line option, MMIX: MMIX-Opts.
(line 8)
* --force-long-branches: M68HC11-Opts. (line 82)
@@ -23711,16 +23716,16 @@ AS Index
* -D: D. (line 6)
* -D, ignored on VAX: VAX-Opts. (line 11)
* -d, VAX option: VAX-Opts. (line 16)
-* -eabi= command line option, ARM: ARM Options. (line 156)
+* -eabi= command line option, ARM: ARM Options. (line 157)
* -EB command line option, AArch64: AArch64 Options. (line 6)
* -EB command line option, ARC: ARC Options. (line 31)
-* -EB command line option, ARM: ARM Options. (line 161)
+* -EB command line option, ARM: ARM Options. (line 162)
* -EB option (MIPS): MIPS Options. (line 13)
* -EB option, M32R: M32R-Opts. (line 39)
* -EB option, TILE-Gx: TILE-Gx Options. (line 11)
* -EL command line option, AArch64: AArch64 Options. (line 10)
* -EL command line option, ARC: ARC Options. (line 35)
-* -EL command line option, ARM: ARM Options. (line 165)
+* -EL command line option, ARM: ARM Options. (line 166)
* -EL option (MIPS): MIPS Options. (line 13)
* -EL option, M32R: M32R-Opts. (line 32)
* -EL option, TILE-Gx: TILE-Gx Options. (line 11)
@@ -23736,7 +23741,7 @@ AS Index
* -Ip option, M32RX: M32R-Opts. (line 97)
* -J, ignored on VAX: VAX-Opts. (line 27)
* -K: K. (line 6)
-* -k command line option, ARM: ARM Options. (line 169)
+* -k command line option, ARM: ARM Options. (line 170)
* -KPIC option, M32R: M32R-Opts. (line 42)
* -KPIC option, MIPS: MIPS Options. (line 21)
* -L: L. (line 6)
@@ -23799,19 +23804,19 @@ 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)
-* -mapcs-26 command line option, ARM: ARM Options. (line 128)
-* -mapcs-32 command line option, ARM: ARM Options. (line 128)
-* -mapcs-float command line option, ARM: ARM Options. (line 142)
-* -mapcs-reentrant command line option, ARM: ARM Options. (line 147)
+* -mapcs-26 command line option, ARM: ARM Options. (line 129)
+* -mapcs-32 command line option, ARM: ARM Options. (line 129)
+* -mapcs-float command line option, ARM: ARM Options. (line 143)
+* -mapcs-reentrant command line option, ARM: ARM Options. (line 148)
* -marc[5|6|7|8] command line option, ARC: ARC Options. (line 6)
-* -march= command line option, AArch64: AArch64 Options. (line 37)
-* -march= command line option, ARM: ARM Options. (line 65)
+* -march= command line option, AArch64: AArch64 Options. (line 38)
+* -march= command line option, ARM: ARM Options. (line 66)
* -march= command line option, M680x0: M68K-Opts. (line 8)
* -march= command line option, TIC6X: TIC6X Options. (line 6)
* -march= option, i386: i386-Options. (line 31)
* -march= option, s390: s390 Options. (line 25)
* -march= option, x86-64: i386-Options. (line 31)
-* -matpcs command line option, ARM: ARM Options. (line 134)
+* -matpcs command line option, ARM: ARM Options. (line 135)
* -mavxscalar= option, i386: i386-Options. (line 84)
* -mavxscalar= option, x86-64: i386-Options. (line 84)
* -mbarrel-shift-enabled command line option, LM32: LM32 Options.
@@ -23819,7 +23824,7 @@ AS Index
* -mbig-endian: RX-Opts. (line 20)
* -mbig-obj option, x86-64: i386-Options. (line 131)
* -mbreak-enabled command line option, LM32: LM32 Options. (line 27)
-* -mccs command line option, ARM: ARM Options. (line 182)
+* -mccs command line option, ARM: ARM Options. (line 183)
* -mcis: PDP-11-Options. (line 32)
* -mconstant-gp command line option, IA-64: IA-64 Options. (line 6)
* -mCPU command line option, Alpha: Alpha Options. (line 6)
@@ -23852,15 +23857,15 @@ AS Index
* -mfar-mode option, far-mode: TIC54X-Opts. (line 8)
* -mfdpic command line option, Blackfin: Blackfin Options. (line 19)
* -mfis: PDP-11-Options. (line 51)
-* -mfloat-abi= command line option, ARM: ARM Options. (line 151)
+* -mfloat-abi= command line option, ARM: ARM Options. (line 152)
* -mfp-11: PDP-11-Options. (line 56)
* -mfpp: PDP-11-Options. (line 56)
* -mfpu: PDP-11-Options. (line 56)
-* -mfpu= command line option, ARM: ARM Options. (line 81)
+* -mfpu= command line option, ARM: ARM Options. (line 82)
* -mgcc-abi: RX-Opts. (line 63)
* -mgcc-abi command line option, V850: V850 Options. (line 79)
* -micache-enabled command line option, LM32: LM32 Options. (line 21)
-* -mimplicit-it command line option, ARM: ARM Options. (line 112)
+* -mimplicit-it command line option, ARM: ARM Options. (line 113)
* -mint-register: RX-Opts. (line 57)
* -mip2022 option, IP2K: IP2K-Opts. (line 14)
* -mip2022ext option, IP2022: IP2K-Opts. (line 9)
@@ -23919,7 +23924,7 @@ AS Index
* -mno-spl: PDP-11-Options. (line 80)
* -mno-sym32: MIPS Options. (line 280)
* -mno-verbose-error command line option, AArch64: AArch64 Options.
- (line 56)
+ (line 57)
* -mno-wrap command line option, AVR: AVR Options. (line 115)
* -mnopic command line option, Blackfin: Blackfin Options. (line 22)
* -momit-lock-prefix= option, i386: i386-Options. (line 135)
@@ -23949,8 +23954,8 @@ AS Index
* -msyntax= option, i386: i386-Options. (line 115)
* -msyntax= option, x86-64: i386-Options. (line 115)
* -mt11: PDP-11-Options. (line 130)
-* -mthumb command line option, ARM: ARM Options. (line 103)
-* -mthumb-interwork command line option, ARM: ARM Options. (line 108)
+* -mthumb command line option, ARM: ARM Options. (line 104)
+* -mthumb-interwork command line option, ARM: ARM Options. (line 109)
* -mtune= option, i386: i386-Options. (line 62)
* -mtune= option, x86-64: i386-Options. (line 62)
* -muse-conventional-section-names: RX-Opts. (line 33)
@@ -23965,10 +23970,10 @@ AS Index
* -mv850e2v4 command line option, V850: V850 Options. (line 63)
* -mv850e3v5 command line option, V850: V850 Options. (line 66)
* -mverbose-error command line option, AArch64: AArch64 Options.
- (line 52)
+ (line 53)
* -mvxworks-pic option, MIPS: MIPS Options. (line 26)
* -mwarn-areg-zero option, s390: s390 Options. (line 38)
-* -mwarn-deprecated command line option, ARM: ARM Options. (line 177)
+* -mwarn-deprecated command line option, ARM: ARM Options. (line 178)
* -mzarch option, s390: s390 Options. (line 17)
* -N command line option, CRIS: CRIS-Opts. (line 58)
* -nIp option, M32RX: M32R-Opts. (line 101)
@@ -25488,7 +25493,7 @@ AS Index
* PDP-11 line separator: PDP-11-Syntax. (line 19)
* PDP-11 support: PDP-11-Dependent. (line 6)
* PDP-11 syntax: PDP-11-Syntax. (line 6)
-* PIC code generation for ARM: ARM Options. (line 169)
+* PIC code generation for ARM: ARM Options. (line 170)
* PIC code generation for M32R: M32R-Opts. (line 42)
* PIC selection, MIPS: MIPS Options. (line 21)
* PJ endianness: Overview. (line 667)
@@ -26120,643 +26125,643 @@ AS Index

Tag Table:
Node: Top739
-Node: Overview1725
-Node: Manual36226
-Node: GNU Assembler37170
-Node: Object Formats38341
-Node: Command Line38793
-Node: Input Files39880
-Node: Object41861
-Node: Errors42757
-Node: Invoking43952
-Node: a45907
-Node: alternate47818
-Node: D47990
-Node: f48223
-Node: I48731
-Node: K49275
-Node: L49579
-Node: listing50318
-Node: M51977
-Node: MD56378
-Node: o56804
-Node: R57259
-Node: statistics58289
-Node: traditional-format58696
-Node: v59169
-Node: W59444
-Node: Z60351
-Node: Syntax60873
-Node: Preprocessing61465
-Node: Whitespace63028
-Node: Comments63424
-Node: Symbol Intro65435
-Node: Statements66162
-Node: Constants68151
-Node: Characters68782
-Node: Strings69284
-Node: Chars71450
-Node: Numbers72204
-Node: Integers72744
-Node: Bignums73400
-Node: Flonums73756
-Node: Sections75503
-Node: Secs Background75881
-Node: Ld Sections80920
-Node: As Sections83304
-Node: Sub-Sections84214
-Node: bss87359
-Node: Symbols88309
-Node: Labels88957
-Node: Setting Symbols89688
-Node: Symbol Names90242
-Node: Dot95533
-Node: Symbol Attributes95980
-Node: Symbol Value96717
-Node: Symbol Type97762
-Node: a.out Symbols98150
-Node: Symbol Desc98412
-Node: Symbol Other98707
-Node: COFF Symbols98876
-Node: SOM Symbols99549
-Node: Expressions99991
-Node: Empty Exprs100740
-Node: Integer Exprs101087
-Node: Arguments101482
-Node: Operators102588
-Node: Prefix Ops102923
-Node: Infix Ops103251
-Node: Pseudo Ops105641
-Node: Abort111265
-Node: ABORT (COFF)111677
-Node: Align111885
-Node: Altmacro114167
-Node: Ascii115496
-Node: Asciz115805
-Node: Balign116050
-Node: Bundle directives117926
-Node: Byte120855
-Node: CFI directives121116
-Node: Comm126745
-Ref: Comm-Footnote-1128346
-Node: Data128708
-Node: Def129025
-Node: Desc129257
-Node: Dim129757
-Node: Double130014
-Node: Eject130352
-Node: Else130527
-Node: Elseif130827
-Node: End131121
-Node: Endef131336
-Node: Endfunc131513
-Node: Endif131688
-Node: Equ131949
-Node: Equiv132463
-Node: Eqv133019
-Node: Err133383
-Node: Error133694
-Node: Exitm134139
-Node: Extern134308
-Node: Fail134569
-Node: File135014
-Node: Fill136343
-Node: Float137307
-Node: Func137649
-Node: Global138239
-Node: Gnu_attribute138996
-Node: Hidden139221
-Node: hword139807
-Node: Ident140135
-Node: If140709
-Node: Incbin143768
-Node: Include144463
-Node: Int145014
-Node: Internal145395
-Node: Irp146043
-Node: Irpc146922
-Node: Lcomm147839
-Node: Lflags148587
-Node: Line148781
-Node: Linkonce149694
-Node: List150923
-Node: Ln151531
-Node: Loc151681
-Node: Loc_mark_labels153067
-Node: Local153551
-Node: Long154163
-Node: Macro154341
-Node: MRI160263
-Node: Noaltmacro160601
-Node: Nolist160770
-Node: Octa161200
-Node: Offset161537
-Node: Org161864
-Node: P2align163149
-Node: PopSection165077
-Node: Previous165585
-Node: Print166998
-Node: Protected167227
-Node: Psize167874
-Node: Purgem168558
-Node: PushSection168779
-Node: Quad169522
-Node: Reloc169978
-Node: Rept170739
-Node: Sbttl171153
-Node: Scl171518
-Node: Section171859
-Node: Set178013
-Node: Short178586
-Node: Single178909
-Node: Size179256
-Node: Skip179930
-Node: Sleb128180254
-Node: Space180578
-Node: Stab181219
-Node: String183223
-Node: Struct184217
-Node: SubSection184942
-Node: Symver185505
-Node: Tag187898
-Node: Text188280
-Node: Title188601
-Node: Type188982
-Node: Uleb128191295
-Node: Val191619
-Node: Version191869
-Node: VTableEntry192144
-Node: VTableInherit192434
-Node: Warning192884
-Node: Weak193118
-Node: Weakref193787
-Node: Word194752
-Node: Deprecated196598
-Node: Object Attributes196833
-Node: GNU Object Attributes198553
-Node: Defining New Object Attributes201780
-Node: Machine Dependencies202577
-Node: AArch64-Dependent206470
-Node: AArch64 Options206952
-Node: AArch64 Extensions209419
-Node: AArch64 Syntax210887
-Node: AArch64-Chars211187
-Node: AArch64-Regs211673
-Node: AArch64-Relocations211967
-Node: AArch64 Floating Point213041
-Node: AArch64 Directives213266
-Node: AArch64 Opcodes214811
-Node: AArch64 Mapping Symbols215489
-Node: Alpha-Dependent215871
-Node: Alpha Notes216311
-Node: Alpha Options216592
-Node: Alpha Syntax219067
-Node: Alpha-Chars219536
-Node: Alpha-Regs219948
-Node: Alpha-Relocs220335
-Node: Alpha Floating Point226593
-Node: Alpha Directives226815
-Node: Alpha Opcodes232338
-Node: ARC-Dependent232633
-Node: ARC Options233016
-Node: ARC Syntax234085
-Node: ARC-Chars234317
-Node: ARC-Regs234798
-Node: ARC Floating Point234922
-Node: ARC Directives235233
-Node: ARC Opcodes241198
-Node: ARM-Dependent241424
-Node: ARM Options241889
-Node: ARM Syntax250813
-Node: ARM-Instruction-Set251181
-Node: ARM-Chars252401
-Node: ARM-Regs253112
-Node: ARM-Relocations253321
-Node: ARM-Neon-Alignment254455
-Node: ARM Floating Point254919
-Node: ARM Directives255118
-Ref: arm_fnend259566
-Ref: arm_fnstart259890
-Ref: arm_pad262298
-Ref: arm_save262900
-Ref: arm_setfp263601
-Node: ARM Opcodes266893
-Node: ARM Mapping Symbols268981
-Node: ARM Unwinding Tutorial269791
-Node: AVR-Dependent275993
-Node: AVR Options276283
-Node: AVR Syntax282004
-Node: AVR-Chars282291
-Node: AVR-Regs282850
-Node: AVR-Modifiers283429
-Node: AVR Opcodes285489
-Node: Blackfin-Dependent290735
-Node: Blackfin Options291047
-Node: Blackfin Syntax292021
-Node: Blackfin Directives298228
-Node: CR16-Dependent298974
-Node: CR16 Operand Qualifiers299274
-Node: CR16 Syntax302003
-Node: CR16-Chars302189
-Node: CRIS-Dependent302726
-Node: CRIS-Opts303072
-Ref: march-option304758
-Node: CRIS-Expand306575
-Node: CRIS-Symbols307758
-Node: CRIS-Syntax308927
-Node: CRIS-Chars309263
-Node: CRIS-Pic309814
-Ref: crispic310010
-Node: CRIS-Regs313550
-Node: CRIS-Pseudos313967
-Ref: crisnous314743
-Node: D10V-Dependent316025
-Node: D10V-Opts316376
-Node: D10V-Syntax317338
-Node: D10V-Size317867
-Node: D10V-Subs318840
-Node: D10V-Chars319875
-Node: D10V-Regs321787
-Node: D10V-Addressing322832
-Node: D10V-Word323518
-Node: D10V-Float324033
-Node: D10V-Opcodes324344
-Node: D30V-Dependent324737
-Node: D30V-Opts325094
-Node: D30V-Syntax325771
-Node: D30V-Size326305
-Node: D30V-Subs327278
-Node: D30V-Chars328315
-Node: D30V-Guarded330923
-Node: D30V-Regs331605
-Node: D30V-Addressing332746
-Node: D30V-Float333416
-Node: D30V-Opcodes333729
-Node: Epiphany-Dependent334124
-Node: Epiphany Options334412
-Node: Epiphany Syntax334811
-Node: Epiphany-Chars335012
-Node: H8/300-Dependent335566
-Node: H8/300 Options335982
-Node: H8/300 Syntax336249
-Node: H8/300-Chars336550
-Node: H8/300-Regs336849
-Node: H8/300-Addressing337768
-Node: H8/300 Floating Point338809
-Node: H8/300 Directives339136
-Node: H8/300 Opcodes340264
-Node: HPPA-Dependent348586
-Node: HPPA Notes349021
-Node: HPPA Options349779
-Node: HPPA Syntax349974
-Node: HPPA Floating Point351244
-Node: HPPA Directives351450
-Node: HPPA Opcodes360136
-Node: ESA/390-Dependent360395
-Node: ESA/390 Notes360855
-Node: ESA/390 Options361646
-Node: ESA/390 Syntax361856
-Node: ESA/390 Floating Point364029
-Node: ESA/390 Directives364308
-Node: ESA/390 Opcodes367597
-Node: i386-Dependent367859
-Node: i386-Options369189
-Node: i386-Directives375839
-Node: i386-Syntax376577
-Node: i386-Variations376882
-Node: i386-Chars379423
-Node: i386-Mnemonics380152
-Node: i386-Regs383463
-Node: i386-Prefixes385508
-Node: i386-Memory388268
-Node: i386-Jumps391205
-Node: i386-Float392326
-Node: i386-SIMD394157
-Node: i386-LWP395266
-Node: i386-BMI396100
-Node: i386-TBM396478
-Node: i386-16bit397008
-Node: i386-Bugs399079
-Node: i386-Arch399833
-Node: i386-Notes402943
-Node: i860-Dependent403801
-Node: Notes-i860404241
-Node: Options-i860405146
-Node: Directives-i860406509
-Node: Opcodes for i860407578
-Node: Syntax of i860409768
-Node: i860-Chars409952
-Node: i960-Dependent410511
-Node: Options-i960410958
-Node: Floating Point-i960414843
-Node: Directives-i960415111
-Node: Opcodes for i960417145
-Node: callj-i960417785
-Node: Compare-and-branch-i960418274
-Node: Syntax of i960420178
-Node: i960-Chars420378
-Node: IA-64-Dependent420921
-Node: IA-64 Options421222
-Node: IA-64 Syntax424373
-Node: IA-64-Chars424779
-Node: IA-64-Regs425009
-Node: IA-64-Bits425935
-Node: IA-64-Relocs426465
-Node: IA-64 Opcodes426937
-Node: IP2K-Dependent427209
-Node: IP2K-Opts427481
-Node: IP2K-Syntax427981
-Node: IP2K-Chars428155
-Node: LM32-Dependent428698
-Node: LM32 Options428993
-Node: LM32 Syntax429627
-Node: LM32-Regs429923
-Node: LM32-Modifiers430882
-Node: LM32-Chars432257
-Node: LM32 Opcodes432765
-Node: M32C-Dependent433069
-Node: M32C-Opts433578
-Node: M32C-Syntax433998
-Node: M32C-Modifiers434233
-Node: M32C-Chars436022
-Node: M32R-Dependent436588
-Node: M32R-Opts436909
-Node: M32R-Directives441072
-Node: M32R-Warnings445047
-Node: M68K-Dependent448053
-Node: M68K-Opts448520
-Node: M68K-Syntax455893
-Node: M68K-Moto-Syntax457733
-Node: M68K-Float460323
-Node: M68K-Directives460843
-Node: M68K-opcodes462171
-Node: M68K-Branch462397
-Node: M68K-Chars466595
-Node: M68HC11-Dependent467458
-Node: M68HC11-Opts467989
-Node: M68HC11-Syntax472294
-Node: M68HC11-Modifiers475085
-Node: M68HC11-Directives476913
-Node: M68HC11-Float478289
-Node: M68HC11-opcodes478817
-Node: M68HC11-Branch478999
-Node: Meta-Dependent481448
-Node: Meta Options481733
-Node: Meta Syntax482395
-Node: Meta-Chars482607
-Node: Meta-Regs482907
-Node: MicroBlaze-Dependent483183
-Node: MicroBlaze Directives483872
-Node: MicroBlaze Syntax485255
-Node: MicroBlaze-Chars485487
-Node: MIPS-Dependent486039
-Node: MIPS Options487476
-Node: MIPS Macros502130
-Ref: MIPS Macros-Footnote-1504844
-Node: MIPS Symbol Sizes504987
-Node: MIPS Small Data506659
-Node: MIPS ISA508822
-Node: MIPS assembly options510607
-Node: MIPS autoextend511740
-Node: MIPS insn512474
-Node: MIPS FP ABIs513754
-Node: MIPS FP ABI History514206
-Node: MIPS FP ABI Variants514966
-Node: MIPS FP ABI Selection517520
-Node: MIPS FP ABI Compatibility518584
-Node: MIPS NaN Encodings519394
-Node: MIPS Option Stack521357
-Node: MIPS ASE Instruction Generation Overrides522142
-Node: MIPS Floating-Point524856
-Node: MIPS Syntax525762
-Node: MIPS-Chars526024
-Node: MMIX-Dependent526566
-Node: MMIX-Opts526946
-Node: MMIX-Expand530550
-Node: MMIX-Syntax531865
-Ref: mmixsite532222
-Node: MMIX-Chars533063
-Node: MMIX-Symbols533937
-Node: MMIX-Regs536005
-Node: MMIX-Pseudos537030
-Ref: MMIX-loc537171
-Ref: MMIX-local538251
-Ref: MMIX-is538783
-Ref: MMIX-greg539054
-Ref: GREG-base539973
-Ref: MMIX-byte541290
-Ref: MMIX-constants541761
-Ref: MMIX-prefix542407
-Ref: MMIX-spec542781
-Node: MMIX-mmixal543115
-Node: MSP430-Dependent546613
-Node: MSP430 Options547082
-Node: MSP430 Syntax549045
-Node: MSP430-Macros549361
-Node: MSP430-Chars550092
-Node: MSP430-Regs550807
-Node: MSP430-Ext551367
-Node: MSP430 Floating Point553188
-Node: MSP430 Directives553412
-Node: MSP430 Opcodes554733
-Node: MSP430 Profiling Capability555128
-Node: NDS32-Dependent557457
-Node: NDS32 Options558069
-Node: NDS32 Syntax559970
-Node: NDS32-Chars560238
-Node: NDS32-Regs560705
-Node: NDS32-Ops561559
-Node: NiosII-Dependent565154
-Node: Nios II Options565573
-Node: Nios II Syntax566494
-Node: Nios II Chars566700
-Node: Nios II Relocations566891
-Node: Nios II Directives568463
-Node: Nios II Opcodes570026
-Node: NS32K-Dependent570301
-Node: NS32K Syntax570524
-Node: NS32K-Chars570673
-Node: PDP-11-Dependent571413
-Node: PDP-11-Options571802
-Node: PDP-11-Pseudos576873
-Node: PDP-11-Syntax577218
-Node: PDP-11-Mnemonics578050
-Node: PDP-11-Synthetic578352
-Node: PJ-Dependent578570
-Node: PJ Options578833
-Node: PJ Syntax579128
-Node: PJ-Chars579293
-Node: PPC-Dependent579842
-Node: PowerPC-Opts580175
-Node: PowerPC-Pseudo583671
-Node: PowerPC-Syntax584293
-Node: PowerPC-Chars584483
-Node: RL78-Dependent585234
-Node: RL78-Opts585632
-Node: RL78-Modifiers586171
-Node: RL78-Directives586947
-Node: RL78-Syntax587552
-Node: RL78-Chars587748
-Node: RX-Dependent588304
-Node: RX-Opts588735
-Node: RX-Modifiers592142
-Node: RX-Directives593246
-Node: RX-Float593986
-Node: RX-Syntax594627
-Node: RX-Chars594806
-Node: S/390-Dependent595358
-Node: s390 Options596074
-Node: s390 Characters597620
-Node: s390 Syntax598141
-Node: s390 Register599042
-Node: s390 Mnemonics599855
-Node: s390 Operands602875
-Node: s390 Formats605494
-Node: s390 Aliases613365
-Node: s390 Operand Modifier617262
-Node: s390 Instruction Marker621063
-Node: s390 Literal Pool Entries622079
-Node: s390 Directives624002
-Node: s390 Floating Point629058
-Node: SCORE-Dependent629504
-Node: SCORE-Opts629809
-Node: SCORE-Pseudo631097
-Node: SCORE-Syntax633174
-Node: SCORE-Chars633356
-Node: SH-Dependent633914
-Node: SH Options634325
-Node: SH Syntax635380
-Node: SH-Chars635653
-Node: SH-Regs636196
-Node: SH-Addressing636810
-Node: SH Floating Point637719
-Node: SH Directives638813
-Node: SH Opcodes639214
-Node: SH64-Dependent643536
-Node: SH64 Options643899
-Node: SH64 Syntax645696
-Node: SH64-Chars645979
-Node: SH64-Regs646528
-Node: SH64-Addressing647624
-Node: SH64 Directives648807
-Node: SH64 Opcodes649792
-Node: Sparc-Dependent650508
-Node: Sparc-Opts650920
-Node: Sparc-Aligned-Data655934
-Node: Sparc-Syntax656766
-Node: Sparc-Chars657340
-Node: Sparc-Regs657903
-Node: Sparc-Constants663204
-Node: Sparc-Relocs667964
-Node: Sparc-Size-Translations673100
-Node: Sparc-Float674749
-Node: Sparc-Directives674944
-Node: TIC54X-Dependent676904
-Node: TIC54X-Opts677667
-Node: TIC54X-Block678710
-Node: TIC54X-Env679070
-Node: TIC54X-Constants679418
-Node: TIC54X-Subsyms679820
-Node: TIC54X-Locals681729
-Node: TIC54X-Builtins682473
-Node: TIC54X-Ext684944
-Node: TIC54X-Directives685515
-Node: TIC54X-Macros696416
-Node: TIC54X-MMRegs698527
-Node: TIC54X-Syntax698765
-Node: TIC54X-Chars698955
-Node: TIC6X-Dependent699646
-Node: TIC6X Options699949
-Node: TIC6X Syntax701950
-Node: TIC6X Directives703052
-Node: TILE-Gx-Dependent705337
-Node: TILE-Gx Options705647
-Node: TILE-Gx Syntax705997
-Node: TILE-Gx Opcodes708231
-Node: TILE-Gx Registers708519
-Node: TILE-Gx Modifiers709291
-Node: TILE-Gx Directives714263
-Node: TILEPro-Dependent715167
-Node: TILEPro Options715476
-Node: TILEPro Syntax715660
-Node: TILEPro Opcodes717894
-Node: TILEPro Registers718185
-Node: TILEPro Modifiers718955
-Node: TILEPro Directives723720
-Node: Z80-Dependent724624
-Node: Z80 Options725012
-Node: Z80 Syntax726435
-Node: Z80-Chars727107
-Node: Z80-Regs727957
-Node: Z80-Case728309
-Node: Z80 Floating Point728754
-Node: Z80 Directives728948
-Node: Z80 Opcodes730573
-Node: Z8000-Dependent731917
-Node: Z8000 Options732878
-Node: Z8000 Syntax733095
-Node: Z8000-Chars733385
-Node: Z8000-Regs733867
-Node: Z8000-Addressing734657
-Node: Z8000 Directives735774
-Node: Z8000 Opcodes737383
-Node: Vax-Dependent747325
-Node: VAX-Opts747885
-Node: VAX-float751620
-Node: VAX-directives752252
-Node: VAX-opcodes753113
-Node: VAX-branch753502
-Node: VAX-operands756009
-Node: VAX-no756772
-Node: VAX-Syntax757028
-Node: VAX-Chars757194
-Node: V850-Dependent757748
-Node: V850 Options758146
-Node: V850 Syntax761792
-Node: V850-Chars762032
-Node: V850-Regs762576
-Node: V850 Floating Point764144
-Node: V850 Directives764350
-Node: V850 Opcodes766417
-Node: XGATE-Dependent772309
-Node: XGATE-Opts772729
-Node: XGATE-Syntax773720
-Node: XGATE-Directives775799
-Node: XGATE-Float776038
-Node: XGATE-opcodes776535
-Node: XSTORMY16-Dependent776647
-Node: XStormy16 Syntax776993
-Node: XStormy16-Chars777183
-Node: XStormy16 Directives777796
-Node: XStormy16 Opcodes778451
-Node: Xtensa-Dependent779507
-Node: Xtensa Options780241
-Node: Xtensa Syntax783395
-Node: Xtensa Opcodes785539
-Node: Xtensa Registers787333
-Node: Xtensa Optimizations787966
-Node: Density Instructions788418
-Node: Xtensa Automatic Alignment789520
-Node: Xtensa Relaxation791967
-Node: Xtensa Branch Relaxation792932
-Node: Xtensa Call Relaxation794304
-Node: Xtensa Jump Relaxation796085
-Node: Xtensa Immediate Relaxation798185
-Node: Xtensa Directives800759
-Node: Schedule Directive802468
-Node: Longcalls Directive802808
-Node: Transform Directive803352
-Node: Literal Directive804094
-Ref: Literal Directive-Footnote-1807633
-Node: Literal Position Directive807775
-Node: Literal Prefix Directive809474
-Node: Absolute Literals Directive810372
-Node: Reporting Bugs811679
-Node: Bug Criteria812405
-Node: Bug Reporting813172
-Node: Acknowledgements819821
-Ref: Acknowledgements-Footnote-1824786
-Node: GNU Free Documentation License824812
-Node: AS Index849981
+Node: Overview1727
+Node: Manual36228
+Node: GNU Assembler37172
+Node: Object Formats38343
+Node: Command Line38795
+Node: Input Files39882
+Node: Object41863
+Node: Errors42759
+Node: Invoking43954
+Node: a45909
+Node: alternate47820
+Node: D47992
+Node: f48225
+Node: I48733
+Node: K49277
+Node: L49581
+Node: listing50320
+Node: M51979
+Node: MD56380
+Node: o56806
+Node: R57261
+Node: statistics58291
+Node: traditional-format58698
+Node: v59171
+Node: W59446
+Node: Z60353
+Node: Syntax60875
+Node: Preprocessing61467
+Node: Whitespace63030
+Node: Comments63426
+Node: Symbol Intro65437
+Node: Statements66164
+Node: Constants68153
+Node: Characters68784
+Node: Strings69286
+Node: Chars71452
+Node: Numbers72206
+Node: Integers72746
+Node: Bignums73402
+Node: Flonums73758
+Node: Sections75505
+Node: Secs Background75883
+Node: Ld Sections80922
+Node: As Sections83306
+Node: Sub-Sections84216
+Node: bss87361
+Node: Symbols88311
+Node: Labels88959
+Node: Setting Symbols89690
+Node: Symbol Names90244
+Node: Dot95535
+Node: Symbol Attributes95982
+Node: Symbol Value96719
+Node: Symbol Type97764
+Node: a.out Symbols98152
+Node: Symbol Desc98414
+Node: Symbol Other98709
+Node: COFF Symbols98878
+Node: SOM Symbols99551
+Node: Expressions99993
+Node: Empty Exprs100742
+Node: Integer Exprs101089
+Node: Arguments101484
+Node: Operators102590
+Node: Prefix Ops102925
+Node: Infix Ops103253
+Node: Pseudo Ops105643
+Node: Abort111267
+Node: ABORT (COFF)111679
+Node: Align111887
+Node: Altmacro114169
+Node: Ascii115498
+Node: Asciz115807
+Node: Balign116052
+Node: Bundle directives117928
+Node: Byte120857
+Node: CFI directives121118
+Node: Comm126747
+Ref: Comm-Footnote-1128348
+Node: Data128710
+Node: Def129027
+Node: Desc129259
+Node: Dim129759
+Node: Double130016
+Node: Eject130354
+Node: Else130529
+Node: Elseif130829
+Node: End131123
+Node: Endef131338
+Node: Endfunc131515
+Node: Endif131690
+Node: Equ131951
+Node: Equiv132465
+Node: Eqv133021
+Node: Err133385
+Node: Error133696
+Node: Exitm134141
+Node: Extern134310
+Node: Fail134571
+Node: File135016
+Node: Fill136345
+Node: Float137309
+Node: Func137651
+Node: Global138241
+Node: Gnu_attribute138998
+Node: Hidden139223
+Node: hword139809
+Node: Ident140137
+Node: If140711
+Node: Incbin143770
+Node: Include144465
+Node: Int145016
+Node: Internal145397
+Node: Irp146045
+Node: Irpc146924
+Node: Lcomm147841
+Node: Lflags148589
+Node: Line148783
+Node: Linkonce149696
+Node: List150925
+Node: Ln151533
+Node: Loc151683
+Node: Loc_mark_labels153069
+Node: Local153553
+Node: Long154165
+Node: Macro154343
+Node: MRI160265
+Node: Noaltmacro160603
+Node: Nolist160772
+Node: Octa161202
+Node: Offset161539
+Node: Org161866
+Node: P2align163151
+Node: PopSection165079
+Node: Previous165587
+Node: Print167000
+Node: Protected167229
+Node: Psize167876
+Node: Purgem168560
+Node: PushSection168781
+Node: Quad169524
+Node: Reloc169980
+Node: Rept170741
+Node: Sbttl171155
+Node: Scl171520
+Node: Section171861
+Node: Set178015
+Node: Short178588
+Node: Single178911
+Node: Size179258
+Node: Skip179932
+Node: Sleb128180256
+Node: Space180580
+Node: Stab181221
+Node: String183225
+Node: Struct184219
+Node: SubSection184944
+Node: Symver185507
+Node: Tag187900
+Node: Text188282
+Node: Title188603
+Node: Type188984
+Node: Uleb128191297
+Node: Val191621
+Node: Version191871
+Node: VTableEntry192146
+Node: VTableInherit192436
+Node: Warning192886
+Node: Weak193120
+Node: Weakref193789
+Node: Word194754
+Node: Deprecated196600
+Node: Object Attributes196835
+Node: GNU Object Attributes198555
+Node: Defining New Object Attributes201782
+Node: Machine Dependencies202579
+Node: AArch64-Dependent206472
+Node: AArch64 Options206954
+Node: AArch64 Extensions209452
+Node: AArch64 Syntax210920
+Node: AArch64-Chars211220
+Node: AArch64-Regs211706
+Node: AArch64-Relocations212000
+Node: AArch64 Floating Point213074
+Node: AArch64 Directives213299
+Node: AArch64 Opcodes214844
+Node: AArch64 Mapping Symbols215522
+Node: Alpha-Dependent215904
+Node: Alpha Notes216344
+Node: Alpha Options216625
+Node: Alpha Syntax219100
+Node: Alpha-Chars219569
+Node: Alpha-Regs219981
+Node: Alpha-Relocs220368
+Node: Alpha Floating Point226626
+Node: Alpha Directives226848
+Node: Alpha Opcodes232371
+Node: ARC-Dependent232666
+Node: ARC Options233049
+Node: ARC Syntax234118
+Node: ARC-Chars234350
+Node: ARC-Regs234831
+Node: ARC Floating Point234955
+Node: ARC Directives235266
+Node: ARC Opcodes241231
+Node: ARM-Dependent241457
+Node: ARM Options241922
+Node: ARM Syntax250864
+Node: ARM-Instruction-Set251232
+Node: ARM-Chars252452
+Node: ARM-Regs253163
+Node: ARM-Relocations253372
+Node: ARM-Neon-Alignment254506
+Node: ARM Floating Point254970
+Node: ARM Directives255169
+Ref: arm_fnend259617
+Ref: arm_fnstart259941
+Ref: arm_pad262349
+Ref: arm_save262951
+Ref: arm_setfp263652
+Node: ARM Opcodes266944
+Node: ARM Mapping Symbols269032
+Node: ARM Unwinding Tutorial269842
+Node: AVR-Dependent276044
+Node: AVR Options276334
+Node: AVR Syntax282055
+Node: AVR-Chars282342
+Node: AVR-Regs282901
+Node: AVR-Modifiers283480
+Node: AVR Opcodes285540
+Node: Blackfin-Dependent290786
+Node: Blackfin Options291098
+Node: Blackfin Syntax292072
+Node: Blackfin Directives298279
+Node: CR16-Dependent299025
+Node: CR16 Operand Qualifiers299325
+Node: CR16 Syntax302054
+Node: CR16-Chars302240
+Node: CRIS-Dependent302777
+Node: CRIS-Opts303123
+Ref: march-option304809
+Node: CRIS-Expand306626
+Node: CRIS-Symbols307809
+Node: CRIS-Syntax308978
+Node: CRIS-Chars309314
+Node: CRIS-Pic309865
+Ref: crispic310061
+Node: CRIS-Regs313601
+Node: CRIS-Pseudos314018
+Ref: crisnous314794
+Node: D10V-Dependent316076
+Node: D10V-Opts316427
+Node: D10V-Syntax317389
+Node: D10V-Size317918
+Node: D10V-Subs318891
+Node: D10V-Chars319926
+Node: D10V-Regs321838
+Node: D10V-Addressing322883
+Node: D10V-Word323569
+Node: D10V-Float324084
+Node: D10V-Opcodes324395
+Node: D30V-Dependent324788
+Node: D30V-Opts325145
+Node: D30V-Syntax325822
+Node: D30V-Size326356
+Node: D30V-Subs327329
+Node: D30V-Chars328366
+Node: D30V-Guarded330974
+Node: D30V-Regs331656
+Node: D30V-Addressing332797
+Node: D30V-Float333467
+Node: D30V-Opcodes333780
+Node: Epiphany-Dependent334175
+Node: Epiphany Options334463
+Node: Epiphany Syntax334862
+Node: Epiphany-Chars335063
+Node: H8/300-Dependent335617
+Node: H8/300 Options336033
+Node: H8/300 Syntax336300
+Node: H8/300-Chars336601
+Node: H8/300-Regs336900
+Node: H8/300-Addressing337819
+Node: H8/300 Floating Point338860
+Node: H8/300 Directives339187
+Node: H8/300 Opcodes340315
+Node: HPPA-Dependent348637
+Node: HPPA Notes349072
+Node: HPPA Options349830
+Node: HPPA Syntax350025
+Node: HPPA Floating Point351295
+Node: HPPA Directives351501
+Node: HPPA Opcodes360187
+Node: ESA/390-Dependent360446
+Node: ESA/390 Notes360906
+Node: ESA/390 Options361697
+Node: ESA/390 Syntax361907
+Node: ESA/390 Floating Point364080
+Node: ESA/390 Directives364359
+Node: ESA/390 Opcodes367648
+Node: i386-Dependent367910
+Node: i386-Options369240
+Node: i386-Directives375890
+Node: i386-Syntax376628
+Node: i386-Variations376933
+Node: i386-Chars379474
+Node: i386-Mnemonics380203
+Node: i386-Regs383514
+Node: i386-Prefixes385559
+Node: i386-Memory388319
+Node: i386-Jumps391256
+Node: i386-Float392377
+Node: i386-SIMD394208
+Node: i386-LWP395317
+Node: i386-BMI396151
+Node: i386-TBM396529
+Node: i386-16bit397059
+Node: i386-Bugs399130
+Node: i386-Arch399884
+Node: i386-Notes402994
+Node: i860-Dependent403852
+Node: Notes-i860404292
+Node: Options-i860405197
+Node: Directives-i860406560
+Node: Opcodes for i860407629
+Node: Syntax of i860409819
+Node: i860-Chars410003
+Node: i960-Dependent410562
+Node: Options-i960411009
+Node: Floating Point-i960414894
+Node: Directives-i960415162
+Node: Opcodes for i960417196
+Node: callj-i960417836
+Node: Compare-and-branch-i960418325
+Node: Syntax of i960420229
+Node: i960-Chars420429
+Node: IA-64-Dependent420972
+Node: IA-64 Options421273
+Node: IA-64 Syntax424424
+Node: IA-64-Chars424830
+Node: IA-64-Regs425060
+Node: IA-64-Bits425986
+Node: IA-64-Relocs426516
+Node: IA-64 Opcodes426988
+Node: IP2K-Dependent427260
+Node: IP2K-Opts427532
+Node: IP2K-Syntax428032
+Node: IP2K-Chars428206
+Node: LM32-Dependent428749
+Node: LM32 Options429044
+Node: LM32 Syntax429678
+Node: LM32-Regs429974
+Node: LM32-Modifiers430933
+Node: LM32-Chars432308
+Node: LM32 Opcodes432816
+Node: M32C-Dependent433120
+Node: M32C-Opts433629
+Node: M32C-Syntax434049
+Node: M32C-Modifiers434284
+Node: M32C-Chars436073
+Node: M32R-Dependent436639
+Node: M32R-Opts436960
+Node: M32R-Directives441123
+Node: M32R-Warnings445098
+Node: M68K-Dependent448104
+Node: M68K-Opts448571
+Node: M68K-Syntax455944
+Node: M68K-Moto-Syntax457784
+Node: M68K-Float460374
+Node: M68K-Directives460894
+Node: M68K-opcodes462222
+Node: M68K-Branch462448
+Node: M68K-Chars466646
+Node: M68HC11-Dependent467509
+Node: M68HC11-Opts468040
+Node: M68HC11-Syntax472345
+Node: M68HC11-Modifiers475136
+Node: M68HC11-Directives476964
+Node: M68HC11-Float478340
+Node: M68HC11-opcodes478868
+Node: M68HC11-Branch479050
+Node: Meta-Dependent481499
+Node: Meta Options481784
+Node: Meta Syntax482446
+Node: Meta-Chars482658
+Node: Meta-Regs482958
+Node: MicroBlaze-Dependent483234
+Node: MicroBlaze Directives483923
+Node: MicroBlaze Syntax485306
+Node: MicroBlaze-Chars485538
+Node: MIPS-Dependent486090
+Node: MIPS Options487527
+Node: MIPS Macros502181
+Ref: MIPS Macros-Footnote-1504895
+Node: MIPS Symbol Sizes505038
+Node: MIPS Small Data506710
+Node: MIPS ISA508873
+Node: MIPS assembly options510658
+Node: MIPS autoextend511791
+Node: MIPS insn512525
+Node: MIPS FP ABIs513805
+Node: MIPS FP ABI History514257
+Node: MIPS FP ABI Variants515017
+Node: MIPS FP ABI Selection517571
+Node: MIPS FP ABI Compatibility518635
+Node: MIPS NaN Encodings519445
+Node: MIPS Option Stack521408
+Node: MIPS ASE Instruction Generation Overrides522193
+Node: MIPS Floating-Point524907
+Node: MIPS Syntax525813
+Node: MIPS-Chars526075
+Node: MMIX-Dependent526617
+Node: MMIX-Opts526997
+Node: MMIX-Expand530601
+Node: MMIX-Syntax531916
+Ref: mmixsite532273
+Node: MMIX-Chars533114
+Node: MMIX-Symbols533988
+Node: MMIX-Regs536056
+Node: MMIX-Pseudos537081
+Ref: MMIX-loc537222
+Ref: MMIX-local538302
+Ref: MMIX-is538834
+Ref: MMIX-greg539105
+Ref: GREG-base540024
+Ref: MMIX-byte541341
+Ref: MMIX-constants541812
+Ref: MMIX-prefix542458
+Ref: MMIX-spec542832
+Node: MMIX-mmixal543166
+Node: MSP430-Dependent546664
+Node: MSP430 Options547133
+Node: MSP430 Syntax549096
+Node: MSP430-Macros549412
+Node: MSP430-Chars550143
+Node: MSP430-Regs550858
+Node: MSP430-Ext551418
+Node: MSP430 Floating Point553239
+Node: MSP430 Directives553463
+Node: MSP430 Opcodes554784
+Node: MSP430 Profiling Capability555179
+Node: NDS32-Dependent557508
+Node: NDS32 Options558120
+Node: NDS32 Syntax560021
+Node: NDS32-Chars560289
+Node: NDS32-Regs560756
+Node: NDS32-Ops561610
+Node: NiosII-Dependent565205
+Node: Nios II Options565624
+Node: Nios II Syntax566545
+Node: Nios II Chars566751
+Node: Nios II Relocations566942
+Node: Nios II Directives568514
+Node: Nios II Opcodes570077
+Node: NS32K-Dependent570352
+Node: NS32K Syntax570575
+Node: NS32K-Chars570724
+Node: PDP-11-Dependent571464
+Node: PDP-11-Options571853
+Node: PDP-11-Pseudos576924
+Node: PDP-11-Syntax577269
+Node: PDP-11-Mnemonics578101
+Node: PDP-11-Synthetic578403
+Node: PJ-Dependent578621
+Node: PJ Options578884
+Node: PJ Syntax579179
+Node: PJ-Chars579344
+Node: PPC-Dependent579893
+Node: PowerPC-Opts580226
+Node: PowerPC-Pseudo583789
+Node: PowerPC-Syntax584411
+Node: PowerPC-Chars584601
+Node: RL78-Dependent585352
+Node: RL78-Opts585750
+Node: RL78-Modifiers586289
+Node: RL78-Directives587065
+Node: RL78-Syntax587670
+Node: RL78-Chars587866
+Node: RX-Dependent588422
+Node: RX-Opts588853
+Node: RX-Modifiers592260
+Node: RX-Directives593364
+Node: RX-Float594104
+Node: RX-Syntax594745
+Node: RX-Chars594924
+Node: S/390-Dependent595476
+Node: s390 Options596192
+Node: s390 Characters597738
+Node: s390 Syntax598259
+Node: s390 Register599160
+Node: s390 Mnemonics599973
+Node: s390 Operands602993
+Node: s390 Formats605612
+Node: s390 Aliases613483
+Node: s390 Operand Modifier617380
+Node: s390 Instruction Marker621181
+Node: s390 Literal Pool Entries622197
+Node: s390 Directives624120
+Node: s390 Floating Point629176
+Node: SCORE-Dependent629622
+Node: SCORE-Opts629927
+Node: SCORE-Pseudo631215
+Node: SCORE-Syntax633292
+Node: SCORE-Chars633474
+Node: SH-Dependent634032
+Node: SH Options634443
+Node: SH Syntax635498
+Node: SH-Chars635771
+Node: SH-Regs636314
+Node: SH-Addressing636928
+Node: SH Floating Point637837
+Node: SH Directives638931
+Node: SH Opcodes639332
+Node: SH64-Dependent643654
+Node: SH64 Options644017
+Node: SH64 Syntax645814
+Node: SH64-Chars646097
+Node: SH64-Regs646646
+Node: SH64-Addressing647742
+Node: SH64 Directives648925
+Node: SH64 Opcodes649910
+Node: Sparc-Dependent650626
+Node: Sparc-Opts651038
+Node: Sparc-Aligned-Data656052
+Node: Sparc-Syntax656884
+Node: Sparc-Chars657458
+Node: Sparc-Regs658021
+Node: Sparc-Constants663322
+Node: Sparc-Relocs668082
+Node: Sparc-Size-Translations673218
+Node: Sparc-Float674867
+Node: Sparc-Directives675062
+Node: TIC54X-Dependent677022
+Node: TIC54X-Opts677785
+Node: TIC54X-Block678828
+Node: TIC54X-Env679188
+Node: TIC54X-Constants679536
+Node: TIC54X-Subsyms679938
+Node: TIC54X-Locals681847
+Node: TIC54X-Builtins682591
+Node: TIC54X-Ext685062
+Node: TIC54X-Directives685633
+Node: TIC54X-Macros696534
+Node: TIC54X-MMRegs698645
+Node: TIC54X-Syntax698883
+Node: TIC54X-Chars699073
+Node: TIC6X-Dependent699764
+Node: TIC6X Options700067
+Node: TIC6X Syntax702068
+Node: TIC6X Directives703170
+Node: TILE-Gx-Dependent705455
+Node: TILE-Gx Options705765
+Node: TILE-Gx Syntax706115
+Node: TILE-Gx Opcodes708349
+Node: TILE-Gx Registers708637
+Node: TILE-Gx Modifiers709409
+Node: TILE-Gx Directives714381
+Node: TILEPro-Dependent715285
+Node: TILEPro Options715594
+Node: TILEPro Syntax715778
+Node: TILEPro Opcodes718012
+Node: TILEPro Registers718303
+Node: TILEPro Modifiers719073
+Node: TILEPro Directives723838
+Node: Z80-Dependent724742
+Node: Z80 Options725130
+Node: Z80 Syntax726553
+Node: Z80-Chars727225
+Node: Z80-Regs728075
+Node: Z80-Case728427
+Node: Z80 Floating Point728872
+Node: Z80 Directives729066
+Node: Z80 Opcodes730691
+Node: Z8000-Dependent732035
+Node: Z8000 Options732996
+Node: Z8000 Syntax733213
+Node: Z8000-Chars733503
+Node: Z8000-Regs733985
+Node: Z8000-Addressing734775
+Node: Z8000 Directives735892
+Node: Z8000 Opcodes737501
+Node: Vax-Dependent747443
+Node: VAX-Opts748003
+Node: VAX-float751738
+Node: VAX-directives752370
+Node: VAX-opcodes753231
+Node: VAX-branch753620
+Node: VAX-operands756127
+Node: VAX-no756890
+Node: VAX-Syntax757146
+Node: VAX-Chars757312
+Node: V850-Dependent757866
+Node: V850 Options758264
+Node: V850 Syntax761910
+Node: V850-Chars762150
+Node: V850-Regs762694
+Node: V850 Floating Point764262
+Node: V850 Directives764468
+Node: V850 Opcodes766535
+Node: XGATE-Dependent772427
+Node: XGATE-Opts772847
+Node: XGATE-Syntax773838
+Node: XGATE-Directives775917
+Node: XGATE-Float776156
+Node: XGATE-opcodes776653
+Node: XSTORMY16-Dependent776765
+Node: XStormy16 Syntax777111
+Node: XStormy16-Chars777301
+Node: XStormy16 Directives777914
+Node: XStormy16 Opcodes778569
+Node: Xtensa-Dependent779625
+Node: Xtensa Options780359
+Node: Xtensa Syntax783513
+Node: Xtensa Opcodes785657
+Node: Xtensa Registers787451
+Node: Xtensa Optimizations788084
+Node: Density Instructions788536
+Node: Xtensa Automatic Alignment789638
+Node: Xtensa Relaxation792085
+Node: Xtensa Branch Relaxation793050
+Node: Xtensa Call Relaxation794422
+Node: Xtensa Jump Relaxation796203
+Node: Xtensa Immediate Relaxation798303
+Node: Xtensa Directives800877
+Node: Schedule Directive802586
+Node: Longcalls Directive802926
+Node: Transform Directive803470
+Node: Literal Directive804212
+Ref: Literal Directive-Footnote-1807751
+Node: Literal Position Directive807893
+Node: Literal Prefix Directive809592
+Node: Absolute Literals Directive810490
+Node: Reporting Bugs811797
+Node: Bug Criteria812523
+Node: Bug Reporting813290
+Node: Acknowledgements819939
+Ref: Acknowledgements-Footnote-1824904
+Node: GNU Free Documentation License824930
+Node: AS Index850099

End Tag Table
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index af2ce556a2d..d47f3d9e368 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-21 Tristan Gingold <gingold@adacore.com>
+
+ * configure: Regenerate.
+
2014-12-23 Tristan Gingold <gingold@adacore.com>
* configure: Regenerate.
diff --git a/gprof/configure b/gprof/configure
index b09c8fbfac2..a6b24cbe716 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.25.0.
+# Generated by GNU Autoconf 2.64 for gprof 2.25.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.25.0'
-PACKAGE_STRING='gprof 2.25.0'
+PACKAGE_VERSION='2.25.1'
+PACKAGE_STRING='gprof 2.25.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.25.0 to adapt to many kinds of systems.
+\`configure' configures gprof 2.25.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.25.0:";;
+ short | recursive ) echo "Configuration of gprof 2.25.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.25.0
+gprof configure 2.25.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.25.0, which was
+It was created by gprof $as_me 2.25.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.25.0'
+ VERSION='2.25.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.25.0, which was
+This file was extended by gprof $as_me 2.25.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.25.0
+gprof config.status 2.25.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 0794b258276..11c57e1763a 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-21 Tristan Gingold <gingold@adacore.com>
+
+ * configure: Regenerate.
+
2015-07-10 Alan Modra <amodra@gmail.com>
Apply from master.
diff --git a/ld/configure b/ld/configure
index 4408b0de339..9f17c4f1cae 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.25.0.
+# Generated by GNU Autoconf 2.64 for ld 2.25.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.25.0'
-PACKAGE_STRING='ld 2.25.0'
+PACKAGE_VERSION='2.25.1'
+PACKAGE_STRING='ld 2.25.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1347,7 +1347,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.25.0 to adapt to many kinds of systems.
+\`configure' configures ld 2.25.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1418,7 +1418,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ld 2.25.0:";;
+ short | recursive ) echo "Configuration of ld 2.25.1:";;
esac
cat <<\_ACEOF
@@ -1541,7 +1541,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ld configure 2.25.0
+ld configure 2.25.1
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2250,7 +2250,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.25.0, which was
+It was created by ld $as_me 2.25.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -4059,7 +4059,7 @@ fi
# Define the identity of the package.
PACKAGE='ld'
- VERSION='2.25.0'
+ VERSION='2.25.1'
cat >>confdefs.h <<_ACEOF
@@ -17594,7 +17594,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.25.0, which was
+This file was extended by ld $as_me 2.25.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17658,7 +17658,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-ld config.status 2.25.0
+ld config.status 2.25.1
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 54d4b6ba50f..3f1bbf07b2a 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-21 Tristan Gingold <gingold@adacore.com>
+
+ * configure: Regenerate.
+
2015-07-10 Alan Modra <amodra@gmail.com>
Apply from master
diff --git a/opcodes/configure b/opcodes/configure
index c9c04cea3cd..f5c9442674a 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.25.0.
+# Generated by GNU Autoconf 2.64 for opcodes 2.25.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.25.0'
-PACKAGE_STRING='opcodes 2.25.0'
+PACKAGE_VERSION='2.25.1'
+PACKAGE_STRING='opcodes 2.25.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.25.0 to adapt to many kinds of systems.
+\`configure' configures opcodes 2.25.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.25.0:";;
+ short | recursive ) echo "Configuration of opcodes 2.25.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.25.0
+opcodes configure 2.25.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.25.0, which was
+It was created by opcodes $as_me 2.25.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.25.0'
+ VERSION='2.25.1'
cat >>confdefs.h <<_ACEOF
@@ -13209,7 +13209,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.25.0, which was
+This file was extended by opcodes $as_me 2.25.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13273,7 +13273,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-opcodes config.status 2.25.0
+opcodes config.status 2.25.1
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"