diff options
author | Nick Clifton <nickc@redhat.com> | 2018-07-18 08:54:05 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-07-18 08:54:05 +0100 |
commit | 0860693812fff944ab0602e72b762a4a2078da5b (patch) | |
tree | 008c38efa2f11991d54939ba0eb915b3e5daabae /gold | |
parent | 4afd6a72e301515e4c23f5c735534f3bf93e760b (diff) | |
download | gdb-binutils-2_31_1.zip gdb-binutils-2_31_1.tar.gz gdb-binutils-2_31_1.tar.bz2 |
Regenerate files and add changelog entries for 2.31.1 releasebinutils-2_31_1
Diffstat (limited to 'gold')
-rw-r--r-- | gold/ChangeLog | 6 | ||||
-rw-r--r-- | gold/po/gold.pot | 14 | ||||
-rw-r--r-- | gold/testsuite/Makefile.am | 6 |
3 files changed, 16 insertions, 10 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index e5a5bba..18af5e6 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,11 @@ 2018-07-18 Nick Clifton <nickc@redhat.com> + 2.31.1 Release point. + * Makefile.am: Replace spurious spaces with tabs. + * po/gold.pot: Regenerate. + +2018-07-18 Nick Clifton <nickc@redhat.com> + * po/fr.po: Updated French translation. 2018-07-16 Nick Clifton <nickc@redhat.com> diff --git a/gold/po/gold.pot b/gold/po/gold.pot index 4aee9db..dba2d40 100644 --- a/gold/po/gold.pot +++ b/gold/po/gold.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: 2018-07-14 19:00+0100\n" +"POT-Creation-Date: 2018-07-18 08:41+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" @@ -4093,29 +4093,29 @@ msgstr "" msgid "versym for symbol %zu has no name: %u" msgstr "" -#: symtab.cc:2623 +#: symtab.cc:2626 #, c-format msgid "" "discarding version information for %s@%s, defined in unused shared library " "%s (linked with --as-needed)" msgstr "" -#: symtab.cc:2970 symtab.cc:3116 +#: symtab.cc:2973 symtab.cc:3119 #, c-format msgid "%s: unsupported symbol section 0x%x" msgstr "" -#: symtab.cc:3448 +#: symtab.cc:3451 #, c-format msgid "%s: symbol table entries: %zu; buckets: %zu\n" msgstr "" -#: symtab.cc:3451 +#: symtab.cc:3454 #, c-format msgid "%s: symbol table entries: %zu\n" msgstr "" -#: symtab.cc:3608 +#: symtab.cc:3611 #, c-format msgid "" "while linking %s: symbol '%s' defined in multiple places (possible ODR " @@ -4126,7 +4126,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:3615 symtab.cc:3618 +#: symtab.cc:3618 symtab.cc:3621 #, c-format msgid " %s from %s\n" msgstr "" diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am index 0b51d7e..e15788e 100644 --- a/gold/testsuite/Makefile.am +++ b/gold/testsuite/Makefile.am @@ -1883,11 +1883,11 @@ ver_test_14: gcctestdir/ld ver_test_main.o ver_test_1.so ver_test_2.so ver_test_ check_SCRIPTS += ver_test_pr23409.sh check_DATA += ver_test_pr23409.syms ver_test_pr23409.syms: ver_test_pr23409_1.so - $(TEST_READELF) --dyn-syms -W $< >$@ + $(TEST_READELF) --dyn-syms -W $< >$@ ver_test_pr23409_1.so: gcctestdir/ld ver_test_1.o $(srcdir)/ver_test_pr23409_1.script ver_test_pr23409_2.so - gcctestdir/ld -shared -o $@ ver_test_1.o ver_test_pr23409_2.so --version-script $(srcdir)/ver_test_pr23409_1.script + gcctestdir/ld -shared -o $@ ver_test_1.o ver_test_pr23409_2.so --version-script $(srcdir)/ver_test_pr23409_1.script ver_test_pr23409_2.so: gcctestdir/ld ver_test_1.o $(srcdir)/ver_test_pr23409_2.script - gcctestdir/ld -shared -o $@ ver_test_1.o --version-script $(srcdir)/ver_test_pr23409_2.script + gcctestdir/ld -shared -o $@ ver_test_1.o --version-script $(srcdir)/ver_test_pr23409_2.script check_SCRIPTS += weak_as_needed.sh check_DATA += weak_as_needed.stdout |