This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4c8a1216caf Daily bump. new 3be33b09fb8 * elf.c (backtrace_initialize): Always set *fileline_fn. [...]
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: libbacktrace/ChangeLog | 16 +++ libbacktrace/Makefile.am | 14 +- libbacktrace/Makefile.in | 49 ++++++- libbacktrace/btest.c | 267 ++--------------------------------- libbacktrace/configure | 47 +++++- libbacktrace/configure.ac | 17 +++ libbacktrace/edtest.c | 147 +------------------ libbacktrace/elf.c | 14 +- libbacktrace/{edtest.c => testlib.c} | 208 ++++++++++++--------------- libbacktrace/testlib.h | 110 +++++++++++++++ libbacktrace/ttest.c | 161 +++++++++++++++++++++ 11 files changed, 510 insertions(+), 540 deletions(-) copy libbacktrace/{edtest.c => testlib.c} (56%) create mode 100644 libbacktrace/testlib.h create mode 100644 libbacktrace/ttest.c