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 4460691252d Fix race in DAP startup new ca96e367f05 libctf: fix assertion failure with no system qsort_r new cce0bb8ff8a libctf: work around an uninitialized variable warning new 04d91c807ea libctf: fix a comment typo new 3672e326221 libctf: get the offsets of fields of unnamed structs/unions right
The 4 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-dedup.c | 6 +- libctf/ctf-lookup.c | 2 +- libctf/ctf-types.c | 5 +- .../libctf-lookup/unnamed-field-info-ctf.c | 36 ++++++++++ .../testsuite/libctf-lookup/unnamed-field-info.c | 79 ++++++++++++++++++++++ .../testsuite/libctf-lookup/unnamed-field-info.lk | 2 + 6 files changed, 127 insertions(+), 3 deletions(-) create mode 100644 libctf/testsuite/libctf-lookup/unnamed-field-info-ctf.c create mode 100644 libctf/testsuite/libctf-lookup/unnamed-field-info.c create mode 100644 libctf/testsuite/libctf-lookup/unnamed-field-info.lk