]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: remove LA_PRINT_TYPEDEF macro
authorAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 14 Aug 2020 13:52:26 +0000 (14:52 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 23 Oct 2020 09:57:14 +0000 (10:57 +0100)
commitd3b67c56fa2ec8fd3664e0d9bf6648f4dd4222d8
tree0f4c9ee72cb1135047de34b685088a3a06e8f5b4
parent790e2a12487890559d692d60bdaefaef9b9b45b1
gdb: remove LA_PRINT_TYPEDEF macro

Remove the LA_PRINT_TYPEDEF macro, replace the single use with the
macros definition.

There should be no user visible changes after this commit.

gdb/ChangeLog:

* language.h (LA_PRINT_TYPEDEF): Delete.
* typeprint.c (typedef_print): Call print_typedef directly on the
current_language object.
gdb/ChangeLog
gdb/language.h
gdb/typeprint.c