This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/nalcock/road-to-ctfv4 in repository binutils-gdb.
from 4bdc7aed037 libctf: testsuite fixes for datasec size changes new 13c3c2087ad Revert "libctf: fix linking of non-root-visible types" new f3a0037b791 libctf: dedup: improve hiding of conflicting types in the s [...] new 4a355ed5cb3 libctf: dedup: preserve non-root flag across normal links new 043507b43be libctf, dedup: reclaim space wasted by duplicate hidden types new 56245d74e26 libctf: use __attribute__((__gnu_printf__)) where appropriate new 18619a61f97 libctf: create: addition of non-root types should not retur [...] new a5298d513ad libctf: create: check the right root-visible flag when addi [...] new 8adb6e21b85 libctf: add root-visibility-addition test
The 8 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: libctf/ctf-create.c | 11 +- libctf/ctf-dedup.c | 303 ++++++++++++++++----- libctf/ctf-hash.c | 29 +- libctf/ctf-impl.h | 15 +- libctf/ctf-link.c | 22 +- .../libctf-writable/ctf-nonroot-addition.c | 39 +++ ...rror-propagation.lk => ctf-nonroot-addition.lk} | 0 .../libctf-writable/ctf-nonroot-linking.c | 11 - 8 files changed, 339 insertions(+), 91 deletions(-) create mode 100644 libctf/testsuite/libctf-writable/ctf-nonroot-addition.c copy libctf/testsuite/libctf-writable/{error-propagation.lk => ctf-nonroot-additio [...]