From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by sourceware.org (Postfix) with ESMTPS id 4040E385E01D for ; Thu, 20 Oct 2022 07:16:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4040E385E01D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-ej1-x635.google.com with SMTP id y14so45175715ejd.9 for ; Thu, 20 Oct 2022 00:16:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=thread-index:content-language:content-transfer-encoding :mime-version:message-id:date:subject:in-reply-to:references:to:from :from:to:cc:subject:date:message-id:reply-to; bh=JFb8l3SKmc/F7vUUm1pwMa2yorinHW24NXUjJNf9P3M=; b=b7YJ8VouAUCUoymwPIlir8rYWoxNQYJfRrYwyU2J1+KXocB3Jn2Gyqzdd8QK5CiW7f 898WoYMY1c5kWtGCdVENkOEJXwRjGC1jjM+4ZRIKscAPhYMuLF/ssonznDdk+KqzbXcW yUr9WivbuJpy+HhlWM3wBAg2LqiCzGXbJh8yPwblElDwbM6OMLQcGsAgdJgp+72XEgOz dYhNal/5Paf2Jz8I+3artMkoOEw119jUz4/snBlOAamtxtIHXZkmlH38Ib89Mwf57IgU /T6PM/ltOrZ4SpS/NjXW1VGqjJOfVSGRwCs/YAvGclGpWzMuadKtdoTjgVB2nTdnD50x QwWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=thread-index:content-language:content-transfer-encoding :mime-version:message-id:date:subject:in-reply-to:references:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=JFb8l3SKmc/F7vUUm1pwMa2yorinHW24NXUjJNf9P3M=; b=uA1QvGiAz8exLy+a8ggum1N8gBXjOTc7VmSBtkCa5wuCVxmNcXlJVoj319cJsvLrrZ mRYQOFZkjBOrgn9pnRms8vmWTxhEsSHALS1zSI1bU6+fXPG9JWroh9LL4K1I2+nxHQmk jivBzZlkDMBAK9kzjRRnMVt5yWNcSuJ6Bp+G3TFXdcUHL4/v8V/dYXKzJGPZL5AIgZus ep2xEeRB7igOAt/ee63xzXdnua0tGm6SPVCtbrTAWEYa8plX7RpwjkWAPGD3HH8zYiCR rRZlvMAcPIrUSB4IJ7YWMgN2MtZIeR4T5uWc5IXfPzbnPqbbiVBGvVPHn2tDWMA/tCD+ VRPg== X-Gm-Message-State: ACrzQf1sUk0T5QdJ5bxkyfpmwhR3eIGp79RFUV1XcQlIr2+t1vbGUsnL QMYrBGJuOwBegZBfQIxOc3uvg0bUT2LH5f2+ X-Google-Smtp-Source: AMsMyM7qOZD/r+nSLl3mfG2kBNIKJrFHgpxXgjJQFDUHVd6SX6xBmbXkJOAcB3gBVY2LHFIE9IAoFw== X-Received: by 2002:a17:906:8a6f:b0:780:96b4:d19e with SMTP id hy15-20020a1709068a6f00b0078096b4d19emr9606845ejc.624.1666250209741; Thu, 20 Oct 2022 00:16:49 -0700 (PDT) Received: from zach1 ([94.230.145.250]) by smtp.gmail.com with ESMTPSA id t14-20020a05640203ce00b00459e3a3f3ddsm11546270edw.79.2022.10.20.00.16.48 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Oct 2022 00:16:49 -0700 (PDT) From: To: "'Alan Modra'" , References: In-Reply-To: Subject: RE: aarch64-pe support for LD, GAS and BFD Date: Thu, 20 Oct 2022 09:16:47 +0200 Message-ID: <004801d8e453$eaef27f0$c0cd77d0$@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: en-gb Thread-Index: AQIzaBUH5wzzILYBS71WQQ+BkCqOf61h1pag X-Spam-Status: No, score=-12.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Thanks Alan. For next time, how should I be testing for this sort of issue? Zac -----Original Message----- From: Binutils On Behalf Of Alan Modra via Binutils Sent: 20 October 2022 07:05 To: binutils@sourceware.org Subject: Re: aarch64-pe support for LD, GAS and BFD Fix dependencies for eaarch64pe.c. Generated files aren't handled fully automatically. diff --git a/ld/Makefile.am b/ld/Makefile.am index 73a4d076ef6..66e9094e86a 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -377,7 +377,6 @@ ALL_EMULATIONS = $(ALL_EMULATION_SOURCES:.c=.@OBJEXT@) ALL_64_EMULATION_SOURCES = \ eaarch64cloudabi.c \ eaarch64cloudabib.c \ - eaarch64pe.c \ eaarch64elf.c \ eaarch64elf32.c \ eaarch64elf32b.c \ @@ -389,6 +388,7 @@ ALL_64_EMULATION_SOURCES = \ eaarch64linux32.c \ eaarch64linux32b.c \ eaarch64linuxb.c \ + eaarch64pe.c \ eelf32_x86_64.c \ eelf32b4300.c \ eelf32bmip.c \ @@ -879,6 +879,7 @@ $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES): $(GEN_DEPENDS) @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32b.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linuxb.Pc@am__quote@ +@AMDEP_TRUE@@am__include@ +@am__quote@./$(DEPDIR)/eaarch64pe.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32b4300.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmip.Pc@am__quote@ diff --git a/ld/Makefile.in b/ld/Makefile.in index 0d3a6ce4379..5e4787f89b4 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1263,6 +1263,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32b.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linuxb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ +@am__quote@./$(DEPDIR)/eaarch64pe.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5ppc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5rs6.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaixppc.Po@am__quote@ @@ -2551,6 +2552,7 @@ $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES): $(GEN_DEPENDS) @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32b.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linuxb.Pc@am__quote@ +@AMDEP_TRUE@@am__include@ +@am__quote@./$(DEPDIR)/eaarch64pe.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32b4300.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmip.Pc@am__quote@ -- Alan Modra Australia Development Lab, IBM