gdb/vax: Use default gdbarch methods where possible
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 10 Jan 2019 20:30:32 +0000 (20:30 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 23 Apr 2019 22:06:54 +0000 (23:06 +0100)
commit541aad8ac923fa2d4a9d35fdf82b487b9f6e0ea8
treedc6e8e50a7e3bf444c0c6cc6516e3eacf57c5a62
parent29222070e410d441108895fcc3011f576bd05461
gdb/vax: Use default gdbarch methods where possible

Make use of the default gdbarch method gdbarch_unwind_pc 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:

* vax-tdep.c (vax_unwind_pc): Delete.
(vax_gdbarch_init): Don't register deleted function with gdbarch.
gdb/ChangeLog
gdb/vax-tdep.c