From: Joel Brobecker Date: Sun, 17 May 2020 15:57:06 +0000 (-0700) Subject: gdb/ChangeLog: Add PR number to the latest entry X-Git-Tag: gdb-9.2-release~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9502fa5ea9e01670852466249025bc126de9945c;p=thirdparty%2Fbinutils-gdb.git 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 --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