]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove a VEC from ppc-linux-nat.c
authorTom Tromey <tom@tromey.com>
Sun, 22 Jul 2018 16:28:23 +0000 (10:28 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 4 May 2019 20:40:55 +0000 (14:40 -0600)
commit5da01df5b5601cae695cee588547fb9ef0967081
tree9c0fd4038774186707ec10f2f40a56449f4b2d45
parentfbdf05a16ec647358e65582721c4ca7dae15e58d
Remove a VEC from ppc-linux-nat.c

This replaces a VEC in ppc-linux-nat.c with a std::vector.

gdb/ChangeLog
2019-05-04  Simon Marchi  <simon.marchi@efficios.com>
    Tom Tromey  <tom@tromey.com>

* ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
(ppc_threads): Now a std::vector.  Now static.
(hwdebug_find_thread_points_by_tid)
(ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
Update.
gdb/ChangeLog
gdb/ppc-linux-nat.c