This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8385088039f Ada,Darwin: Do not link libgcc statically on Darwin 8 and 9 [...] new 3b6cac2b44b Compute a table of DWARF register sizes at compile new 97bbdb726ab Define __LIBGCC_DWARF_REG_SIZES_CONSTANT__ if DWARF registe [...] new cb775ecd6e4 libgcc: Specialize execute_cfa_program in DWARF unwinder fo [...]
The 3 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: gcc/c-family/c-cppbuiltin.cc | 8 + gcc/config/msp430/msp430.cc | 11 +- gcc/config/rs6000/rs6000.cc | 14 +- gcc/debug.h | 2 + gcc/doc/tm.texi | 7 +- gcc/dwarf2cfi.cc | 116 +++++++------ gcc/target.def | 8 +- libgcc/unwind-dw2-execute_cfa.h | 322 +++++++++++++++++++++++++++++++++++ libgcc/unwind-dw2.c | 360 +++++++--------------------------------- 9 files changed, 472 insertions(+), 376 deletions(-) create mode 100644 libgcc/unwind-dw2-execute_cfa.h