]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
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:29:21 +0000 (13:29 -0600)
commitac4f58d797780e305ba7be2c5d7efa8abf45fb74
tree833553c2bd049b3e27fb786e0d04af2a075d1ea4
parent87fdd90295a03c3d10fe2f1d20073f675c14f138
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.

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