]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: remove TYPE_PROTOTYPED
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 14 Sep 2020 15:08:01 +0000 (11:08 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 14 Sep 2020 15:08:01 +0000 (11:08 -0400)
commit7f9f399b34b7e2278eb1e8d6b7653e2b38070c55
tree57d5f65b7f0d6877964243ce07f9779bda95a7b0
parent27e69b7aedcfee8af8fc6ee4f2e99aca2d41daca
gdb: remove TYPE_PROTOTYPED

gdb/ChangeLog:

* gdbtypes.h (TYPE_PROTOTYPED): Remove, replace all
uses with type::is_prototyped.

Change-Id: Ic96b19c24ce5afcd7e1302a75c39909767e4d885
gdb/ChangeLog
gdb/c-typeprint.c
gdb/compile/compile-c-types.c
gdb/f-typeprint.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/infcall.c
gdb/rx-tdep.c