This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 0/2] [testsuite, libgcc] PR80759 Fix FAILs on Solaris and Darwin


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

Attachment: pr80759.gcc.testsuite.ChangeLog
Description: Text document

Attachment: pr80759.libgcc.ChangeLog
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]