aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorShahab Vahedi <shahab@synopsys.com>2020-12-04 16:21:39 +0100
committerShahab Vahedi <shahab@synopsys.com>2020-12-04 16:31:59 +0100
commit10806efd8d18487a22bc2f488772cb16c8cc0b5e (patch)
tree78edf9a52cd2c7a9db945a36b1cdd15c824d17c5 /gdb
parent91f8721328eaab19d0613f6b5377849fe252c9c0 (diff)
downloadgdb-10806efd8d18487a22bc2f488772cb16c8cc0b5e.zip
gdb-10806efd8d18487a22bc2f488772cb16c8cc0b5e.tar.gz
gdb-10806efd8d18487a22bc2f488772cb16c8cc0b5e.tar.bz2
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
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 959e377..921b694 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -668,6 +668,7 @@
2020-11-12 Shahab Vahedi <shahab@synopsys.com>
+ PR tdep/27015
* arc-linux-tdep.c (collect_register): Populate "eret" by
"pc" value from the regcache when asked for "pc" value.