From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 0EF6A3858424 for ; Fri, 29 Jul 2022 10:16:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0EF6A3858424 Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-594-RM8ozKP4P7OSBJNPf8ufTw-1; Fri, 29 Jul 2022 06:16:48 -0400 X-MC-Unique: RM8ozKP4P7OSBJNPf8ufTw-1 Received: by mail-wr1-f69.google.com with SMTP id o8-20020adfa108000000b0021e903fb612so1062674wro.0 for ; Fri, 29 Jul 2022 03:16:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=CME5m7i8bx9mjney/lfpSJ8maW1z45n+GJ2jqDETEWo=; b=dGuFcqG4N1pgr6G6iDk9XHa0TM13kllXl+wcMDRfX5xoykayHfo8VIKHR6aBCteKPZ w5wAsV5Ai6b9B3NZeEpg2ijlYogTFjYmZpAr25lS4l89X607RluiYo8Bhb53Ssbq8W4p nOqCOMhBl7TzwrYC63mU2s4nqDcYXIn26u7iaw55dAA7P4cuBs4m6226yurSG4Z1eBN5 T6DyfCdzxrzVu1GqcmBRHCli0Q1bsf1MXc0zS8b+5+dHOsOuHIYJ3lcdN5c937ezqHF4 FOC7Zgc/ux1vWxyAAld59GDKaMShgYR2ceWea+168a7Aecc1H/fcB0pRd0ANWDEOUcen Un1A== X-Gm-Message-State: AJIora90yc7na4II6K+iMoBOjwjeCdCGVw63cSfhy4BXmRobccU7VnOX vpGe7Xb+billOtOF3sab3teYuBmDmQZpwKxvhDNQq2n5lYVI5JY2Ef/j5IAC4UaJD57XDSLXYYl T71TZr4gh8bruuANeJw== X-Received: by 2002:a05:600c:4fd0:b0:3a3:4664:6d5b with SMTP id o16-20020a05600c4fd000b003a346646d5bmr1901835wmq.142.1659089807009; Fri, 29 Jul 2022 03:16:47 -0700 (PDT) X-Google-Smtp-Source: AGRyM1uKRCThXWFQ57PlC1dhJU9r2kDDgE5JwXZdcn9+Ua0P5g99uKg3Gdt/KKomFYwn29ZZEcfbyA== X-Received: by 2002:a05:600c:4fd0:b0:3a3:4664:6d5b with SMTP id o16-20020a05600c4fd000b003a346646d5bmr1901816wmq.142.1659089806790; Fri, 29 Jul 2022 03:16:46 -0700 (PDT) Received: from [192.168.1.6] (adsl-2-solo-236-177.claranet.co.uk. [80.168.236.177]) by smtp.gmail.com with ESMTPSA id y14-20020a5d620e000000b0021db7b0162esm3355263wru.105.2022.07.29.03.16.46 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 29 Jul 2022 03:16:46 -0700 (PDT) Message-ID: <9a1563ee-2da3-3ecd-2a16-e76231dfd47f@redhat.com> Date: Fri, 29 Jul 2022 11:16:45 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH] ld: aarch64: Update test linker scripts relocs.ld and relocs-ilp32.ld To: Matthew Malcomson , binutils@sourceware.org Cc: Richard.Earnshaw@arm.com References: <8cb2b1e0-8b89-4aa1-8b03-92dbd57c98f9@AZ-NEU-EX03.Arm.com> From: Nick Clifton In-Reply-To: <8cb2b1e0-8b89-4aa1-8b03-92dbd57c98f9@AZ-NEU-EX03.Arm.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, 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 X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2022 10:16:52 -0000 Hi Matthew, > The updates are to ensure that the .data section exists. This means > that we always have a data section. That means that we don't create a > RWX segment and avoid the corresponding warning. > > We get this warning when testing aarch64-none-elf with -mcmodel=tiny. > N.b. this changes quite a few testcases from fail to pass. > > OK for master? Approved - please apply. (Sorry for the long delay in reviewing this patch). Please also apply to the 2.39 branch. Cheers Nick