This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0a3cd125b6a [gcc] 2017-07-24 Michael Meissner meissner@linux.vnet.ibm.com new 65e1ae67de7 PR testsuite/80759 Fix -mcall-ms2sysv-xlogues on Darwin and [...] new 36df0ca9b26 PR testsuite/80759 Fix broken tests in ms-sysv.exp
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: gcc/testsuite/ChangeLog | 31 ++++ .../gcc.target/x86_64/abi/ms-sysv/do-test.S | 200 +++++++++------------ .../gcc.target/x86_64/abi/ms-sysv/ms-sysv.c | 83 ++++++++- .../gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp | 153 +++++----------- libgcc/ChangeLog | 21 +++ libgcc/config.host | 6 +- libgcc/config/i386/i386-asm.h | 89 +++++---- libgcc/config/i386/resms64.S | 2 +- libgcc/config/i386/resms64f.S | 2 +- libgcc/config/i386/resms64fx.S | 2 +- libgcc/config/i386/resms64x.S | 2 +- libgcc/config/i386/savms64.S | 2 +- libgcc/config/i386/savms64f.S | 2 +- 13 files changed, 326 insertions(+), 269 deletions(-)