From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1036.google.com (mail-pj1-x1036.google.com [IPv6:2607:f8b0:4864:20::1036]) by sourceware.org (Postfix) with ESMTPS id 650EA3858C53 for ; Wed, 4 May 2022 02:29:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 650EA3858C53 Received: by mail-pj1-x1036.google.com with SMTP id z5-20020a17090a468500b001d2bc2743c4so107527pjf.0 for ; Tue, 03 May 2022 19:29:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=XZPiI+1FffihkTWQYSMaLinHuc6HpN96/37mLSaAa6U=; b=YQROmIuKl/TzK7M37ZJJ1r3HlydLcY0d4CN/sN+S4Vue7ktwaESdauNANNc/O5BZBj NkiT+j6yYqBzg8V9p6ksE8+wj3zDVk0/IRERXUiPlg3ZEoD53+bRseUcZ5A9v7Uwh9NF S5jCUxoG/C2KcGnIs/awLYcAUZ0ZHAqVptYcd77318VMAxPuJLUlqgU0CFZhvNKukd/c 7Gfg6SicWQRZFEFqQyJIRWrHGxKLVDKmuE/X6+krrlI4PEyPl0AZVpBXYdKUOc/V7z+H GM6TZXPqo+/QzHCyjRtzHZM0ceeENW3XZyLB5mmDjG/2lceFxt6PNm5AfyTHxez5b+IR 7OkA== X-Gm-Message-State: AOAM5322jlwhwPt0dbZS8mFzb2akwZpi7GzHDqfR93QO5Gr+819e2TLQ 3tgM7fEzT6kFt2PShH/UmyM= X-Google-Smtp-Source: ABdhPJzLhO03cKTw3MDNvfFAK296F8NFHGuDaxTi+CZGzjmbTcVkJmqVdFFGBCidZJ+3taUDGMSAQw== X-Received: by 2002:a17:90b:3812:b0:1dc:8502:2479 with SMTP id mq18-20020a17090b381200b001dc85022479mr5849698pjb.97.1651631382462; Tue, 03 May 2022 19:29:42 -0700 (PDT) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:2c5f:b8c8:4f02:4016]) by smtp.gmail.com with ESMTPSA id d25-20020aa78699000000b0050dc7628140sm6958039pfo.26.2022.05.03.19.29.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 May 2022 19:29:41 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id D5E4B1140295; Wed, 4 May 2022 11:59:38 +0930 (ACST) Date: Wed, 4 May 2022 11:59:38 +0930 From: Alan Modra To: Ilya Leoshkevich Cc: Andreas Krebbel , Nick Clifton , binutils@sourceware.org Subject: Re: [PATCH] IBM zSystems: Accept (. - 0x100000000) PCRel32 operands Message-ID: References: <20220503104858.1662222-1-iii@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220503104858.1662222-1-iii@linux.ibm.com> X-Spam-Status: No, score=-3029.2 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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Wed, 04 May 2022 02:29:44 -0000 On Tue, May 03, 2022 at 12:48:58PM +0200, Ilya Leoshkevich wrote: > Fix the second problem by introducing fx_shift and setting it in the > s390 backend. I think you could do without fx_shift by arithmetic shifting *valP right by one for relevant fixups in the s390 md_apply_fix. -- Alan Modra Australia Development Lab, IBM