mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
gdb: remove TYPE_VARARGS
gdb/ChangeLog: * gdbtypes.h (TYPE_VARARGS): Remove, replace all uses with type::has_varargs. Change-Id: Ieea4a64b4bfa4b8be643e68cb403081881133740
This commit is contained in:
@ -2010,7 +2010,7 @@ search_struct_method (const char *name, struct value **arg1p,
|
||||
while (j >= 0)
|
||||
{
|
||||
if (!typecmp (TYPE_FN_FIELD_STATIC_P (f, j),
|
||||
TYPE_VARARGS (TYPE_FN_FIELD_TYPE (f, j)),
|
||||
TYPE_FN_FIELD_TYPE (f, j)->has_varargs (),
|
||||
TYPE_FN_FIELD_TYPE (f, j)->num_fields (),
|
||||
TYPE_FN_FIELD_ARGS (f, j), args))
|
||||
{
|
||||
|
Reference in New Issue
Block a user