]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Use a previously unused variable in bfin-tdep.c
authorTom Tromey <tom@tromey.com>
Sun, 8 Jul 2018 18:16:00 +0000 (12:16 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 22 Jul 2018 19:20:02 +0000 (13:20 -0600)
commit996d693a07973411897103a36e89bccee6c94479
tree8c58eed58609b13b25b87ac2071d691ff47a15e6
parent157663703656814c751998747faadf41711e51ec
Use a previously unused variable in bfin-tdep.c

This changes bfin_push_dummy_call to use the result of check_typedef.
Calling check_typedef for effect was probably ok as well, but this
seemed a little nicer.

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

* bfin-tdep.c (bfin_push_dummy_call): Use arg_type, not
value_type.
gdb/ChangeLog
gdb/bfin-tdep.c