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] |
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] |