This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1c1563fb8ff Darwin: Amend pie options when linking mdynamic-no-pic. new 7add7f7bb3d libgcc, Darwin: Build a libgcc_s.1 for backwards compatibility.
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: libgcc/config.host | 13 +++- libgcc/config/darwin-unwind.ver | 30 +++++++++ libgcc/config/i386/t-darwin | 3 + libgcc/config/rs6000/t-darwin | 3 + libgcc/config/rs6000/t-darwin-ehs | 5 ++ libgcc/config/t-darwin | 19 ++++-- libgcc/config/t-darwin-ehs | 4 ++ libgcc/config/t-darwin-noeh | 4 -- libgcc/config/t-slibgcc-darwin | 130 ++++++++++++++++++++++++++++++++++---- 9 files changed, 186 insertions(+), 25 deletions(-) create mode 100644 libgcc/config/darwin-unwind.ver create mode 100644 libgcc/config/rs6000/t-darwin-ehs create mode 100644 libgcc/config/t-darwin-ehs delete mode 100644 libgcc/config/t-darwin-noeh