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 ff4a4474eb Automatic date update in version.in new a0486bac41 libctf: fix a number of build problems found on Solaris and NetBSD
The 1 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 | 6 + binutils/objdump.c | 3 - binutils/readelf.c | 3 - include/ChangeLog | 7 ++ include/ctf-api.h | 12 +- libctf/ChangeLog | 67 +++++++++++ libctf/Makefile.am | 9 +- libctf/Makefile.in | 24 +++- libctf/aclocal.m4 | 1 + libctf/config.h.in | 22 ++++ libctf/configure | 322 +++++++++++++++++++++++++++++++++++++++++++++++++- libctf/configure.ac | 6 +- libctf/ctf-archive.c | 8 +- libctf/ctf-create.c | 50 ++++---- libctf/ctf-decls.h | 37 ++++++ libctf/ctf-dump.c | 20 ++-- libctf/ctf-endian.h | 37 ++++++ libctf/ctf-impl.h | 5 +- libctf/ctf-labels.c | 8 +- libctf/ctf-lookup.c | 4 +- libctf/ctf-open-bfd.c | 11 +- libctf/ctf-open.c | 13 +- libctf/ctf-types.c | 48 ++++---- libctf/ctf-util.c | 4 +- libctf/qsort_r.c | 259 ++++++++++++++++++++++++++++++++++++++++ libctf/swap.h | 12 +- 26 files changed, 883 insertions(+), 115 deletions(-) create mode 100644 libctf/ctf-decls.h create mode 100644 libctf/ctf-endian.h create mode 100644 libctf/qsort_r.c