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 d1c361252ba x86: make I disassembler macro available for new use new 1776e3e59ca Fix --enable-libctf and --disable-static new 094e34f2214 binutils, ld: work with --disable-libctf new fe4c2d55634 libctf: create: non-root-visible types should not appear in [...] new 6bbf9da8927 libctf: create: don't add forwards if the type added alread [...] new d04a47ac53b libctf: create: ctf_add_type should hand back already-added [...] new 8ffcdf1823d libctf: create: forwards are always in the namespace of the [...] new 2f6ecaed667 libctf, binutils: support CTF archives like objdump new 2e428e74401 libctf: avoid nonportable __thread in CTF archive handling new 866706584c6 libctf: work with compilers not supporting GNU C attributes new e755667f94f libctf, elfcpp, gold: do not assume that <byteswap.h> conta [...] new c1401ecc29a libctf: add some missing #includes. new 8e6635bd14a libctf: support platforms with separate libintl
The 12 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: binutils/ChangeLog | 35 +++++++++ binutils/Makefile.am | 5 ++ binutils/Makefile.in | 9 ++- binutils/aclocal.m4 | 1 + binutils/config.in | 3 + binutils/configure | 39 +++++++++- binutils/configure.ac | 6 ++ binutils/doc/Makefile.in | 1 + binutils/objdump.c | 27 ++++++- binutils/readelf.c | 118 +++++++++++++++++++--------- elfcpp/ChangeLog | 9 +++ elfcpp/elfcpp_swap.h | 16 ++-- gdb/ChangeLog | 16 ++++ gdb/Makefile.in | 8 +- gdb/acinclude.m4 | 3 + gdb/config.in | 3 + gdb/configure | 40 ++++++++++ gdb/configure.ac | 21 +++++ gdb/ctfread.c | 13 ++++ gdb/testsuite/ChangeLog | 10 +++ gdb/testsuite/Makefile.in | 2 + gdb/testsuite/aclocal.m4 | 1 + gdb/testsuite/configure | 18 +++++ gdb/testsuite/configure.ac | 3 + gdb/testsuite/gdb.base/ctf-constvars.exp | 2 +- gdb/testsuite/gdb.base/ctf-ptype.exp | 3 +- gdb/testsuite/lib/gdb.exp | 9 ++- gold/ChangeLog | 6 ++ gold/config.in | 12 +++ gold/configure | 127 ++++++++++++++++++++----------- gold/configure.ac | 3 + include/ChangeLog | 4 + include/ctf-api.h | 4 + ld/ChangeLog | 30 ++++++++ ld/Makefile.am | 4 + ld/Makefile.in | 5 +- ld/aclocal.m4 | 1 + ld/config.in | 3 + ld/configure | 42 +++++++++- ld/configure.ac | 9 +++ ld/ldelfgen.c | 14 ++++ ld/ldlang.c | 35 +++++++++ libctf/ChangeLog | 81 ++++++++++++++++++++ libctf/Makefile.in | 13 ++++ libctf/aclocal.m4 | 1 + libctf/config.h.in | 16 ++++ libctf/configure | 120 ++++++++++++++++++++++++++++- libctf/configure.ac | 3 + libctf/ctf-archive.c | 93 ++++++++++++++++------ libctf/ctf-create.c | 49 +++++++----- libctf/ctf-impl.h | 15 +++- libctf/ctf-open-bfd.c | 69 ++--------------- libctf/ctf-open.c | 37 +++++++-- libctf/libctf.ver | 1 + libctf/swap.h | 16 ++-- 55 files changed, 1014 insertions(+), 220 deletions(-)