From: Shahab Vahedi Date: Fri, 4 Dec 2020 15:28:37 +0000 (+0100) Subject: Update gdb/ChangeLog to reflect the PR for a bug fix X-Git-Tag: gdb-10.2-release~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cf1920e40b100237c397a86b6508f7e74a01028;p=thirdparty%2Fbinutils-gdb.git Update gdb/ChangeLog to reflect the PR for a bug fix This is just an update in the gdb/ChangeLog to reflect a newly created PR [27015] for a bugfix commit: abaf3df9 arc: Write correct "eret" value during register collection --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 568e0cdc742..e2bb19d182f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2020-12-04 Shahab Vahedi + PR tdep/27015 * arc-linux-tdep.c (collect_register): Populate "eret" by "pc" value from the regcache when asked for "pc" value.