public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Evgeny Karpov <Evgeny.Karpov@microsoft.com>
To: Andrew Pinski <pinskia@gmail.com>
Cc: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>,
	"richard.sandiford@arm.com" <richard.sandiford@arm.com>,
	"Richard Earnshaw (lists)" <Richard.Earnshaw@arm.com>,
	Radek Barton <radek.barton@microsoft.com>,
	Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>,
	"ubizjak@gmail.com" <ubizjak@gmail.com>,
	"10walls@gmail.com" <10walls@gmail.com>
Subject: RE: [EXTERNAL] Re: [PATCH v2 0/6] Add DLL import/export implementation to AArch64
Date: Wed, 26 Jun 2024 18:41:10 +0000	[thread overview]
Message-ID: <DBBPR83MB061301F2B0611595C3A02816F8D62@DBBPR83MB0613.EURPRD83.prod.outlook.com> (raw)
In-Reply-To: <CA+=Sn1=Q2eNzT8nQK+V-rfM-Ff03xYiwXdKLBkq4brBTEniQsA@mail.gmail.com>

Wednesday, June 26, 2024 5:56 PM
Andrew Pinski <pinskia@gmail.com> wrote:
> 
> I think this caused profilebootstrap failure on x86_64-linux-gnu.
> I notice the definition of GOT_ALIAS_SET for all non mingw targets is
> now just -1. That seems very wrong to me.
> It was originally:
> ```
> alias_set_type
> x86_GOT_alias_set (void)
> {
>   static alias_set_type set = -1;
>   if (set == -1)
>     set = new_alias_set ();
>   return set;
> }
> ```
> And GOT_ALIAS_SET is used in more than COFF areas. Can you please fix
> this definition?
> 
> Thanks,
> Andrew Pinski
> 

I am working on the fix and will try to validate and submit it today.

Regards,
Evgeny

      reply	other threads:[~2024-06-26 18:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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
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   ` Evgeny Karpov [this message]

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=DBBPR83MB061301F2B0611595C3A02816F8D62@DBBPR83MB0613.EURPRD83.prod.outlook.com \
    --to=evgeny.karpov@microsoft.com \
    --cc=10walls@gmail.com \
    --cc=Richard.Earnshaw@arm.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=maxim.kuvyrkov@linaro.org \
    --cc=pinskia@gmail.com \
    --cc=radek.barton@microsoft.com \
    --cc=richard.sandiford@arm.com \
    --cc=ubizjak@gmail.com \
    /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).