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 3e8bb3e934b sim: merge configure.tgt into configure.ac new f4f60336dae libctf, include: find types of symbols by name new 03c653093d7 libctf: add a NEWS
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/ChangeLog | 5 + include/ctf-api.h | 4 + libctf/ChangeLog | 51 +++++ libctf/NEWS | 26 +++ libctf/ctf-archive.c | 180 ++++++++++++---- libctf/ctf-impl.h | 6 +- libctf/ctf-lookup.c | 232 ++++++++++++++++++--- libctf/ctf-open.c | 1 + libctf/libctf.ver | 6 + .../conflicting-type-syms-a.c} | 0 .../conflicting-type-syms-b.c} | 0 .../libctf-lookup/conflicting-type-syms.c | 99 +++++++++ .../libctf-lookup/conflicting-type-syms.lk | 7 + .../{enum-symbol.lk => enum-symbol-obj.lk} | 1 - libctf/testsuite/libctf-lookup/enum-symbol.c | 115 ++-------- .../symtypetab-nonlinker-writeout.c | 34 +++ 16 files changed, 587 insertions(+), 180 deletions(-) create mode 100644 libctf/NEWS copy libctf/testsuite/{libctf-regression/pptrtab-a.c => libctf-lookup/conflicting- [...] copy libctf/testsuite/{libctf-regression/pptrtab-b.c => libctf-lookup/conflicting- [...] create mode 100644 libctf/testsuite/libctf-lookup/conflicting-type-syms.c create mode 100644 libctf/testsuite/libctf-lookup/conflicting-type-syms.lk copy libctf/testsuite/libctf-lookup/{enum-symbol.lk => enum-symbol-obj.lk} (90%)