gdb: remove TYPE_VARARGS
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 14 Sep 2020 15:08:02 +0000 (11:08 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 14 Sep 2020 15:08:02 +0000 (11:08 -0400)
commita409645d13f6cddef4827cf7240c01ec3e09559c
treea446c4702fd973b9e71b1fea594bf3e3aff5a68b
parent1d6286ed048eb1997a0afea0f18cb9eb1789f386
gdb: remove TYPE_VARARGS

gdb/ChangeLog:

* gdbtypes.h (TYPE_VARARGS): Remove, replace all
uses with type::has_varargs.

Change-Id: Ieea4a64b4bfa4b8be643e68cb403081881133740
17 files changed:
gdb/ChangeLog
gdb/arm-tdep.c
gdb/c-typeprint.c
gdb/compile/compile-c-types.c
gdb/compile/compile-cplus-types.c
gdb/dwarf2/read.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/nds32-tdep.c
gdb/or1k-tdep.c
gdb/riscv-tdep.c
gdb/rust-lang.c
gdb/rx-tdep.c
gdb/s390-tdep.c
gdb/sh-tdep.c
gdb/tic6x-tdep.c
gdb/valops.c
This page took 0.027536 seconds and 4 git commands to generate.