diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2019-01-10 18:51:11 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2019-04-23 22:50:24 +0100 |
commit | c825904428f7c89a65eeb313b243f65e950a0a19 (patch) | |
tree | a03c2b27d7c6f44c0921cbee9a7d05600ac669c2 /gdb/exceptions.c | |
parent | 27f113c8e9b2361caf3dfcf15437020306bf93b9 (diff) | |
download | gdb-c825904428f7c89a65eeb313b243f65e950a0a19.zip gdb-c825904428f7c89a65eeb313b243f65e950a0a19.tar.gz gdb-c825904428f7c89a65eeb313b243f65e950a0a19.tar.bz2 |
gdb/msp430: Use default gdbarch methods where possible
Make use of the default gdbarch methods for gdbarch_dummy_id,
gdbarch_unwind_pc, and 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:
* msp430-tdep.c (msp430_unwind_pc): Delete.
(msp430_unwind_sp): Delete.
(msp430_dummy_id): Delete.
(msp430_gdbarch_init): Don't register deleted functions with
gdbarch.
Diffstat (limited to 'gdb/exceptions.c')
0 files changed, 0 insertions, 0 deletions