From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52a.google.com (mail-pg1-x52a.google.com [IPv6:2607:f8b0:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id 40B553858C53 for ; Thu, 20 Oct 2022 23:01:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 40B553858C53 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pg1-x52a.google.com with SMTP id 20so911400pgc.5 for ; Thu, 20 Oct 2022 16:01:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=T9+4ViRq5XD4EDXi4jFoEACiQhJ+mSWrLcJI2Ff02UM=; b=SdJI+NScrfkSrYOmUCT+MzVIDM3pAd32Ow+hqE2+NF4he98u73g9hocCeeYn6Avebn t7HG2zkDRH5/6eeLLdvwc8PYyWWh6YRYtPSeS9Y8vPi56qW/KeXySQ48b/Fb2WdQSJsc 4CWZLyJnN/VrXL4r/9JGfD/0CP7qt2xCn7/uop8dW1B9QBKz0uyfTjWbuVFjrtSl5OES BdIl/7lZNMpYnQhBelQd+Fg5Ub0QjjZvAXGTj58BU0inzw39UiKTW1R5v02J8xZcHp84 Po1XvsNV+G7LcmhZiBHh4PiBsiJZYk3Ee7KhKLprFkWT3Bi+5OtaOGODW9FoOWTXZJSf QmQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=T9+4ViRq5XD4EDXi4jFoEACiQhJ+mSWrLcJI2Ff02UM=; b=aOky0P1PeiSinxXupkLeyd554cKKsGaH7YNmRE5Bc9WBdbyeHBAqQ1vVk+hOU/b5r4 JMky8eJfgVb/KzZHg6qfxbxmhWk6bVmjeDHxUqY2WxykW7xNbKMJYw2dvvPyrmRDhoyt ngkNVCTdzcFzYArWxWeu+CwJvUtLN+hcDBoK+1FJik98GcVNG8hR8I8s5p8NSWOF2oP6 93gPJbwJMxn5k02yltiGxaS5OwmR6wG0Y5c04NlFpJV0C2MleCZ4QkiMo1a8pXf1bWv8 xIwhDvsgSM6mfnoh9k9uLAftzLwTq4/2tpW+yYgCyZD2lZBI/tlxhOXA1rTTFA/9LkbK SsBg== X-Gm-Message-State: ACrzQf104yBIBMjivklf8x54MCP+Ih6eJcgHxqbTZFCnmJevqYcv0fCO /RYLEfQ5BSFvLGb/L5PI+TIybyBn270= X-Google-Smtp-Source: AMsMyM78t8AXNl0RQ4/ZX7eNDttU675QzyU9ljWmynWzOsITsJ+Hp2YP5zA9T9YOjmpX0btKnMjKtA== X-Received: by 2002:a63:2bd4:0:b0:451:5df1:4b15 with SMTP id r203-20020a632bd4000000b004515df14b15mr13945471pgr.518.1666306884258; Thu, 20 Oct 2022 16:01:24 -0700 (PDT) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:7cdf:b089:c016:235e]) by smtp.gmail.com with ESMTPSA id q6-20020a170902f78600b001769cfa5cd4sm13358650pln.49.2022.10.20.16.01.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Oct 2022 16:01:23 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id BA6861140CED; Fri, 21 Oct 2022 09:31:20 +1030 (ACDT) Date: Fri, 21 Oct 2022 09:31:20 +1030 From: Alan Modra To: zac.walker@linaro.org Cc: binutils@sourceware.org Subject: Re: aarch64-pe support for LD, GAS and BFD Message-ID: References: <004801d8e453$eaef27f0$c0cd77d0$@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004801d8e453$eaef27f0$c0cd77d0$@linaro.org> X-Spam-Status: No, score=-3028.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,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: On Thu, Oct 20, 2022 at 09:16:47AM +0200, zac.walker@linaro.org wrote: > Thanks Alan. For next time, how should I be testing for this sort of issue? A missing makefile dependency tends to be something you discover rather than something you can find by testing. I found the missing dependency because I'd built an --enable-targets=all binutils with the new PE pdb support patch, then went back to sources without pdb. eaarch64pe.em wasn't recreated so had a reference to one of the pdb functions. Easily fixed, don't worry about it. ;-) -- Alan Modra Australia Development Lab, IBM