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 d605374748f bfd: microblaze: Add 32_NONE reloc type new cd4a8fc4f0b libctf: fix creation-time parent/child dict confusions
The 1 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 | 75 ++++++--- libctf/ctf-string.c | 4 +- .../libctf-writable/parent-child-dtd-crash-lib.c | 179 +++++++++++++++++++++ .../libctf-writable/parent-child-dtd-enum.c | 11 ++ .../libctf-writable/parent-child-dtd-enum.lk | 1 + .../libctf-writable/parent-child-dtd-enumerator.c | 11 ++ .../libctf-writable/parent-child-dtd-enumerator.lk | 1 + .../parent-child-dtd-member-encoded.c | 11 ++ .../parent-child-dtd-member-encoded.lk | 1 + .../parent-child-dtd-member-offset.c | 11 ++ .../parent-child-dtd-member-offset.lk | 1 + .../libctf-writable/parent-child-dtd-set-array.c | 11 ++ .../libctf-writable/parent-child-dtd-set-array.lk | 1 + .../libctf-writable/parent-child-dtd-struct.c | 11 ++ .../libctf-writable/parent-child-dtd-struct.lk | 1 + .../libctf-writable/parent-child-dtd-union.c | 11 ++ .../libctf-writable/parent-child-dtd-union.lk | 1 + 17 files changed, 322 insertions(+), 20 deletions(-) create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-crash-lib.c create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-enum.c create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-enum.lk create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-enumerator.c create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-enumerator.lk create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-member-encoded.c create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-member-encoded.lk create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-member-offset.c create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-member-offset.lk create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-set-array.c create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-set-array.lk create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-struct.c create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-struct.lk create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-union.c create mode 100644 libctf/testsuite/libctf-writable/parent-child-dtd-union.lk