aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2019-01-10 20:36:34 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2019-04-23 23:06:54 +0100
commitb614e6f3f820fe08d407b57821456f672d4d1a6f (patch)
tree9df6d6305f9013987ab81bd21dc88be53549007c /gdb/ChangeLog
parent14faed38e730e3ab2a1aa8d5232b4883638fd857 (diff)
downloadgdb-b614e6f3f820fe08d407b57821456f672d4d1a6f.zip
gdb-b614e6f3f820fe08d407b57821456f672d4d1a6f.tar.gz
gdb-b614e6f3f820fe08d407b57821456f672d4d1a6f.tar.bz2
gdb/rl78: Use default gdbarch methods where possible
Make use of the default gdbarch method gdbarch_unwind_sp where possible. I have not tested this change but, by inspecting the code, I believe the default methods are equivalent to the code being deleted. gdb/ChangeLog: * rl78-tdep.c (rl78_unwind_sp): Delete. (rl78_gdbarch_init): Don't register deleted function with gdbarch.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3038ab6..94f1998 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
+ * rl78-tdep.c (rl78_unwind_sp): Delete.
+ (rl78_gdbarch_init): Don't register deleted function with gdbarch.
+
+2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
+
* xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
(xstormy16_unwind_pc): Delete.
(xstormy16_dummy_id): Delete.