Remove a VEC from aarch64-tdep.c
authorTom Tromey <tom@tromey.com>
Tue, 24 Jul 2018 01:51:58 +0000 (19:51 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 4 May 2019 20:40:55 +0000 (14:40 -0600)
commit89055eaa122ceb99ae20bfe10d028da2ca7fee83
tree3035b6dffdee69c10863df8ee719374064cb0150
parent5da01df5b5601cae695cee588547fb9ef0967081
Remove a VEC from aarch64-tdep.c

This removes a VEC from aarch64-tdep.c, replacing it with a
std::vector.

gdb/ChangeLog
2019-05-04  Tom Tromey  <tom@tromey.com>

* aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
(struct aarch64_call_info): Add initializers.
<si>: Now a std::vector.
(pass_on_stack, aarch64_push_dummy_call): Update.
gdb/ChangeLog
gdb/aarch64-tdep.c
This page took 0.029555 seconds and 4 git commands to generate.