From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x843.google.com (mail-qt1-x843.google.com [IPv6:2607:f8b0:4864:20::843]) by sourceware.org (Postfix) with ESMTPS id DFB133857C46 for ; Wed, 14 Oct 2020 13:01:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DFB133857C46 Received: by mail-qt1-x843.google.com with SMTP id j62so1009090qtd.0 for ; Wed, 14 Oct 2020 06:01:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=9DtKQCMb8z4oRBzIcihMKiISMae2EoOrn/IMxLw73vk=; b=ZdP9HWJ+PhXTCwSXO3Snq6oaVU3WtyOPuRIu8vqw8SyC2wruibfWEPKzkAVdHQDLYi DeimMJ15OtnAKqzLvZ4nvw2e7WgZmlJkN/mvwZrLncBr1knxlwZn9NIAIXGriOCuxhj7 ZUU2buMQQQ7a6Sw956kFYkaSB4TIkUFhJKlL2k4ZVjVIn1rjHz8uJtKtbiyc4Lp6J6No J12EsQsrk6BPZ6y94qu4Nce7LdGQ6LLp0r//gE97JJtq7dO+e9l3rxoaSgIQV22k5M46 0/t9wepiGVoqU/RIvinBJ0GhxrrX1GEuAn75faCbw3T0uh6D1qD1mfNdsOtiu1pVO9GB YKRA== X-Gm-Message-State: AOAM530T8H1wSRm/dxrdwxkIxLSXyRzO3W7E+7/Igh1VrmDVfYrkO2Qu LzXFXoCaJhQeApuGM0eMiY6Rz3fziJkp4Q== X-Google-Smtp-Source: ABdhPJzRX4hJOxQmh6uPTATg7HJtcD6he75c0PEv9kypYMLS4efmUiuHkvbW2tfTDU34RM6zV1ocqA== X-Received: by 2002:aed:2321:: with SMTP id h30mr623505qtc.213.1602680508235; Wed, 14 Oct 2020 06:01:48 -0700 (PDT) Received: from ?IPv6:2804:7f0:8283:fe4b:d13a:b46f:8d5:26b8? ([2804:7f0:8283:fe4b:d13a:b46f:8d5:26b8]) by smtp.gmail.com with ESMTPSA id d142sm1180339qke.125.2020.10.14.06.01.46 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 14 Oct 2020 06:01:47 -0700 (PDT) Subject: Re: [PATCH 2/6] Use a std::vector in target_section_table To: Tom Tromey Cc: Luis Machado via Gdb-patches References: <20201003193735.2532-1-tom@tromey.com> <20201003193735.2532-3-tom@tromey.com> <87ft6hrhhv.fsf@tromey.com> <875z7dq80k.fsf@tromey.com> From: Luis Machado Message-ID: Date: Wed, 14 Oct 2020 10:01:44 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <875z7dq80k.fsf@tromey.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 14 Oct 2020 13:01:50 -0000 On 10/14/20 9:58 AM, Tom Tromey wrote: > Luis> From seeing the before/after log files, I only noticed differences in > Luis> the values printed. Maybe something is not getting relocated/reloaded > Luis> properly? > > I tried on gcc113 today and couldn't reproduce the bug. I have a Ubuntu 18.04 system with the standard GCC 7.5.0. What OS is gcc113 running?