From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd36.google.com (mail-io1-xd36.google.com [IPv6:2607:f8b0:4864:20::d36]) by sourceware.org (Postfix) with ESMTPS id 0EA1C3858D32 for ; Mon, 17 Oct 2022 16:03:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0EA1C3858D32 Received: by mail-io1-xd36.google.com with SMTP id h203so9457873iof.1 for ; Mon, 17 Oct 2022 09:03:50 -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 :message-id:reply-to; bh=axUMCbXj94hk9Ayhzr9ospLj35y++MqdEAUMiDkdIgY=; b=FgfQ5ZIOTV5/VlthY0OPYx5Kbt0E3+MKkT8tcXGpkQ4jmG810MYqgd98JfMmlKwZ+q 1rgcQotq8mjJ2oJAopGVym/0uP87pXmt2QKMiWVmmxijwC98J08KsSPD1TXUmQuvDfKW 1Vz3N8sgqlo7u5/9fsG7LuluX77eHmT3mHQtJ8B3C1YOcwCzl8haILxeEv4LD4KUsIih /GZY0pBGh+xnKmCacLMBAZKuyXkbelhxW0zau+KmX4L0mk2N3kY0w3sPoHf+CpvTRnDb iQN0Qh/WdW0gLxquAEY3l8b6Q/Sh5A0ckP67G0r9qHHkU1hFVtDUEwrmF+gZFVq0zPdR oMtg== X-Gm-Message-State: ACrzQf3JGtdBidUu42p+xMnT6BZ/Q3zP+GUFWHmzlCZOlOgM7mYWnfla TkFG/JyodEyKrVMcVnVzWX+TAA== X-Google-Smtp-Source: AMsMyM4vIdybN2on45jP7uhRO02ZFX6BomRmfhdmyfV1B6I5EDvWRkQyaC8iYXLHZYUFaHvD9f6gRQ== X-Received: by 2002:a05:6638:dd6:b0:363:f22b:e969 with SMTP id m22-20020a0566380dd600b00363f22be969mr5846744jaj.148.1666022629321; Mon, 17 Oct 2022 09:03:49 -0700 (PDT) Received: from murgatroyd (71-211-181-169.hlrn.qwest.net. [71.211.181.169]) by smtp.gmail.com with ESMTPSA id c2-20020a023b02000000b00363582c03dfsm65102jaa.85.2022.10.17.09.03.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Oct 2022 09:03:48 -0700 (PDT) From: Tom Tromey To: Tom de Vries Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH v2 0/4] Fix .gdb_index with Ada References: <20221014160849.919621-1-tromey@adacore.com> <1c21ebc1-db8b-d348-a858-5adeb16a873c@suse.de> X-Attribution: Tom Date: Mon, 17 Oct 2022 10:03:48 -0600 In-Reply-To: <1c21ebc1-db8b-d348-a858-5adeb16a873c@suse.de> (Tom de Vries's message of "Mon, 17 Oct 2022 06:01:40 +0200") Message-ID: <87edv6l9nf.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-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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: 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: , X-List-Received-Date: Mon, 17 Oct 2022 16:03:53 -0000 Tom> All is looking good apart from the 12.1 regression I found on Tom> Tumbleweed ( https://sourceware.org/bugzilla/show_bug.cgi?id=29694 ), Tom> which this series doesn't fix for me. I'm going to check this series in. That bug seems to be independent, and I am working on a fix. Tom