can't find file to patch at input line 102 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From patchwork Wed Nov 3 16:28:41 2021 |Content-Type: text/plain; charset="utf-8" |MIME-Version: 1.0 |Content-Transfer-Encoding: 7bit |X-Patchwork-Submitter: Florian Weimer |X-Patchwork-Id: 47013 |Return-Path: |X-Original-To: patchwork@sourceware.org |Delivered-To: patchwork@sourceware.org |Received: from server2.sourceware.org (localhost [IPv6:::1]) | by sourceware.org (Postfix) with ESMTP id 2BAFF385841C | for ; Wed, 3 Nov 2021 16:39:18 +0000 (GMT) |DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2BAFF385841C |DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; | s=default; t=1635957558; | bh=YuHMe4z3BFhXdhfe+qXL5Vl2HiGaRCMl72hQuD0FCNg=; | h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe: | List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: | From; | b=K4CClEuZiKkaCy1kvxb+ccmcbWe0ZmpAHDJq9hgl1tmoHRrb2zS+l6gHpLyrELJKQ | R3tlRQdrwF2YADQMEH6mXw2Ylvq2N/zCb3IZQ/fzsjmJ5Z3K5vJKkZD01/cZsqF+cX | uDi0vNfd+7gwNgxf5nggTSeb/HIHWxbjqyencSRg= |X-Original-To: libc-alpha@sourceware.org |Delivered-To: libc-alpha@sourceware.org |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 C2EE43858437 | for ; Wed, 3 Nov 2021 16:28:48 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C2EE43858437 |Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com | [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id | us-mta-582-UjepW000MAeb0S_PNqu98Q-1; Wed, 03 Nov 2021 12:28:46 -0400 |X-MC-Unique: UjepW000MAeb0S_PNqu98Q-1 |Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com | [10.5.11.15]) | (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) | (No client certificate requested) | by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4F7B218125C2; | Wed, 3 Nov 2021 16:28:45 +0000 (UTC) |Received: from oldenburg.str.redhat.com (unknown [10.39.192.3]) | by smtp.corp.redhat.com (Postfix) with ESMTPS id AA96A5F4F5; | Wed, 3 Nov 2021 16:28:43 +0000 (UTC) |To: gcc-patches@gcc.gnu.org |Subject: [PATCH 2/4] libgcc: Remove dbase member from struct | unw_eh_callback_data if NULL |In-Reply-To: |References: |X-From-Line: f885ea5d19633e1281b083d93bb67ca6d18f86c0 Mon Sep 17 00:00:00 2001 |Message-Id: | |Date: Wed, 03 Nov 2021 17:28:41 +0100 |User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |MIME-Version: 1.0 |X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 |X-Mimecast-Spam-Score: 0 |X-Mimecast-Originator: redhat.com |X-Spam-Status: No, score=-12.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, | DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, | RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, | TXREP 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: libc-alpha@sourceware.org |X-Mailman-Version: 2.1.29 |Precedence: list |List-Id: Libc-alpha mailing list |List-Unsubscribe: , | |List-Archive: |List-Post: |List-Help: |List-Subscribe: , | |X-Patchwork-Original-From: Florian Weimer via Libc-alpha | |From: Florian Weimer |Reply-To: Florian Weimer |Cc: Jakub Jelinek , libc-alpha@sourceware.org, | Jason Merrill |Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org |Sender: "Libc-alpha" | | |Only i386 and nios2 need this member at present. | |libgcc/ChangeLog | | * unwind-dw2-fde-dip.c (NEED_DBASE_MEMBER): Define. | (struct unw_eh_callback_data): Make dbase member conditional. | (unw_eh_callback_data_dbase): New function. | (base_from_cb_data): Simplify for the non-dbase case. | (_Unwind_IteratePhdrCallback): Adjust. | (_Unwind_Find_FDE): Likewise. |--- | libgcc/unwind-dw2-fde-dip.c | 46 +++++++++++++++++++++++++++++++------ | 1 file changed, 39 insertions(+), 7 deletions(-) | |diff --git a/libgcc/unwind-dw2-fde-dip.c b/libgcc/unwind-dw2-fde-dip.c |index 4a4d990f455..3f302826d2d 100644 |--- a/libgcc/unwind-dw2-fde-dip.c |+++ b/libgcc/unwind-dw2-fde-dip.c -------------------------- No file to patch. Skipping patch. 9 out of 9 hunks ignored