This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 514b4e191d5 Change the default characteristics of DLLs built by the lin [...] new 987cf30ad80 libctf, binutils: initial work towards libctf gettextization new 926c9e76657 libctf, binutils, include, ld: gettextize and improve error [...] new 5e9b84f7a2e binutils, ld: dequote libctf error messages new c415c83bd98 Re: commit eae0b5c3b2d6b
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 5 + bfd/elf64-alpha.c | 5 +- binutils/ChangeLog | 23 ++ binutils/Makefile.am | 2 +- binutils/Makefile.in | 2 +- binutils/objdump.c | 42 +-- binutils/readelf.c | 39 +-- include/ChangeLog | 4 + include/ctf-api.h | 2 +- ld/ChangeLog | 23 ++ ld/ldlang.c | 67 ++--- ld/testsuite/ld-ctf/ctf.exp | 11 + ld/testsuite/ld-ctf/diag-ctf-version-f.d | 2 +- ld/testsuite/ld-ctf/diag-cttname-invalid.d | 2 +- ld/testsuite/ld-ctf/diag-decompression-failure.d | 2 +- ld/testsuite/ld-ctf/diag-parname.d | 2 +- ld/testsuite/ld-ctf/diag-unsupported-flag.d | 2 +- .../ld-ctf/diag-wrong-magic-number-mixed.d | 2 +- ld/testsuite/ld-ctf/diag-wrong-magic-number.d | 2 +- libctf/ChangeLog | 97 +++++++ libctf/Makefile.am | 2 +- libctf/Makefile.in | 2 +- libctf/configure | 28 +- libctf/configure.ac | 2 +- libctf/ctf-archive.c | 63 ++--- libctf/ctf-create.c | 90 ++++--- libctf/ctf-dedup.c | 290 ++++++++++----------- libctf/ctf-dump.c | 27 +- libctf/ctf-error.c | 4 +- libctf/ctf-impl.h | 18 +- opcodes/opintl.h => libctf/ctf-intl.h | 17 +- libctf/ctf-labels.c | 6 +- libctf/ctf-link.c | 133 +++++----- libctf/ctf-open-bfd.c | 31 ++- libctf/ctf-open.c | 59 +++-- libctf/ctf-string.c | 2 +- libctf/ctf-subr.c | 87 +++++-- libctf/ctf-types.c | 3 +- 38 files changed, 743 insertions(+), 457 deletions(-) copy opcodes/opintl.h => libctf/ctf-intl.h (86%)