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 15091ded14e sim: h8300 special case test new 49da556c658 libctf, include: support an alternative encoding for nonrep [...] new ae064303efe libctf, ld: fix test results for upstream GCC
The 2 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: include/ChangeLog | 6 ++++ include/ctf-api.h | 1 + include/ctf.h | 3 +- ld/ChangeLog | 15 ++++++++++ ld/testsuite/ld-ctf/array.d | 2 +- ld/testsuite/ld-ctf/conflicting-enums.d | 2 +- ld/testsuite/ld-ctf/cross-tu-cyclic-conflicting.d | 4 +-- ld/testsuite/ld-ctf/cross-tu-noncyclic.d | 6 ++-- ld/testsuite/ld-ctf/ctf.exp | 2 +- ld/testsuite/ld-ctf/data-func-conflicted.d | 2 +- ld/testsuite/ld-ctf/enums.d | 8 ++++-- ld/testsuite/ld-ctf/nonrepresentable-1.c | 7 +++++ ld/testsuite/ld-ctf/nonrepresentable-2.c | 11 ++++++++ ld/testsuite/ld-ctf/nonrepresentable.d | 26 +++++++++++++++++ ld/testsuite/ld-ctf/slice.d | 11 ++++---- ld/testsuite/lib/ld-lib.exp | 4 +-- libctf/ChangeLog | 21 ++++++++++++++ libctf/NEWS | 3 ++ libctf/ctf-create.c | 33 ++++++++++++++++++++++ libctf/ctf-dedup.c | 14 ++++----- libctf/ctf-open.c | 4 ++- libctf/ctf-types.c | 9 ++++++ libctf/libctf.ver | 1 + libctf/testsuite/lib/ctf-lib.exp | 4 +-- .../nonstatic-var-section-ld-r.lk | 1 - 25 files changed, 167 insertions(+), 33 deletions(-) create mode 100644 ld/testsuite/ld-ctf/nonrepresentable-1.c create mode 100644 ld/testsuite/ld-ctf/nonrepresentable-2.c create mode 100644 ld/testsuite/ld-ctf/nonrepresentable.d