From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2a.google.com (mail-oa1-x2a.google.com [IPv6:2001:4860:4864:20::2a]) by sourceware.org (Postfix) with ESMTPS id 99A4F3858C83 for ; Wed, 11 Jan 2023 19:49:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 99A4F3858C83 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-oa1-x2a.google.com with SMTP id 586e51a60fabf-14455716674so16682809fac.7 for ; Wed, 11 Jan 2023 11:49:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:message-id:date:in-reply-to:subject:cc:to:from :user-agent:references:from:to:cc:subject:date:message-id:reply-to; bh=IpnOmghPYqQNU1yBh38dCirPzpHwH3m8B1MDQ3S17x8=; b=IGQK3zDiWHm7hNcq8T0O3KRxg0ldpRA/6Z5QgpF/97tKuBvUho1D/6gL5YXr6TOMrq 1TjceUkSmcxKcGVj6heX/mB8YMwZ5yUR4bZoXcBMSBA3hwiKW17EJocvQY4c+J+hX+/m deTG91lShWfK39V9Fskdwwy5s5uOlw9EolJ1Vg2GE3u/G4NpyI3xMgpRIHKjJc25+Ng1 5cG15WNlOodPr7labjWVXuj/Bu4XyS8unPdpGDgSjV9vVB4leiqX2OGj1VEuWdo8g8Pg 6DaUf8Caq3doFsGqcRPS5y4thvln/80GEOgKfuj7OWq8qLU7j8E5wxZsR8Mu+QaNECgj 9DqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:message-id:date:in-reply-to:subject:cc:to:from :user-agent:references:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=IpnOmghPYqQNU1yBh38dCirPzpHwH3m8B1MDQ3S17x8=; b=2FwGU5rfMz5luX86dVVT1pij4IxBmTflmEt9NvQb0wBqRMfy2GcosLWfYl0W0eqhzr oRBHODJ2XpV9n4JMBtv7OUq5K1JRY9lYLok3JBy6+JBg124CuV35bx5r80PzmRoLzcer 4e4eYOb95KwXajocLxRonMxFyo+IiduUAvcpWoafx9SH+mxCuz0d46A1teBginkGxqsf wntOWQPcSnUGFejsjmkzRVQUHAMMTFFIOb9QxMCjJmYN5MhB0VEOgpEe9AY9GjLvoSJe z0ZXC0WbqqYwX4sWEXB+Efpg1exDnjaJWO+QEG/iNL96ElxhzVbJD1qmKO9r4+FZVZCW 46uw== X-Gm-Message-State: AFqh2koGNqg8XB0tRFJtE8Qq/MRtbXTlbB4/FFRWuDWFUwn7+yg3SjCs AwraYd2em5v2UqS45zDK0UIY/TNxkx5ab4GO X-Google-Smtp-Source: AMrXdXvNqn10o3w5531Dy0La+FM7QpdHBWTyts5+9NRyEptJIwDB6jRuoZ2jsYKqh2VrkR5em5xcfA== X-Received: by 2002:a05:6870:9d8c:b0:15b:9ab9:75f7 with SMTP id pv12-20020a0568709d8c00b0015b9ab975f7mr4257282oab.34.1673466578948; Wed, 11 Jan 2023 11:49:38 -0800 (PST) Received: from localhost ([2804:14d:7e39:8470:8ed0:c23:cc24:2826]) by smtp.gmail.com with ESMTPSA id s18-20020a056870611200b0014c7958c55bsm7833442oae.42.2023.01.11.11.49.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Jan 2023 11:49:38 -0800 (PST) References: <20230111174501.3699871-1-thiago.bauermann@linaro.org> <4b9887bf-3279-2ca4-1589-bf9d4036dfb7@simark.ca> User-agent: mu4e 1.8.13; emacs 28.2 From: Thiago Jung Bauermann To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] gdb: Update gdbarch.py with latest changes in gdbarch.c In-reply-to: <4b9887bf-3279-2ca4-1589-bf9d4036dfb7@simark.ca> Date: Wed, 11 Jan 2023 19:49:35 +0000 Message-ID: <87v8lcdf74.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.1 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 List-Id: Hello Simon, Simon Marchi writes: > On 1/11/23 12:45, Thiago Jung Bauermann via Gdb-patches wrote: >> Commit 2b16913cdca2 ("gdb: make gdbarch_alloc take ownership of the tdep") >> changed gdbarch.c without updating gdbarch.py. As a result, running >> gdbarch.py reverts those changes and causes the build to fail. >> >> So change gdbarch.py to generate the current version of gdbarch.c. > > Heh, how silly of me. This is ok, thanks for fixing: > > Approved-By: Simon Marchi Thank you for the quick review! Pushed. -- Thiago