can't find file to patch at input line 101 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From patchwork Wed Nov 3 16:28:35 2021 |Content-Type: text/plain; charset="utf-8" |MIME-Version: 1.0 |Content-Transfer-Encoding: 7bit |X-Patchwork-Submitter: Florian Weimer |X-Patchwork-Id: 47011 |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 438193858006 | for ; Wed, 3 Nov 2021 16:37:39 +0000 (GMT) |DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 438193858006 |DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; | s=default; t=1635957459; | bh=8OdslCkpqKasIR1zpme9n9qduq4cVAxfQBRjHkRCjZY=; | 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=ydA5lYOlCfypCTFZ7lcb/i2ULjyNx/dcvXF9vwYg8ayNKyzMaQkQnk2Udjlctlqqs | Qc8228h8SqmRaYvkF1plOdEs9FrJbfbD/m81DsV5+ieF1J5NuiKKTe1fjW8Wh6tg3p | pb9BeAw25tZH3NjPOyBST354sJ62qtJME53plAuc= |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 2BD693858439 | for ; Wed, 3 Nov 2021 16:28:41 +0000 (GMT) |DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2BD693858439 |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-236-yx2hi18xOAuJafmGJ-I6Jg-1; Wed, 03 Nov 2021 12:28:39 -0400 |X-MC-Unique: yx2hi18xOAuJafmGJ-I6Jg-1 |Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com | [10.5.11.12]) | (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) | (No client certificate requested) | by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9300E8799EB; | Wed, 3 Nov 2021 16:28:38 +0000 (UTC) |Received: from oldenburg.str.redhat.com (unknown [10.39.192.3]) | by smtp.corp.redhat.com (Postfix) with ESMTPS id 54B6560CC4; | Wed, 3 Nov 2021 16:28:37 +0000 (UTC) |To: gcc-patches@gcc.gnu.org |Subject: [PATCH 1/4] libgcc: Remove tbase member from struct | unw_eh_callback_data |In-Reply-To: |References: |X-From-Line: eb8f3783f4345df6bf08431cac2fe7bb81421898 Mon Sep 17 00:00:00 2001 |Message-Id: | |Date: Wed, 03 Nov 2021 17:28:35 +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.12 |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" | | |It is always a null pointer. | |libgcc/ChangeLog | | * unwind-dw2-fde-dip.c (struct unw_eh_callback_data): Remove | tbase member. | (base_from_cb_data): Adjust. | (_Unwind_IteratePhdrCallback): Likewise. | (_Unwind_Find_FDE): Likewise. |--- | libgcc/unwind-dw2-fde-dip.c | 8 +++----- | 1 file changed, 3 insertions(+), 5 deletions(-) | |diff --git a/libgcc/unwind-dw2-fde-dip.c b/libgcc/unwind-dw2-fde-dip.c |index 5095b6830bf..4a4d990f455 100644 |--- a/libgcc/unwind-dw2-fde-dip.c |+++ b/libgcc/unwind-dw2-fde-dip.c -------------------------- No file to patch. Skipping patch. 5 out of 5 hunks ignored