From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x235.google.com (mail-oi1-x235.google.com [IPv6:2607:f8b0:4864:20::235]) by sourceware.org (Postfix) with ESMTPS id 5C92538A8169 for ; Mon, 5 Dec 2022 14:05:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5C92538A8169 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-oi1-x235.google.com with SMTP id v70so4735527oie.3 for ; Mon, 05 Dec 2022 06:05:25 -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=z0uwCvYC/f1grevfvfrVRSIecXePSGWBJY5f7DRRtXs=; b=XZ9fYncr2KO2Hs7UjqkXsi46EuErlBU9O1JU+xrSbW9GzHpI9Yfs/6cFxZ2y3C8MV+ EFo99mdEwwM1VPCer4wHb05M+DA9ucTPHbgyjMj6q6QQd7/qR9iRQTFbmPaTamsB9KNC oN4XE/Ub7T7ACDALQ3jVGiXQy1zx/xgz7L7W81ht3A7JOunP2IUZJwgVj8aWiqi9Zb6U Svpw5OIv9gHaxI1juAJz2eSvrHwD+emWZZM/UNsw1FUelu/Pu7pvam/QNxHQfmRKlt9w S+WQ1/rQjmgxmF2+bCi0PjGRJ+0S7ZFwkiwNn7g8WseQiqBvW/a/xbtRmYAS6ZuWoXnd QnAg== 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=z0uwCvYC/f1grevfvfrVRSIecXePSGWBJY5f7DRRtXs=; b=m9MnY0Q3LuRCl1hSYX25HWKtPn9RByEdfmbYImVWIYsY17B9n62ZTlvBt6XOtgSROO Bvg2BLL1nh4NjrkLcDdU74BB0Dq+WW5b9z4N2z3q3qAMzM86WTW9DTqTPbxRv12JzDSX M3FkhAxz5o0nzl0I4kRklHDbZR6zLZymKpx6sqMhk/1VbH48KPwqXfLsRXNioE2mM5C3 lb3rI35zfvW8UMIVe1IKNTa3WfliT/JCrCySLgVDd4HaqxxJKDEV40Oh1XDYhIHcwQKZ UfZhAzs44jwEqL3LA344RdcHNhIjXNR5EvtYiTlCjoXVrMajneOB11RaTCdlhp+XHFkN Wyrw== X-Gm-Message-State: ANoB5pnY0N9NiDvGHzvYDpwQPpc/HdXIO85N6v+4D6gtAUGAQvI080Sh HtNV4RORyHOF/U+qlrPY86MF/62HZj8WYbTH X-Google-Smtp-Source: AA0mqf4WP2eoUw9kcMYfGPq7SslquxdtputQ5L4qt/uqGUnjYKmT1KBjsFuPTOOuHI2RWFPhSAlpsg== X-Received: by 2002:a05:6808:2082:b0:35b:8660:13f6 with SMTP id s2-20020a056808208200b0035b866013f6mr26340068oiw.70.1670249124560; Mon, 05 Dec 2022 06:05:24 -0800 (PST) Received: from localhost ([2804:14d:7e39:8470:73de:6f3c:e63f:58df]) by smtp.gmail.com with ESMTPSA id y39-20020a05687045a700b0014435b51ef7sm6182706oao.30.2022.12.05.06.05.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Dec 2022 06:05:24 -0800 (PST) References: <20221202192200.405379-1-thiago.bauermann@linaro.org> <2a5a1a46-66b9-5469-6814-12fee5441b5f@simark.ca> User-agent: mu4e 1.8.11; emacs 28.2 From: Thiago Jung Bauermann To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 0/2] Fix tab vs spaces in generated gdbarch.c In-reply-to: <2a5a1a46-66b9-5469-6814-12fee5441b5f@simark.ca> Date: Mon, 05 Dec 2022 14:05:21 +0000 Message-ID: <87edte54ke.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.5 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: Simon Marchi writes: > On 12/2/22 14:21, Thiago Jung Bauermann via Gdb-patches wrote: >> >> Thiago Jung Bauermann (2): >> gdbarch.py: Fix indentation in the generated gdbarch_dump function >> gdbarch.py: Fix indentation in the generated set_gdbarch_* definitions >> >> gdb/gdbarch.c | 1502 ++++++++++++++++++++++++------------------------ >> gdb/gdbarch.py | 41 +- >> 2 files changed, 773 insertions(+), 770 deletions(-) >> >> >> base-commit: 55fc1623f942fba10362cb199f9356d75ca5835b > > Thanks: > > Approved-By: Simon Marchi Thank you! I just pushed these patches. -- Thiago