From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 6wSUJDoJKmP6Rz0AWB0awg (envelope-from ) for ; Tue, 20 Sep 2022 14:40:58 -0400 Received: by simark.ca (Postfix, from userid 112) id 891741E112; Tue, 20 Sep 2022 14:40:58 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=TFLj2Rn2; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 3C9D71E07B for ; Tue, 20 Sep 2022 14:40:58 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 527EF385840F for ; Tue, 20 Sep 2022 18:40:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 527EF385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1663699255; bh=9gEiycxUH2/Z63kLoG2ETtfiXGlxHxGngplhYs5OWNU=; h=To:Subject:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=TFLj2Rn2zwwDBIAfIH+YxLXZ+mJcqW8pA7AZol83abbgEPE82t8qnnBIqTql7mj+T RdTdR0SO3QpvBZzkhsSFe+NNoeonIkG6eSfiO2JFHLYJNKFm6ipCZ9ky1U+GrNuopE oNcxTJKNsa3rBGUSKHwGlLkONcEwhd0tamQ/Hk9Q= Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) by sourceware.org (Postfix) with ESMTPS id DEA3C3858C55 for ; Tue, 20 Sep 2022 18:40:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DEA3C3858C55 Received: by mail-qk1-x736.google.com with SMTP id s9so2312214qkg.4 for ; Tue, 20 Sep 2022 11:40:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date; bh=9gEiycxUH2/Z63kLoG2ETtfiXGlxHxGngplhYs5OWNU=; b=m9sOxG6y8ay+Ok6b9P0EOYXIaEZW+AP/Jtvyiu7C4vamtFRWB3odpASbloFMZ3zjGJ wQGWZ+SxeGQOGYIMvho9r/7PwOXsOSVvO7V7RohcHINSyBqaHHFlCk6R+3E++9RzgjOp tE0BZrD4bmyjP8Dp9il2IBlggqNWcx6hLoZHQInSGdx68p7JbIaXrgucLqtQNdi0yhTa Yc1HPN4OYnjB2drVaCu04d+0pWXSbHN03iqu0agF9IkMfGK3jjtRS2eVtndUMmMoJRmC /mxx6mlB45USbYS5+iKJe6IBw5Ypc1baDrxIUdQA5Ig1jrzSsl0FdApVZVOyqRAKTSNA iH3w== X-Gm-Message-State: ACrzQf1Z6JRnKWWCOW5XtKk9q2Fiem3BET7N7BkBljy4noX0MDM2YPkW HqJqaJgu7pHRHDch5QxLeOfH8zAIJCTv8w== X-Google-Smtp-Source: AMsMyM4fpoU1o2+akkZ3zgS8Ws2vIPe1jtQwVOSnHWzzw9aUbKExUg2uJWe//LfVM3mY4z1l74v8yw== X-Received: by 2002:a05:620a:2a0d:b0:6b6:6c75:f050 with SMTP id o13-20020a05620a2a0d00b006b66c75f050mr17683710qkp.199.1663699234738; Tue, 20 Sep 2022 11:40:34 -0700 (PDT) Received: from murgatroyd (71-211-160-49.hlrn.qwest.net. [71.211.160.49]) by smtp.gmail.com with ESMTPSA id gd10-20020a05622a5c0a00b00343057845f7sm253778qtb.20.2022.09.20.11.40.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Sep 2022 11:40:34 -0700 (PDT) To: Tom Tromey via Gdb-patches Subject: Re: [PATCH 0/3] Clean up solib_ops References: <20220808192801.260256-1-tromey@adacore.com> X-Attribution: Tom Date: Tue, 20 Sep 2022 12:40:33 -0600 In-Reply-To: <20220808192801.260256-1-tromey@adacore.com> (Tom Tromey via Gdb-patches's message of "Mon, 8 Aug 2022 13:27:58 -0600") Message-ID: <87v8ph6g9q.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Tom Tromey via Gdb-patches Reply-To: Tom Tromey Cc: Tom Tromey Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" >>>>> "Tom" == Tom Tromey via Gdb-patches writes: Tom> While working on the recent regression fix, I found a few ways to Tom> clean up solib_ops. Regression tested on x86-64 Fedora 34. I've rebased these and re-tested them. I'm checking them in now. Tom