]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: remove linespec_p typedef
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 20 May 2021 19:57:21 +0000 (15:57 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 20 May 2021 19:57:37 +0000 (15:57 -0400)
commit1487a14ec2bf4e1c412729b6efea211255568bfc
tree802d1b43b30c2a923d38e12bde7a205186eef0f5
parentbb6203bf1db908741de9355a6ae6969324e381d8
gdb: remove linespec_p typedef

I guess this was used with the old VEC implementation, but there is no
reason to have this typedef anymore.

gdb/ChangeLog:

* linespec.c (linespec_p): Remove.  Replace all uses with
"linespec *".

Change-Id: I4cea59ae1cd46985da9c08d3a69686846b1ad028
gdb/ChangeLog
gdb/linespec.c