Fix ravenscar-thread.c to use arch_ops
authorTom Tromey <tom@tromey.com>
Sun, 8 Jul 2018 18:17:51 +0000 (12:17 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 22 Jul 2018 19:20:04 +0000 (13:20 -0600)
commit494f80a9321dccb939bf39afed66649702b563fe
treec026aa8cfa18eb74c25eedd1f5004ab5f2d28702
parentc51f6a54c28aaf2039f95553ff897338475fe8bf
Fix ravenscar-thread.c to use arch_ops

The change to turn target ops into methods accidentally introduced a
bug in ravenscar-thread.c, changing some calls that were using
"arch_ops" to use the target beneath.

This patch changes ravenscar-thread.c to use these variables where
appropriate.

gdb/ChangeLog
2018-07-22  Tom Tromey  <tom@tromey.com>

* ravenscar-thread.c (ravenscar_thread_target::store_registers):
Use arch_ops.
(ravenscar_thread_target::prepare_to_store): Likewise.
gdb/ChangeLog
gdb/ravenscar-thread.c