public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add DLL import/export implementation to AArch64
@ 2024-06-07  9:44 Evgeny Karpov
  2024-06-07  9:46 ` [PATCH v2 1/6] Move mingw_* declarations to the mingw folder Evgeny Karpov
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Evgeny Karpov @ 2024-06-07  9:44 UTC (permalink / raw)
  To: gcc-patches
  Cc: richard.sandiford, Richard Earnshaw (lists),
	Radek Barton, Maxim Kuvyrkov, ubizjak, 10walls

Hello,

Thank you for reviewing v1!
v2 addresses all comments on v1.

Changes in v2:
- Move winnt.h and winnt-dll.h to config.gcc.
- Resolve the issue with GCC GC in winnt-dll.cc.
- Add definitions for GOT_ALIAS_SET, PE_COFF_EXTERN_DECL_SHOULD_BE_LEGITIMIZED, and HAVE_64BIT_POINTERS to cygming.h.
- Replace intermediate functions for PECOFF with ifdef checks in ix86.
- Update the copyright date in winnt-dll.cc.
- Correct the style.
- Rebase from 7th June 2024

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-06-26 18:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-07  9:44 [PATCH v2 0/6] Add DLL import/export implementation to AArch64 Evgeny Karpov
2024-06-07  9:46 ` [PATCH v2 1/6] Move mingw_* declarations to the mingw folder Evgeny Karpov
2024-06-07  9:48 ` [PATCH v2 2/6] Extract ix86 dllimport implementation to mingw Evgeny Karpov
2024-06-07 11:11   ` Uros Bizjak
2024-06-08 12:37   ` Evgeny Karpov
2024-06-25 10:02   ` x86_64-gnu-linux bootstrap fail (was: [PATCH v2 2/6] Extract ix86 dllimport implementation to mingw) Tobias Burnus
2024-06-25 10:49     ` Evgeny Karpov
2024-06-07  9:49 ` [PATCH v2 3/6] Rename functions for reuse in AArch64 Evgeny Karpov
2024-06-07  9:50 ` [PATCH v2 4/6] aarch64: Add selectany attribute handling Evgeny Karpov
2024-06-07  9:51 ` [PATCH v2 5/6] Adjust DLL import/export implementation for AArch64 Evgeny Karpov
2024-06-07  9:52 ` [PATCH v2 6/6] aarch64: Add DLL import/export to AArch64 target Evgeny Karpov
2024-06-08 13:01 ` [PATCH v2 0/6] Add DLL import/export implementation to AArch64 Evgeny Karpov
2024-06-10  9:22 ` Evgeny Karpov
2024-06-26 15:55 ` Andrew Pinski
2024-06-26 18:41   ` [EXTERNAL] " Evgeny Karpov

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).