From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1141) id E69FA386F432; Sun, 17 May 2020 15:59:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E69FA386F432 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joel Brobecker To: gdb-cvs@sourceware.org Subject: [binutils-gdb/gdb-9-branch] gdb/ChangeLog: Add PR number to the latest entry X-Act-Checkin: binutils-gdb X-Git-Author: Joel Brobecker X-Git-Refname: refs/heads/gdb-9-branch X-Git-Oldrev: de9ba0d3c52c422eb48b1d47b69c8117deb1f84e X-Git-Newrev: 9502fa5ea9e01670852466249025bc126de9945c Message-Id: <20200517155918.E69FA386F432@sourceware.org> Date: Sun, 17 May 2020 15:59:18 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2020 15:59:19 -0000 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9502fa5ea9e01670852466249025bc126de9945c commit 9502fa5ea9e01670852466249025bc126de9945c Author: Joel Brobecker Date: Sun May 17 08:57:06 2020 -0700 gdb/ChangeLog: Add PR number to the latest entry This adds the PR number to the following gdb/ChangeLog entry: 2020-05-17 Tom Tromey Pushed by Joel Brobecker PR symtab/26003 * symfile.c (symbol_file_add_separate): Preserve OBJF_MAINLINE. Diff: --- gdb/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index accbb8bd851..10b4f9c5345 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,7 @@ 2020-05-17 Tom Tromey Pushed by Joel Brobecker + PR symtab/26003 * symfile.c (symbol_file_add_separate): Preserve OBJF_MAINLINE. 2020-03-03 Sergio Durigan Junior