https://gcc.gnu.org/ml/gcc-patches/2017-07/msg00025.html
Uros,
Can you review changes for i386 please?
Mike or Iain,
Can one of you review changes for Darwin please? I'm not familiar with
the platform, although Rainer tested on Darwin for me.
Ian,
Can you review changes to libgcc please?
Thank you all!
Daniel
On 07/02/2017 12:11 AM, Daniel Santos wrote:
This patchset addresses a number of testsuite issues for
gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp, mostly occurring on Solaris
and Darwin. Additionally, it solves a bug in libgcc that caused link
failures on Darwin when building with -mcall-ms2sysv-xlogues. The
issues are detailed in the notes for each patch.
I would particularly appreciate any feedback for Darwin as I am
unfamiliar with the platform and Rainer and I have fashioned some of
these changes by looking at other Darwin code in gcc.
.../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/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 +-
11 files changed, 274 insertions(+), 269 deletions(-)
Many thanks to Rainer for all of his help on this!
Thanks,
Daniel