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 7f92ed6b41c [gdb/build] Fix build with g++-4.8 new 7d53105d6ed libctf: link against libiberty before linking in libbfd or [...] new bc4b1401129 libtool.m4: augment symcode for Solaris 11 new bef9ef8ca0f libtool.m4: fix nm BSD flag detection new ea9c2009115 libctf: try several possibilities for linker versioning flags new b9004024b9c configure: regenerate in all projects that use libtool.m4 new b62d5edd0a5 libctf: fix handling of CTF symtypetab sections emitted by [...] new e695879142a libctf, testsuite: fix various warnings in tests new 6ab5b6d0f3a libctf, lookup: fix bounds of pptrtab lookup
The 8 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: ChangeLog | 15 ++ bfd/ChangeLog | 4 + bfd/configure | 91 ++++++------ binutils/ChangeLog | 4 + binutils/configure | 91 ++++++------ gas/ChangeLog | 4 + gas/configure | 91 ++++++------ gprof/ChangeLog | 4 + gprof/configure | 91 ++++++------ ld/ChangeLog | 4 + ld/configure | 91 ++++++------ libctf/ChangeLog | 55 ++++++++ libctf/Makefile.am | 11 +- libctf/Makefile.in | 13 +- libctf/configure | 157 ++++++++++++++------- libctf/configure.ac | 46 +++++- libctf/ctf-lookup.c | 4 +- libctf/ctf-open.c | 7 +- libctf/libctf.ver | 10 +- .../libctf-lookup/conflicting-type-syms.c | 3 - libctf/testsuite/libctf-lookup/enum-symbol.c | 3 - .../libctf-regression/nonstatic-var-section-ld-r.c | 4 +- .../libctf-regression/nonstatic-var-section-ld.c | 4 +- .../libctf-regression/nonstatic-var-section-ld.lk | 2 +- libctf/testsuite/libctf-regression/pptrtab.c | 1 - .../libctf-regression/type-add-unnamed-struct.c | 2 - .../pptrtab-writable-page-deep-lookup.c | 68 +++++++++ .../pptrtab-writable-page-deep-lookup.lk | 2 + libctf/testsuite/libctf-writable/pptrtab.c | 2 +- .../reserialize-strtab-corruption.c | 1 - .../symtypetab-nonlinker-writeout.c | 6 +- libtool.m4 | 90 ++++++------ opcodes/ChangeLog | 4 + opcodes/configure | 91 ++++++------ sim/configure | 91 ++++++------ zlib/ChangeLog | 4 + zlib/configure | 91 ++++++------ 37 files changed, 772 insertions(+), 490 deletions(-) create mode 100644 libctf/testsuite/libctf-writable/pptrtab-writable-page-deep-lookup.c create mode 100644 libctf/testsuite/libctf-writable/pptrtab-writable-page-deep-lookup.lk