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 1a2f1b54a52 x86-64: Provide more info when failed to convert GOTPCREL new 35a01a04544 libctf, ld: fix symtypetab and var section population under ld -r new 78f28b89e8c libctf: rip out dead code handling typedefs with no name new caa170493e8 libctf: prohibit nameless ints, floats, typedefs and forwards new 5dacd11ddcf libctf: fix uninitialized variable in symbol serialization [...] new ee87f50b8d2 libctf: always name nameless types "", never NULL
The 5 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 | 9 + include/ctf-api.h | 14 +- ld/ChangeLog | 5 + ld/ldlang.c | 2 + libctf/ChangeLog | 62 ++++++ libctf/ctf-create.c | 187 +++++++++++------- libctf/ctf-dedup.c | 7 +- libctf/ctf-impl.h | 8 +- libctf/ctf-link.c | 34 +++- libctf/ctf-lookup.c | 24 --- libctf/ctf-open.c | 21 +- libctf/ctf-string.c | 9 +- libctf/ctf-types.c | 8 +- libctf/testsuite/lib/ctf-lib.exp | 11 +- .../nonstatic-var-section-ld-executable.lk | 9 + .../nonstatic-var-section-ld-r-ctf.c | 9 + .../libctf-regression/nonstatic-var-section-ld-r.c | 73 +++++++ .../nonstatic-var-section-ld-r.lk | 7 + .../libctf-regression/nonstatic-var-section-ld.c | 76 +++++++ .../libctf-regression/nonstatic-var-section-ld.lk | 6 + .../symtypetab-nonlinker-writeout.c | 218 +++++++++++++++++++++ .../symtypetab-nonlinker-writeout.lk | 12 ++ 22 files changed, 680 insertions(+), 131 deletions(-) create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld-exe [...] create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld-r-ctf.c create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld-r.c create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld-r.lk create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld.c create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld.lk create mode 100644 libctf/testsuite/libctf-writable/symtypetab-nonlinker-writeout.c create mode 100644 libctf/testsuite/libctf-writable/symtypetab-nonlinker-writeout.lk