This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4b26b13871a libbacktrace: support short read new dea40c941a4 libbacktrace: add Mach-O support new 8600440e147 libbacktrace: don't free ELF strtab if error occurs after s [...]
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: libbacktrace/ChangeLog | 24 + libbacktrace/Makefile.am | 68 ++- libbacktrace/Makefile.in | 123 +++-- libbacktrace/config.h.in | 3 + libbacktrace/configure | 78 ++- libbacktrace/configure.ac | 10 + libbacktrace/elf.c | 1 + libbacktrace/filetype.awk | 19 +- libbacktrace/macho.c | 1309 +++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 1586 insertions(+), 49 deletions(-) create mode 100644 libbacktrace/macho.c