]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: remove LA_ITERATE_OVER_SYMBOLS macro
authorAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 14 Aug 2020 14:07:52 +0000 (15:07 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 23 Oct 2020 09:57:14 +0000 (10:57 +0100)
commit4b2f86ef2a3962fdf86b9b0f266ce7180a43a6c8
tree9d3f458680a05d34aa7111c4e7a23afc64c7a33c
parente74b39ded0a18ee3aa1e84580f6856ec40568a07
gdb: remove LA_ITERATE_OVER_SYMBOLS macro

Replace the single use of the LA_ITERATE_OVER_SYMBOLS macro with the
macro's definition, and delete the macro.

There should be no user visible changes after this commit.

gdb/ChangeLog:

* language.h (LA_ITERATE_OVER_SYMBOLS): Delete.
(iterate_over_file_blocks): Replace use of macro with the macros
definition.
gdb/ChangeLog
gdb/language.h
gdb/linespec.c