Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Vivek Das Mohapatra
binutils-gdb
Commits
2bd25930
Commit
2bd25930
authored
Jul 21, 2015
by
Tristan Gingold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 2.25.1, add generated files
parent
488058e7
Changes
18
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
790 additions
and
754 deletions
+790
-754
bfd/ChangeLog
bfd/ChangeLog
+5
-0
bfd/configure
bfd/configure
+10
-10
bfd/doc/bfdver.texi
bfd/doc/bfdver.texi
+2
-2
bfd/version.m4
bfd/version.m4
+1
-1
binutils/ChangeLog
binutils/ChangeLog
+4
-0
binutils/configure
binutils/configure
+10
-10
binutils/rcparse.c
binutils/rcparse.c
+13
-12
etc/config.log
etc/config.log
+10
-10
gas/ChangeLog
gas/ChangeLog
+4
-0
gas/configure
gas/configure
+10
-10
gas/doc/as.1
gas/doc/as.1
+6
-1
gas/doc/as.info
gas/doc/as.info
+673
-668
gprof/ChangeLog
gprof/ChangeLog
+4
-0
gprof/configure
gprof/configure
+10
-10
ld/ChangeLog
ld/ChangeLog
+4
-0
ld/configure
ld/configure
+10
-10
opcodes/ChangeLog
opcodes/ChangeLog
+4
-0
opcodes/configure
opcodes/configure
+10
-10
No files found.
bfd/ChangeLog
View file @
2bd25930
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
...
...
bfd/configure
View file @
2bd25930
#! /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'`\\"
...
...
bfd/doc/bfdver.texi
View file @
2bd25930
@set VERSION 2.25
@set VERSION 2.25
.1
@set VERSION_PACKAGE (GNU Binutils)
@set UPDATED
December
201
4
@set UPDATED
July
201
5
@set BUGURL @uref{http://www.sourceware.org/bugzilla/}
bfd/version.m4
View file @
2bd25930
m4_define([BFD_VERSION], [2.25.
0
])
m4_define([BFD_VERSION], [2.25.
1
])
binutils/ChangeLog
View file @
2bd25930
2015-07-21 Tristan Gingold <gingold@adacore.com>
* configure: Regenerate.
2015-07-16 Alan Modra <amodra@gmail.com>
PR binutils/18672
...
...
binutils/configure
View file @
2bd25930
#! /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'`
\\
"
...
...
binutils/rcparse.c
View file @
2bd25930
...
...
@@ -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
,
197
7
,
198
2
,
198
7
,
199
2
,
199
7
1967
,
1972
,
197
8
,
198
3
,
198
8
,
199
3
,
199
8
};
#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 197
8
"rcparse.y"
#line 197
9
"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 198
3
"rcparse.y"
#line 198
4
"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 198
8
"rcparse.y"
#line 198
9
"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 199
3
"rcparse.y"
#line 199
4
"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 199
8
"rcparse.y"
#line 199
9
"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 44
39
"rcparse.c"
#line 44
40
"rcparse.c"
default:
break
;
}
YY_SYMBOL_PRINT
(
"-> $$ ="
,
yyr1
[
yyn
],
&
yyval
,
&
yyloc
);
...
...
@@ -4649,7 +4650,7 @@ yyreturn:
}
#line 200
4
"rcparse.y"
#line 200
5
"rcparse.y"
/* Set the language from the command line. */
...
...
etc/config.log
View file @
2bd25930
...
...
@@ -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 201
4
; root:xnu-2782.
1.97~2
/RELEASE_X86_64
uname -v = Darwin Kernel Version 14.
3
.0:
Mon Mar 23 11:59:05
PDT 201
5
; 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 201
4
; root:xnu-2782.
1.97~2
/RELEASE_X86_64
Darwin Kernel Version 14.
3
.0:
Mon Mar 23 11:59:05
PDT 201
5
; 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: 2
6
6 tasks, 1
154
threads, 8 processors
Load average: 2.
08
, Mach factor: 5.
91
Default processor set: 2
9
6 tasks, 1
225
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'
...
...
gas/ChangeLog
View file @
2bd25930
2015-07-21 Tristan Gingold <gingold@adacore.com>
* configure: Regenerate.
2015-07-10 Alan Modra <amodra@gmail.com>
Apply from master
...
...
gas/configure
View file @
2bd25930
#! /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'`
\\
"
...
...
gas/doc/as.1
View file @
2bd25930
...
...
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "AS 1"
.TH AS 1 "201
4-12
-2
3
" "binutils-2.25" "GNU Development Tools"
.TH AS 1 "201
5-07
-2
1
" "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.
...
...
gas/doc/as.info
View file @
2bd25930
This diff is collapsed.
Click to expand it.
gprof/ChangeLog
View file @
2bd25930
2015-07-21 Tristan Gingold <gingold@adacore.com>
* configure: Regenerate.
2014-12-23 Tristan Gingold <gingold@adacore.com>
* configure: Regenerate.
...
...
gprof/configure
View file @
2bd25930
#! /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'`
\\
"
...
...
ld/ChangeLog
View file @
2bd25930
2015-07-21 Tristan Gingold <gingold@adacore.com>
* configure: Regenerate.
2015-07-10 Alan Modra <amodra@gmail.com>
Apply from master.
...
...
ld/configure
View file @
2bd25930
#! /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'`\\"
...
...
opcodes/ChangeLog
View file @
2bd25930
2015-07-21 Tristan Gingold <gingold@adacore.com>
* configure: Regenerate.