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 14852123287 [gdb/testsuite] Fix gdb.base/step-over-syscall.exp with -m32 new c98de297b37 libctf, ld: fix data symbol test with newer GCC new e05a3e5a491 libctf: lookup_by_name: do not return success for nonexiste [...] new 26503e2f5ea libctf, create: fix ctf_type_add of structs with unnamed members
The 3 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: ld/ChangeLog | 6 ++ ld/testsuite/ld-ctf/data-func-2.c | 4 ++ ld/testsuite/ld-ctf/data-func-conflicted.d | 4 +- libctf/ChangeLog | 12 ++++ libctf/ctf-create.c | 6 ++ libctf/ctf-lookup.c | 34 +++++++--- libctf/testsuite/libctf-regression/pptrtab-a.c | 2 + libctf/testsuite/libctf-regression/pptrtab-b.c | 3 +- libctf/testsuite/libctf-regression/pptrtab.c | 10 ++- .../type-add-unnamed-struct-ctf.c | 19 ++++++ .../libctf-regression/type-add-unnamed-struct.c | 72 ++++++++++++++++++++++ .../libctf-regression/type-add-unnamed-struct.lk | 3 + 12 files changed, 163 insertions(+), 12 deletions(-) create mode 100644 libctf/testsuite/libctf-regression/type-add-unnamed-struct-ctf.c create mode 100644 libctf/testsuite/libctf-regression/type-add-unnamed-struct.c create mode 100644 libctf/testsuite/libctf-regression/type-add-unnamed-struct.lk