diff options
author | Shahab Vahedi <shahab@synopsys.com> | 2020-12-04 16:28:37 +0100 |
---|---|---|
committer | Shahab Vahedi <shahab@synopsys.com> | 2020-12-04 16:28:37 +0100 |
commit | 4cf1920e40b100237c397a86b6508f7e74a01028 (patch) | |
tree | a2b1c2527acb742d8509719930c891ed9f4a94cd | |
parent | abaf3df98b69d66c779ff0896d66fea9cbb67481 (diff) | |
download | gdb-4cf1920e40b100237c397a86b6508f7e74a01028.zip gdb-4cf1920e40b100237c397a86b6508f7e74a01028.tar.gz gdb-4cf1920e40b100237c397a86b6508f7e74a01028.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:
abaf3df9 arc: Write correct "eret" value during register collection
-rw-r--r-- | gdb/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 568e0cd..e2bb19d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2020-12-04 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. |