From: Shahab Vahedi Date: Fri, 4 Dec 2020 15:21:39 +0000 (+0100) Subject: Update gdb/ChangeLog to reflect the PR for a bug fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10806efd8d18487a22bc2f488772cb16c8cc0b5e;p=binutils-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: 10c19fad arc: Write correct "eret" value during register collection --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 959e377888b..921b694c627 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -668,6 +668,7 @@ 2020-11-12 Shahab Vahedi + PR tdep/27015 * arc-linux-tdep.c (collect_register): Populate "eret" by "pc" value from the regcache when asked for "pc" value.