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 900e33b9cf Fix spelling error in assembler documentation. new c550e7ba93 libctf: disambiguate hex output in dumps new 3e10cffc98 libctf: fix hash removal new 9658dc3963 libctf: add hash traversal helpers new f5e9c9bde0 libctf: deduplicate and sort the string table new f57cf0e3e3 libctf: fix spurious error when rolling back to the first snapshot new 539300fb92 Correct the calculation of offsets for ARM exidx relocs when [...]
The 6 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 | 6 + bfd/elf32-arm.c | 2 +- ld/ChangeLog | 6 + ld/testsuite/ld-arm/unwind-4.d | 2 + libctf/ChangeLog | 76 ++++++++++ libctf/Makefile.am | 2 +- libctf/Makefile.in | 12 +- libctf/ctf-create.c | 185 ++++++++++------------- libctf/ctf-dump.c | 6 +- libctf/ctf-hash.c | 52 ++++++- libctf/ctf-impl.h | 49 +++++- libctf/ctf-open.c | 2 + libctf/ctf-string.c | 330 +++++++++++++++++++++++++++++++++++++++++ libctf/ctf-util.c | 35 ++--- 14 files changed, 621 insertions(+), 144 deletions(-) create mode 100644 libctf/ctf-string.c