mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 01:53:38 +08:00
Change version to 2.43.50
This commit is contained in:
parent
b33c4f8f82
commit
cff16e125a
20
bfd/configure
vendored
20
bfd/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for bfd 2.42.50.
|
||||
# Generated by GNU Autoconf 2.69 for bfd 2.43.50.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='bfd'
|
||||
PACKAGE_TARNAME='bfd'
|
||||
PACKAGE_VERSION='2.42.50'
|
||||
PACKAGE_STRING='bfd 2.42.50'
|
||||
PACKAGE_VERSION='2.43.50'
|
||||
PACKAGE_STRING='bfd 2.43.50'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1411,7 +1411,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.42.50 to adapt to many kinds of systems.
|
||||
\`configure' configures bfd 2.43.50 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1482,7 +1482,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of bfd 2.42.50:";;
|
||||
short | recursive ) echo "Configuration of bfd 2.43.50:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1627,7 +1627,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
bfd configure 2.42.50
|
||||
bfd configure 2.43.50
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -2221,7 +2221,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.42.50, which was
|
||||
It was created by bfd $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3204,7 +3204,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='bfd'
|
||||
VERSION='2.42.50'
|
||||
VERSION='2.43.50'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -18093,7 +18093,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.42.50, which was
|
||||
This file was extended by bfd $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -18159,7 +18159,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
bfd config.status 2.42.50
|
||||
bfd config.status 2.43.50
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
2980
bfd/po/bfd.pot
2980
bfd/po/bfd.pot
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
m4_define([BFD_VERSION], [2.42.50])
|
||||
m4_define([BFD_VERSION], [2.43.50])
|
||||
|
@ -55,8 +55,8 @@ Approx time to complete from here: 2 hours ...
|
||||
|
||||
4. Create the release branch using:
|
||||
|
||||
git branch binutils-2_43-branch
|
||||
git push origin binutils-2_43-branch
|
||||
git branch binutils-2_44-branch
|
||||
git push origin binutils-2_44-branch
|
||||
|
||||
If you get a message like:
|
||||
|
||||
@ -66,7 +66,7 @@ Approx time to complete from here: 2 hours ...
|
||||
|
||||
5. Make sure that the branch is there. IE check out the branch sources:
|
||||
|
||||
git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_43-branch 2.43
|
||||
git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_44-branch 2.44
|
||||
|
||||
If you get a message about being in a "detached head" state, something
|
||||
has gone wrong...
|
||||
@ -88,8 +88,8 @@ Approx time to complete from here: 2 hours ...
|
||||
ask Joel Brobecker <brobecker AT adacore DOT com>.
|
||||
|
||||
7. Rename the current HEAD version entry in Bugzilla, and create a
|
||||
new one. E.g. rename "2.43 (HEAD)" to 2.43, and create
|
||||
"2.44 (HEAD)":
|
||||
new one. E.g. rename "2.44 (HEAD)" to 2.44, and create
|
||||
"2.45 (HEAD)":
|
||||
|
||||
https://sourceware.org/bugzilla/editversions.cgi?product=binutils
|
||||
|
||||
@ -97,18 +97,18 @@ Approx time to complete from here: 2 hours ...
|
||||
of the next release and the BRANCH to indicate that it is almost
|
||||
ready for the release.
|
||||
|
||||
So if the release is going to be 2.43 then the version number on
|
||||
the BRANCH should be set to 2.42.90 - ie almost, but not quite 2.43,
|
||||
and the version number on the MAINLINE should be set to 2.43.50 -
|
||||
ie half way to 2.44 release.
|
||||
So if the release is going to be 2.44 then the version number on
|
||||
the BRANCH should be set to 2.43.90 - ie almost, but not quite 2.44,
|
||||
and the version number on the MAINLINE should be set to 2.44.50 -
|
||||
ie half way to 2.45 release.
|
||||
|
||||
So the BRANCH bfd/version.m4 has:
|
||||
|
||||
m4_define([BFD_VERSION], [2.42.90])
|
||||
m4_define([BFD_VERSION], [2.43.90])
|
||||
|
||||
and the MAINLINE has:
|
||||
|
||||
m4_define([BFD_VERSION], [2.43.50])
|
||||
m4_define([BFD_VERSION], [2.44.50])
|
||||
|
||||
Regenerate various files on both branch and HEAD by configuring
|
||||
with "--enable-maintainer-mode --enable-gold --enable-shared" and then building
|
||||
|
20
binutils/configure
vendored
20
binutils/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for binutils 2.42.50.
|
||||
# Generated by GNU Autoconf 2.69 for binutils 2.43.50.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='binutils'
|
||||
PACKAGE_TARNAME='binutils'
|
||||
PACKAGE_VERSION='2.42.50'
|
||||
PACKAGE_STRING='binutils 2.42.50'
|
||||
PACKAGE_VERSION='2.43.50'
|
||||
PACKAGE_STRING='binutils 2.43.50'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1407,7 +1407,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.42.50 to adapt to many kinds of systems.
|
||||
\`configure' configures binutils 2.43.50 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1478,7 +1478,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of binutils 2.42.50:";;
|
||||
short | recursive ) echo "Configuration of binutils 2.43.50:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1640,7 +1640,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
binutils configure 2.42.50
|
||||
binutils configure 2.43.50
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -2108,7 +2108,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.42.50, which was
|
||||
It was created by binutils $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3091,7 +3091,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='binutils'
|
||||
VERSION='2.42.50'
|
||||
VERSION='2.43.50'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -17170,7 +17170,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.42.50, which was
|
||||
This file was extended by binutils $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -17236,7 +17236,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
binutils config.status 2.42.50
|
||||
binutils config.status 2.43.50
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
20
gas/configure
vendored
20
gas/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for gas 2.42.50.
|
||||
# Generated by GNU Autoconf 2.69 for gas 2.43.50.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='gas'
|
||||
PACKAGE_TARNAME='gas'
|
||||
PACKAGE_VERSION='2.42.50'
|
||||
PACKAGE_STRING='gas 2.42.50'
|
||||
PACKAGE_VERSION='2.43.50'
|
||||
PACKAGE_STRING='gas 2.43.50'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1392,7 +1392,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.42.50 to adapt to many kinds of systems.
|
||||
\`configure' configures gas 2.43.50 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1463,7 +1463,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of gas 2.42.50:";;
|
||||
short | recursive ) echo "Configuration of gas 2.43.50:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1619,7 +1619,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
gas configure 2.42.50
|
||||
gas configure 2.43.50
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -2030,7 +2030,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.42.50, which was
|
||||
It was created by gas $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3010,7 +3010,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='gas'
|
||||
VERSION='2.42.50'
|
||||
VERSION='2.43.50'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -16855,7 +16855,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.42.50, which was
|
||||
This file was extended by gas $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -16921,7 +16921,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
gas config.status 2.42.50
|
||||
gas config.status 2.43.50
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
4561
gas/po/gas.pot
4561
gas/po/gas.pot
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
|
||||
"POT-Creation-Date: 2024-01-15 15:03+0000\n"
|
||||
"POT-Creation-Date: 2024-07-20 13:05+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -82,7 +82,7 @@ msgstr ""
|
||||
|
||||
#: aarch64.cc:6017 arm.cc:8477 i386.cc:1772 mips.cc:12507 powerpc.cc:7848
|
||||
#: s390.cc:2185 s390.cc:2633 sparc.cc:2134 tilegx.cc:3137 tilegx.cc:3589
|
||||
#: x86_64.cc:3027 x86_64.cc:3497
|
||||
#: x86_64.cc:3034 x86_64.cc:3506
|
||||
#, c-format
|
||||
msgid "%s: unsupported reloc %u against local symbol"
|
||||
msgstr ""
|
||||
@ -108,7 +108,7 @@ msgstr ""
|
||||
|
||||
#: aarch64.cc:6374 arm.cc:8885 i386.cc:2127 mips.cc:12520 powerpc.cc:8788
|
||||
#: s390.cc:3064 s390.cc:3081 sparc.cc:2572 tilegx.cc:3605 tilegx.cc:4144
|
||||
#: x86_64.cc:3513 x86_64.cc:4038
|
||||
#: x86_64.cc:3522 x86_64.cc:4050
|
||||
#, c-format
|
||||
msgid "%s: unsupported reloc %u against global symbol %s"
|
||||
msgstr ""
|
||||
@ -124,7 +124,7 @@ msgid "%s: unsupported reloc type in global scan"
|
||||
msgstr ""
|
||||
|
||||
#: aarch64.cc:6909 powerpc.cc:9925 s390.cc:4014 sparc.cc:3164 tilegx.cc:4211
|
||||
#: x86_64.cc:4103
|
||||
#: x86_64.cc:4115
|
||||
#, c-format
|
||||
msgid "%s: unsupported REL reloc section"
|
||||
msgstr ""
|
||||
@ -135,7 +135,7 @@ msgid "cannot relocate %s in object file"
|
||||
msgstr ""
|
||||
|
||||
#: aarch64.cc:7345 i386.cc:2987 i386.cc:3753 mips.cc:10114 powerpc.cc:12282
|
||||
#: s390.cc:3465 sparc.cc:3695 tilegx.cc:4726 x86_64.cc:4597
|
||||
#: s390.cc:3465 sparc.cc:3695 tilegx.cc:4726 x86_64.cc:4609
|
||||
#, c-format
|
||||
msgid "unexpected reloc %u in object file"
|
||||
msgstr ""
|
||||
@ -389,12 +389,12 @@ msgid "requires unsupported dynamic reloc %s; recompile with -fPIC"
|
||||
msgstr ""
|
||||
|
||||
#: arm.cc:8547 i386.cc:1786 s390.cc:2276 sparc.cc:2247 tilegx.cc:3223
|
||||
#: x86_64.cc:3133
|
||||
#: x86_64.cc:3140
|
||||
#, c-format
|
||||
msgid "%s: unsupported TLS reloc %u for IFUNC symbol"
|
||||
msgstr ""
|
||||
|
||||
#: arm.cc:8643 i386.cc:1862 powerpc.cc:8257 s390.cc:2369 x86_64.cc:3233
|
||||
#: arm.cc:8643 i386.cc:1862 powerpc.cc:8257 s390.cc:2369 x86_64.cc:3240
|
||||
#, c-format
|
||||
msgid "section symbol %u has bad shndx %u"
|
||||
msgstr ""
|
||||
@ -403,13 +403,13 @@ msgstr ""
|
||||
#. dynamic linker, and should never be seen here.
|
||||
#: arm.cc:8752 arm.cc:9233 i386.cc:1950 i386.cc:2436 mips.cc:11296
|
||||
#: s390.cc:2468 s390.cc:2902 sparc.cc:2553 sparc.cc:3033 tilegx.cc:3584
|
||||
#: tilegx.cc:4139 x86_64.cc:3358 x86_64.cc:3898
|
||||
#: tilegx.cc:4139 x86_64.cc:3365 x86_64.cc:3907
|
||||
#, c-format
|
||||
msgid "%s: unexpected reloc %u in object file"
|
||||
msgstr ""
|
||||
|
||||
#: arm.cc:8784 i386.cc:1984 mips.cc:10745 s390.cc:2512 sparc.cc:2452
|
||||
#: tilegx.cc:3488 x86_64.cc:3399
|
||||
#: tilegx.cc:3488 x86_64.cc:3407
|
||||
#, c-format
|
||||
msgid "local symbol %u has bad shndx %u"
|
||||
msgstr ""
|
||||
@ -428,8 +428,8 @@ msgstr ""
|
||||
#: arm.cc:10247 i386.cc:3019 i386.cc:3101 i386.cc:3166 i386.cc:3202
|
||||
#: i386.cc:3274 mips.cc:12342 powerpc.cc:12396 s390.cc:3471 s390.cc:3542
|
||||
#: s390.cc:3579 s390.cc:3601 s390.cc:3626 sparc.cc:3701 sparc.cc:3892
|
||||
#: sparc.cc:3953 sparc.cc:4060 tilegx.cc:4732 x86_64.cc:4620 x86_64.cc:4748
|
||||
#: x86_64.cc:4823 x86_64.cc:4857
|
||||
#: sparc.cc:3953 sparc.cc:4060 tilegx.cc:4732 x86_64.cc:4633 x86_64.cc:4761
|
||||
#: x86_64.cc:4836 x86_64.cc:4870
|
||||
#, c-format
|
||||
msgid "unsupported reloc %u"
|
||||
msgstr ""
|
||||
@ -1076,7 +1076,7 @@ msgstr ""
|
||||
|
||||
#. FIXME: This needs to specify the location somehow.
|
||||
#: i386.cc:639 i386.cc:2800 sparc.cc:324 sparc.cc:3296 x86_64.cc:962
|
||||
#: x86_64.cc:4297
|
||||
#: x86_64.cc:4309
|
||||
msgid "missing expected TLS relocation"
|
||||
msgstr ""
|
||||
|
||||
@ -1124,7 +1124,7 @@ msgstr ""
|
||||
msgid "unsupported reloc %u in object file"
|
||||
msgstr ""
|
||||
|
||||
#: i386.cc:4036 powerpc.cc:9879 s390.cc:4886 x86_64.cc:5743
|
||||
#: i386.cc:4036 powerpc.cc:9879 s390.cc:4886 x86_64.cc:5782
|
||||
#, c-format
|
||||
msgid "failed to match split-stack sequence at section %u offset %0zx"
|
||||
msgstr ""
|
||||
@ -1722,7 +1722,7 @@ msgstr ""
|
||||
msgid "size of symbols is not multiple of symbol size"
|
||||
msgstr ""
|
||||
|
||||
#: object.cc:2142 symtab.cc:1217
|
||||
#: object.cc:2142 symtab.cc:1271
|
||||
#, c-format
|
||||
msgid "%s: plugin needed to handle lto object"
|
||||
msgstr ""
|
||||
@ -3742,64 +3742,64 @@ msgstr ""
|
||||
msgid "unsupported symbol binding %d"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:288
|
||||
#: resolve.cc:274
|
||||
#, c-format
|
||||
msgid "STT_COMMON symbol '%s' in %s is not in a common section"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:443
|
||||
#: resolve.cc:429
|
||||
#, c-format
|
||||
msgid "common of '%s' overriding smaller common"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:448
|
||||
#: resolve.cc:434
|
||||
#, c-format
|
||||
msgid "common of '%s' overidden by larger common"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:453
|
||||
#: resolve.cc:439
|
||||
#, c-format
|
||||
msgid "multiple common of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:492
|
||||
#: resolve.cc:478
|
||||
#, c-format
|
||||
msgid "symbol '%s' used as both __thread and non-__thread"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:535
|
||||
#: resolve.cc:521
|
||||
#, c-format
|
||||
msgid "multiple definition of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:574
|
||||
#: resolve.cc:560
|
||||
#, c-format
|
||||
msgid "definition of '%s' overriding common"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:609
|
||||
#: resolve.cc:595
|
||||
#, c-format
|
||||
msgid "definition of '%s' overriding dynamic common definition"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:785
|
||||
#: resolve.cc:771
|
||||
#, c-format
|
||||
msgid "common '%s' overridden by previous definition"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:920
|
||||
#: resolve.cc:906
|
||||
msgid "COPY reloc"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:924 resolve.cc:947
|
||||
#: resolve.cc:910 resolve.cc:933
|
||||
msgid "command line"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:927
|
||||
#: resolve.cc:913
|
||||
msgid "linker script"
|
||||
msgstr ""
|
||||
|
||||
#: resolve.cc:931
|
||||
#: resolve.cc:917
|
||||
msgid "linker defined"
|
||||
msgstr ""
|
||||
|
||||
@ -3816,7 +3816,7 @@ msgstr ""
|
||||
msgid "relocation overflow"
|
||||
msgstr ""
|
||||
|
||||
#: s390.cc:3677 s390.cc:3733 x86_64.cc:4946
|
||||
#: s390.cc:3677 s390.cc:3733 x86_64.cc:4960
|
||||
#, c-format
|
||||
msgid "unsupported reloc type %u"
|
||||
msgstr ""
|
||||
@ -4152,67 +4152,67 @@ msgstr ""
|
||||
msgid "%s: definition of %s"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:1060
|
||||
#: symtab.cc:1114
|
||||
#, c-format
|
||||
msgid "%s: conflicting default version definition for %s@@%s"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:1064
|
||||
#: symtab.cc:1118
|
||||
#, c-format
|
||||
msgid "%s: %s: previous definition of %s@@%s here"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:1206
|
||||
#: symtab.cc:1260
|
||||
#, c-format
|
||||
msgid "bad global symbol name offset %u at %zu"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:1473
|
||||
#: symtab.cc:1527
|
||||
msgid "--just-symbols does not make sense with a shared object"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:1484
|
||||
#: symtab.cc:1538
|
||||
msgid "too few symbol versions"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:1539
|
||||
#: symtab.cc:1593
|
||||
#, c-format
|
||||
msgid "bad symbol name offset %u at %zu"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:1602
|
||||
#: symtab.cc:1656
|
||||
#, c-format
|
||||
msgid "versym for symbol %zu out of range: %u"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:1610
|
||||
#: symtab.cc:1664
|
||||
#, c-format
|
||||
msgid "versym for symbol %zu has no name: %u"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:2633
|
||||
#: symtab.cc:2687
|
||||
#, c-format
|
||||
msgid ""
|
||||
"discarding version information for %s@%s, defined in unused shared library %"
|
||||
"s (linked with --as-needed)"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:2995 symtab.cc:3141
|
||||
#: symtab.cc:3049 symtab.cc:3195
|
||||
#, c-format
|
||||
msgid "%s: unsupported symbol section 0x%x"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:3473
|
||||
#: symtab.cc:3527
|
||||
#, c-format
|
||||
msgid "%s: symbol table entries: %zu; buckets: %zu\n"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:3476
|
||||
#: symtab.cc:3530
|
||||
#, c-format
|
||||
msgid "%s: symbol table entries: %zu\n"
|
||||
msgstr ""
|
||||
|
||||
#: symtab.cc:3633
|
||||
#: symtab.cc:3687
|
||||
#, c-format
|
||||
msgid ""
|
||||
"while linking %s: symbol '%s' defined in multiple places (possible ODR "
|
||||
@ -4223,7 +4223,7 @@ msgstr ""
|
||||
#. which may not be the location we expect to intersect
|
||||
#. with another definition. We could print the whole
|
||||
#. set of locations, but that seems too verbose.
|
||||
#: symtab.cc:3640 symtab.cc:3643
|
||||
#: symtab.cc:3694 symtab.cc:3697
|
||||
#, c-format
|
||||
msgid " %s from %s\n"
|
||||
msgstr ""
|
||||
@ -4287,7 +4287,7 @@ msgstr ""
|
||||
msgid "TLS_DESC not yet supported for TILEGX"
|
||||
msgstr ""
|
||||
|
||||
#: tilegx.cc:3202 x86_64.cc:3111
|
||||
#: tilegx.cc:3202 x86_64.cc:3118
|
||||
#, c-format
|
||||
msgid "requires unsupported dynamic reloc %u; recompile with -fPIC"
|
||||
msgstr ""
|
||||
@ -4341,30 +4341,30 @@ msgstr ""
|
||||
msgid "PC-relative offset overflow in APLT entry %d"
|
||||
msgstr ""
|
||||
|
||||
#: x86_64.cc:3079
|
||||
#: x86_64.cc:3086
|
||||
msgid ""
|
||||
"requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile "
|
||||
"with -fPIC"
|
||||
msgstr ""
|
||||
|
||||
#: x86_64.cc:3096
|
||||
#: x86_64.cc:3103
|
||||
#, c-format
|
||||
msgid ""
|
||||
"requires dynamic %s reloc against '%s' which may overflow at runtime; "
|
||||
"recompile with -fPIC"
|
||||
msgstr ""
|
||||
|
||||
#: x86_64.cc:4631
|
||||
#: x86_64.cc:4644
|
||||
#, c-format
|
||||
msgid "relocation overflow: reference to local symbol %u in %s"
|
||||
msgstr ""
|
||||
|
||||
#: x86_64.cc:4638
|
||||
#: x86_64.cc:4651
|
||||
#, c-format
|
||||
msgid "relocation overflow: reference to '%s' defined in %s"
|
||||
msgstr ""
|
||||
|
||||
#: x86_64.cc:4646
|
||||
#: x86_64.cc:4659
|
||||
#, c-format
|
||||
msgid "relocation overflow: reference to '%s'"
|
||||
msgstr ""
|
||||
|
20
gprof/configure
vendored
20
gprof/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for gprof 2.42.50.
|
||||
# Generated by GNU Autoconf 2.69 for gprof 2.43.50.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='gprof'
|
||||
PACKAGE_TARNAME='gprof'
|
||||
PACKAGE_VERSION='2.42.50'
|
||||
PACKAGE_STRING='gprof 2.42.50'
|
||||
PACKAGE_VERSION='2.43.50'
|
||||
PACKAGE_STRING='gprof 2.43.50'
|
||||
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 gprof 2.42.50 to adapt to many kinds of systems.
|
||||
\`configure' configures gprof 2.43.50 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 gprof 2.42.50:";;
|
||||
short | recursive ) echo "Configuration of gprof 2.43.50:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1539,7 +1539,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
gprof configure 2.42.50
|
||||
gprof configure 2.43.50
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -1904,7 +1904,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.42.50, which was
|
||||
It was created by gprof $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -2884,7 +2884,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='gprof'
|
||||
VERSION='2.42.50'
|
||||
VERSION='2.43.50'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -14503,7 +14503,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.42.50, which was
|
||||
This file was extended by gprof $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -14569,7 +14569,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
gprof config.status 2.42.50
|
||||
gprof config.status 2.43.50
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
|
||||
"POT-Creation-Date: 2024-01-15 15:06+0000\n"
|
||||
"POT-Creation-Date: 2024-07-20 13:07+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
20
gprofng/configure
vendored
20
gprofng/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for gprofng 2.42.50.
|
||||
# Generated by GNU Autoconf 2.69 for gprofng 2.43.50.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='gprofng'
|
||||
PACKAGE_TARNAME='gprofng'
|
||||
PACKAGE_VERSION='2.42.50'
|
||||
PACKAGE_STRING='gprofng 2.42.50'
|
||||
PACKAGE_VERSION='2.43.50'
|
||||
PACKAGE_STRING='gprofng 2.43.50'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1362,7 +1362,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 gprofng 2.42.50 to adapt to many kinds of systems.
|
||||
\`configure' configures gprofng 2.43.50 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1433,7 +1433,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of gprofng 2.42.50:";;
|
||||
short | recursive ) echo "Configuration of gprofng 2.43.50:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1547,7 +1547,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
gprofng configure 2.42.50
|
||||
gprofng configure 2.43.50
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -2079,7 +2079,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 gprofng $as_me 2.42.50, which was
|
||||
It was created by gprofng $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3052,7 +3052,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='gprofng'
|
||||
VERSION='2.42.50'
|
||||
VERSION='2.43.50'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -17562,7 +17562,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 gprofng $as_me 2.42.50, which was
|
||||
This file was extended by gprofng $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -17628,7 +17628,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
gprofng config.status 2.42.50
|
||||
gprofng config.status 2.43.50
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@set UPDATED 4 January 2024
|
||||
@set UPDATED-MONTH January 2024
|
||||
@set EDITION 2.42.50
|
||||
@set VERSION 2.42.50
|
||||
@set UPDATED 19 July 2024
|
||||
@set UPDATED-MONTH July 2024
|
||||
@set EDITION 2.43.50
|
||||
@set VERSION 2.43.50
|
||||
|
20
gprofng/libcollector/configure
vendored
20
gprofng/libcollector/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for gprofng 2.42.50.
|
||||
# Generated by GNU Autoconf 2.69 for gprofng 2.43.50.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='gprofng'
|
||||
PACKAGE_TARNAME='gprofng'
|
||||
PACKAGE_VERSION='2.42.50'
|
||||
PACKAGE_STRING='gprofng 2.42.50'
|
||||
PACKAGE_VERSION='2.43.50'
|
||||
PACKAGE_STRING='gprofng 2.43.50'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1324,7 +1324,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures gprofng 2.42.50 to adapt to many kinds of systems.
|
||||
\`configure' configures gprofng 2.43.50 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1395,7 +1395,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of gprofng 2.42.50:";;
|
||||
short | recursive ) echo "Configuration of gprofng 2.43.50:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1504,7 +1504,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
gprofng configure 2.42.50
|
||||
gprofng configure 2.43.50
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -1990,7 +1990,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 gprofng $as_me 2.42.50, which was
|
||||
It was created by gprofng $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -2967,7 +2967,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='gprofng'
|
||||
VERSION='2.42.50'
|
||||
VERSION='2.43.50'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -16136,7 +16136,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 gprofng $as_me 2.42.50, which was
|
||||
This file was extended by gprofng $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -16202,7 +16202,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
gprofng config.status 2.42.50
|
||||
gprofng config.status 2.43.50
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
20
ld/configure
vendored
20
ld/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for ld 2.42.50.
|
||||
# Generated by GNU Autoconf 2.69 for ld 2.43.50.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='ld'
|
||||
PACKAGE_TARNAME='ld'
|
||||
PACKAGE_VERSION='2.42.50'
|
||||
PACKAGE_STRING='ld 2.42.50'
|
||||
PACKAGE_VERSION='2.43.50'
|
||||
PACKAGE_STRING='ld 2.43.50'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1437,7 +1437,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.42.50 to adapt to many kinds of systems.
|
||||
\`configure' configures ld 2.43.50 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1508,7 +1508,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of ld 2.42.50:";;
|
||||
short | recursive ) echo "Configuration of ld 2.43.50:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1689,7 +1689,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
ld configure 2.42.50
|
||||
ld configure 2.43.50
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -2404,7 +2404,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.42.50, which was
|
||||
It was created by ld $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3388,7 +3388,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='ld'
|
||||
VERSION='2.42.50'
|
||||
VERSION='2.43.50'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -20096,7 +20096,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.42.50, which was
|
||||
This file was extended by ld $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -20162,7 +20162,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
ld config.status 2.42.50
|
||||
ld config.status 2.43.50
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
4652
ld/po/ld.pot
4652
ld/po/ld.pot
File diff suppressed because it is too large
Load Diff
20
opcodes/configure
vendored
20
opcodes/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for opcodes 2.42.50.
|
||||
# Generated by GNU Autoconf 2.69 for opcodes 2.43.50.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='opcodes'
|
||||
PACKAGE_TARNAME='opcodes'
|
||||
PACKAGE_VERSION='2.42.50'
|
||||
PACKAGE_STRING='opcodes 2.42.50'
|
||||
PACKAGE_VERSION='2.43.50'
|
||||
PACKAGE_STRING='opcodes 2.43.50'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1371,7 +1371,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.42.50 to adapt to many kinds of systems.
|
||||
\`configure' configures opcodes 2.43.50 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1442,7 +1442,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of opcodes 2.42.50:";;
|
||||
short | recursive ) echo "Configuration of opcodes 2.43.50:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1564,7 +1564,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
opcodes configure 2.42.50
|
||||
opcodes configure 2.43.50
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -2158,7 +2158,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.42.50, which was
|
||||
It was created by opcodes $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3138,7 +3138,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='opcodes'
|
||||
VERSION='2.42.50'
|
||||
VERSION='2.43.50'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -15126,7 +15126,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.42.50, which was
|
||||
This file was extended by opcodes $as_me 2.43.50, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -15192,7 +15192,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
opcodes config.status 2.42.50
|
||||
opcodes config.status 2.43.50
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user