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 0e12331a9bf gprofng: test suite problems new 44c70fb01ff libctf: add a comment explaining how to use ctf_*open new 95ade9a5f4b libctf: impose an ordering on conflicting types
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/ctf-api.h | 8 ++++++- ld/testsuite/ld-ctf/array-char-conflicting-1.c | 9 +++++++ ld/testsuite/ld-ctf/array-char-conflicting-2.c | 9 +++++++ ld/testsuite/ld-ctf/array-conflicted-ordering.d | 26 ++++++++++++++++++++ ld/testsuite/ld-ctf/array-extern.c | 1 + ld/testsuite/ld-ctf/array-extern.d | 32 +++++++++++++++++++++++++ ld/testsuite/ld-ctf/conflicting-typedefs.d | 2 +- libctf/ctf-dedup.c | 21 +++++++++++++++- 8 files changed, 105 insertions(+), 3 deletions(-) create mode 100644 ld/testsuite/ld-ctf/array-char-conflicting-1.c create mode 100644 ld/testsuite/ld-ctf/array-char-conflicting-2.c create mode 100644 ld/testsuite/ld-ctf/array-conflicted-ordering.d create mode 100644 ld/testsuite/ld-ctf/array-extern.c create mode 100644 ld/testsuite/ld-ctf/array-extern.d