From: Matthias Klose Date: Fri, 15 May 2020 09:49:49 +0000 (+0100) Subject: branch-version X-Git-Tag: archive/raspbian/2.34-8+rpi1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=48ab8dc4b0777bb97dce2bc0d67f80988ded8316;p=binutils.git branch-version # DP: Don't bump the version when doing distro builds # DP: Don't bump the version when doing distro builds git diff 871ac467f59d9df1a911d29126d93a3014898e15 d7f734bc7e9e5fb6c33b433973b57e1eed3a7e9f Gbp-Pq: Name branch-version.diff --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ca87f744a..ae757616d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -207,12 +207,6 @@ check if previous instruction matches a conditional jump inserted earlier. Invert conditional jump and delete branch in this case. -2020-02-01 Nick Clifton - - * development.sh: Set development to true. - * version.m4: Set to 2.34.0. - * configure: Regenerate. - 2020-02-01 Nick Clifton Binutils 2.34 release. diff --git a/bfd/configure b/bfd/configure index bc576b789..9cba07195 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.69 for bfd 2.34.0. +# Generated by GNU Autoconf 2.69 for bfd 2.34. # # # 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.34.0' -PACKAGE_STRING='bfd 2.34.0' +PACKAGE_VERSION='2.34' +PACKAGE_STRING='bfd 2.34' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1391,7 +1391,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.34.0 to adapt to many kinds of systems. +\`configure' configures bfd 2.34 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1462,7 +1462,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bfd 2.34.0:";; + short | recursive ) echo "Configuration of bfd 2.34:";; esac cat <<\_ACEOF @@ -1589,7 +1589,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bfd configure 2.34.0 +bfd configure 2.34 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2237,7 +2237,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.34.0, which was +It was created by bfd $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4187,7 +4187,7 @@ fi # Define the identity of the package. PACKAGE='bfd' - VERSION='2.34.0' + VERSION='2.34' cat >>confdefs.h <<_ACEOF @@ -16953,7 +16953,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.34.0, which was +This file was extended by bfd $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17019,7 +17019,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.34.0 +bfd config.status 2.34 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/bfd/development.sh b/bfd/development.sh index 6bbed41d6..32be4b946 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -16,7 +16,7 @@ # along with this program. If not, see . # Controls whether to enable development-mode features by default. -development=true +development=false # Indicate whether this is a release branch. experimental=false diff --git a/bfd/po/bfd.pot b/bfd/po/bfd.pot index 501bc0108..9c457c3d9 100644 --- a/bfd/po/bfd.pot +++ b/bfd/po/bfd.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" -"POT-Creation-Date: 2020-02-01 12:57+0000\n" +"POT-Creation-Date: 2020-02-01 11:49+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/bfd/version.m4 b/bfd/version.m4 index 367775a83..697d7097e 100644 --- a/bfd/version.m4 +++ b/bfd/version.m4 @@ -1 +1 @@ -m4_define([BFD_VERSION], [2.34.0]) +m4_define([BFD_VERSION], [2.34]) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1e9a96c9b..b3e5d51f3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -14,14 +14,9 @@ * ar.c (main): Pass 0 to bfd_plugin_set_program_name. * nm.c (main): Pass 1 to bfd_plugin_set_program_name. -2020-02-01 Nick Clifton - - * configure: Regenerate. - 2020-02-01 Nick Clifton Binutils 2.34 release. - * configure: Regenerate. 2020-01-31 Nick Clifton diff --git a/binutils/configure b/binutils/configure index a8dfd4bd6..7880de68d 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.69 for binutils 2.34.0. +# Generated by GNU Autoconf 2.69 for binutils 2.34. # # # 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.34.0' -PACKAGE_STRING='binutils 2.34.0' +PACKAGE_VERSION='2.34' +PACKAGE_STRING='binutils 2.34' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1374,7 +1374,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.34.0 to adapt to many kinds of systems. +\`configure' configures binutils 2.34 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1445,7 +1445,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of binutils 2.34.0:";; + short | recursive ) echo "Configuration of binutils 2.34:";; esac cat <<\_ACEOF @@ -1574,7 +1574,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -binutils configure 2.34.0 +binutils configure 2.34 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2222,7 +2222,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.34.0, which was +It was created by binutils $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4172,7 +4172,7 @@ fi # Define the identity of the package. PACKAGE='binutils' - VERSION='2.34.0' + VERSION='2.34' cat >>confdefs.h <<_ACEOF @@ -15801,7 +15801,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.34.0, which was +This file was extended by binutils $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15867,7 +15867,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.34.0 +binutils config.status 2.34 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/gas/ChangeLog b/gas/ChangeLog index 901af53f5..c283fbf2d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -61,10 +61,6 @@ * NEWS: Mention x86 assembler options to align branches for binutils 2.34. -2020-02-01 Nick Clifton - - * configure: Regenerate. - 2020-02-01 Nick Clifton Binutils 2.34 release. diff --git a/gas/configure b/gas/configure index 60c1a055a..148af892e 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.69 for gas 2.34.0. +# Generated by GNU Autoconf 2.69 for gas 2.34. # # # 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.34.0' -PACKAGE_STRING='gas 2.34.0' +PACKAGE_VERSION='2.34' +PACKAGE_STRING='gas 2.34' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1369,7 +1369,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.34.0 to adapt to many kinds of systems. +\`configure' configures gas 2.34 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1440,7 +1440,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gas 2.34.0:";; + short | recursive ) echo "Configuration of gas 2.34:";; esac cat <<\_ACEOF @@ -1576,7 +1576,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gas configure 2.34.0 +gas configure 2.34 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2041,7 +2041,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.34.0, which was +It was created by gas $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3988,7 +3988,7 @@ fi # Define the identity of the package. PACKAGE='gas' - VERSION='2.34.0' + VERSION='2.34' cat >>confdefs.h <<_ACEOF @@ -15705,7 +15705,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.34.0, which was +This file was extended by gas $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15771,7 +15771,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.34.0 +gas config.status 2.34 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 656dfce9a..5bb89490b 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,11 +1,6 @@ -2020-02-01 Nick Clifton - - * configure: Regenerate. - 2020-02-01 Nick Clifton Binutils 2.34 release. - * configure: Regenerate. 2020-01-23 Nick Clifton diff --git a/gprof/configure b/gprof/configure index c23692e5c..727cd7256 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.69 for gprof 2.34.0. +# Generated by GNU Autoconf 2.69 for gprof 2.34. # # # 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.34.0' -PACKAGE_STRING='gprof 2.34.0' +PACKAGE_VERSION='2.34' +PACKAGE_STRING='gprof 2.34' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1337,7 +1337,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.34.0 to adapt to many kinds of systems. +\`configure' configures gprof 2.34 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1408,7 +1408,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gprof 2.34.0:";; + short | recursive ) echo "Configuration of gprof 2.34:";; esac cat <<\_ACEOF @@ -1519,7 +1519,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gprof configure 2.34.0 +gprof configure 2.34 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1884,7 +1884,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.34.0, which was +It was created by gprof $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3831,7 +3831,7 @@ fi # Define the identity of the package. PACKAGE='gprof' - VERSION='2.34.0' + VERSION='2.34' cat >>confdefs.h <<_ACEOF @@ -13086,7 +13086,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.34.0, which was +This file was extended by gprof $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13152,7 +13152,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.34.0 +gprof config.status 2.34 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/ld/ChangeLog b/ld/ChangeLog index f26bea4fc..b793a866b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -53,10 +53,6 @@ * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile only dump. -2020-02-01 Nick Clifton - - * configure: Regenerate. - 2020-02-01 Nick Clifton Binutils 2.34 release. diff --git a/ld/configure b/ld/configure index 811134a50..27b434154 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.69 for ld 2.34.0. +# Generated by GNU Autoconf 2.69 for ld 2.34. # # # 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.34.0' -PACKAGE_STRING='ld 2.34.0' +PACKAGE_VERSION='2.34' +PACKAGE_STRING='ld 2.34' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1394,7 +1394,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.34.0 to adapt to many kinds of systems. +\`configure' configures ld 2.34 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1465,7 +1465,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ld 2.34.0:";; + short | recursive ) echo "Configuration of ld 2.34:";; esac cat <<\_ACEOF @@ -1601,7 +1601,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ld configure 2.34.0 +ld configure 2.34 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2316,7 +2316,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.34.0, which was +It was created by ld $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4267,7 +4267,7 @@ fi # Define the identity of the package. PACKAGE='ld' - VERSION='2.34.0' + VERSION='2.34' cat >>confdefs.h <<_ACEOF @@ -18254,7 +18254,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.34.0, which was +This file was extended by ld $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18320,7 +18320,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.34.0 +ld config.status 2.34 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ee75d098d..69c7e69b9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -21,10 +21,6 @@ * aarch64-tbl.h (aarch64_opcode): Set C_MAX_ELEM for SVE bfcvt. Remove C_SCAN_MOVPRFX for SVE bfcvtnt. -2020-02-01 Nick Clifton - - * configure: Regenerate. - 2020-02-01 Nick Clifton Binutils 2.34 release. diff --git a/opcodes/configure b/opcodes/configure index 4723dcdc1..6bae87d2f 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.69 for opcodes 2.34.0. +# Generated by GNU Autoconf 2.69 for opcodes 2.34. # # # 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.34.0' -PACKAGE_STRING='opcodes 2.34.0' +PACKAGE_VERSION='2.34' +PACKAGE_STRING='opcodes 2.34' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1356,7 +1356,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.34.0 to adapt to many kinds of systems. +\`configure' configures opcodes 2.34 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1427,7 +1427,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of opcodes 2.34.0:";; + short | recursive ) echo "Configuration of opcodes 2.34:";; esac cat <<\_ACEOF @@ -1539,7 +1539,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -opcodes configure 2.34.0 +opcodes configure 2.34 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1950,7 +1950,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.34.0, which was +It was created by opcodes $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3897,7 +3897,7 @@ fi # Define the identity of the package. PACKAGE='opcodes' - VERSION='2.34.0' + VERSION='2.34' cat >>confdefs.h <<_ACEOF @@ -13533,7 +13533,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.34.0, which was +This file was extended by opcodes $as_me 2.34, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13599,7 +13599,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.34.0 +opcodes config.status 2.34 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/opcodes/po/opcodes.pot b/opcodes/po/opcodes.pot index 8eb388e67..03a490aca 100644 --- a/opcodes/po/opcodes.pot +++ b/opcodes/po/opcodes.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" -"POT-Creation-Date: 2020-02-01 12:58+0000\n" +"POT-Creation-Date: 2020-02-01 11:49+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"