public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Evgeny Karpov <Evgeny.Karpov@microsoft.com>
To: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: [PATCH v3 0/6] Add DLL import/export implementation to AArch64
Date: Sat, 8 Jun 2024 13:14:32 +0000	[thread overview]
Message-ID: <DBBPR83MB0613BEC9F720A5C58E7ED14CF8C42@DBBPR83MB0613.EURPRD83.prod.outlook.com> (raw)

I am resubmitting the patch series without changes to the patchwork due to an issue with the mail client in the previous submission.
https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653894.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653952.html

Regards,
Evgeny

Evgeny Karpov (6):
  Move mingw_* declarations to the mingw folder
  Extract ix86 dllimport implementation to mingw
  Rename functions for reuse in AArch64
  aarch64: Add selectany attribute handling
  Adjust DLL import/export implementation for AArch64
  aarch64: Add DLL import/export to AArch64 target

 gcc/config.gcc                      |  20 ++-
 gcc/config/aarch64/aarch64-protos.h |   5 -
 gcc/config/aarch64/aarch64.cc       |  42 ++++-
 gcc/config/aarch64/cygming.h        |  33 +++-
 gcc/config/i386/cygming.h           |  16 +-
 gcc/config/i386/i386-expand.cc      |   4 +-
 gcc/config/i386/i386-expand.h       |   2 -
 gcc/config/i386/i386-protos.h       |  10 --
 gcc/config/i386/i386.cc             | 205 ++----------------------
 gcc/config/i386/i386.h              |   2 +
 gcc/config/mingw/mingw32.h          |   2 +-
 gcc/config/mingw/t-cygming          |   6 +
 gcc/config/mingw/winnt-dll.cc       | 231 ++++++++++++++++++++++++++++
 gcc/config/mingw/winnt-dll.h        |  30 ++++
 gcc/config/mingw/winnt.cc           |  10 +-
 gcc/config/mingw/winnt.h            |  38 +++++
 16 files changed, 423 insertions(+), 233 deletions(-)
 create mode 100644 gcc/config/mingw/winnt-dll.cc
 create mode 100644 gcc/config/mingw/winnt-dll.h
 create mode 100644 gcc/config/mingw/winnt.h

-- 
2.25.1


             reply	other threads:[~2024-06-08 13:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-08 13:14 Evgeny Karpov [this message]
2024-06-08 13:18 ` [PATCH v3 1/6] Move mingw_* declarations to the mingw folder Evgeny Karpov
2024-06-08 13:19 ` [PATCH v3 2/6] Extract ix86 dllimport implementation to mingw Evgeny Karpov
2024-06-08 13:44 ` Evgeny Karpov
2024-06-08 13:46 ` [PATCH v3 3/6] Rename functions for reuse in AArch64 Evgeny Karpov
2024-06-08 13:47 ` [PATCH v3 4/6] aarch64: Add selectany attribute handling Evgeny Karpov
2024-06-08 13:48 ` [PATCH v3 5/6] Adjust DLL import/export implementation for AArch64 Evgeny Karpov
2024-06-08 13:49 ` [PATCH v3 6/6] aarch64: Add DLL import/export to AArch64 target Evgeny Karpov
2024-06-10 17:02   ` Richard Sandiford
2024-06-21  7:10     ` Evgeny Karpov
2024-06-21 13:51       ` Richard Sandiford
2024-06-25  7:05         ` Christophe Lyon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DBBPR83MB0613BEC9F720A5C58E7ED14CF8C42@DBBPR83MB0613.EURPRD83.prod.outlook.com \
    --to=evgeny.karpov@microsoft.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).