From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2f.google.com (mail-oa1-x2f.google.com [IPv6:2001:4860:4864:20::2f]) by sourceware.org (Postfix) with ESMTPS id E594E385840F for ; Wed, 5 Apr 2023 20:33:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E594E385840F 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-x2f.google.com with SMTP id 586e51a60fabf-17aeb49429eso39960804fac.6 for ; Wed, 05 Apr 2023 13:33:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1680726780; x=1683318780; h=content-transfer-encoding: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=/Ejps8hMEdGp77glu7+KDSRId27L11A8CPxdXPAURig=; b=uD+XZvBEkP0PZczg4EN6MKXQueetKEiM4exzjzUV8ebHXcZZhytsrWM/TGzt7vRUMj B5vv8Xxdvav8aeL+gyuWVZGF6Km/y0IYvj12jLwE2d4FbXQ6Be63LPjdJjRhlM+dRN4l Iy7sySg1pPk+SexHWvJv4uefHyz5fMoQmUXUL8mSjYW+T4nMMoLIUZt/yRs8FmilV6Dy MPBzbupzoot2GK0W1bFgB1dhMtZ+zdkdtD0J7m2L0wVWBxvOndgBeltMaSv2R0URPxy9 vCpCFOiuZN3yuGPqrEVljgNaXlOtRQzeMv2DqL0HMhSzyT4n6EoBymSdMMIOZHc5NeQY robA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680726780; x=1683318780; h=content-transfer-encoding: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=/Ejps8hMEdGp77glu7+KDSRId27L11A8CPxdXPAURig=; b=n2gJufuQRbpJ6acbJ/k/M2NGzgIBkeyVOg8MGopCSUc07zimmt4yHO2ofRC6phyV0E 0mynCFfiOl08HzNJnobwyFCyJqu7yD/T4hh1JydNzl3PRCPUs+l38zNwZSso0bViksHO 9Lvtt/AgDE3bx0JRwEn+TeHuJXwvZuGHUpCBLZ+V/Dk0uToN1dseM2BsAmdZuUjewEHT xDOZlcZ6uzKbF/29SI6TVzw2aqc0Tq0ikMP2EnmGOParSjIwe0BbrP4XwckfAruXj4TC thgCjnbvbAR+eTb020AA5DCO0jvdNLxD2p3d25u+bcnXRj+kkSymELzpA2Ioy+R7uD9V asIA== X-Gm-Message-State: AAQBX9e6m8u7M73dG/0oWPGLDiiWvGQUcO2TmfiwC5T3rOcOh52za2+5 5otRrtZdkh8+1XAwW/M9t1DmXOtYKiJ7VqryQag= X-Google-Smtp-Source: AKy350YPwbZedjojBdEzJwraIuV96A6KY8XcxgyYTqcpMikp6vccf5xdsyNLMpLH/iTUD9DtwSqzYg== X-Received: by 2002:a05:6870:1f93:b0:17e:5b2c:fd3f with SMTP id go19-20020a0568701f9300b0017e5b2cfd3fmr4416223oac.39.1680726780014; Wed, 05 Apr 2023 13:33:00 -0700 (PDT) Received: from localhost ([2804:14d:7e39:8470:51:d0b4:ce8a:a899]) by smtp.gmail.com with ESMTPSA id l11-20020a056870218b00b001777244e3f9sm6440212oae.8.2023.04.05.13.32.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Apr 2023 13:32:59 -0700 (PDT) References: <20230404175915.288558-1-thiago.bauermann@linaro.org> <87r0sza47p.fsf@tromey.com> User-agent: mu4e 1.10.0; emacs 28.2 From: Thiago Jung Bauermann To: Tom Tromey Cc: Thiago Jung Bauermann via Gdb-patches Subject: Re: [PATCH 0/2] Fix regression in stabs debug info In-reply-to: <87r0sza47p.fsf@tromey.com> Date: Wed, 05 Apr 2023 20:32:57 +0000 Message-ID: <871qkykr2e.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-4.3 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: Tom Tromey writes: >>>>>> "Thiago" =3D=3D Thiago Jung Bauermann via Gdb-patches > writes: > > Thiago> This fixes the regression I reported last week=C2=B9. It turned o= ut to be a > Thiago> simple change. > > Thiago> One thing that surprised my was that the testcase used the stabs = debug > Thiago> format. I don't think it's a good format to use anymore, so there= 's an > Thiago> additional patch to change the testcase to let the assembler choo= se the > Thiago> preferred debug format. > > Thank you. These are ok. > > Reviewed-By: Tom Tromey Pushed. Thanks! --=20 Thiago