mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 02:50:49 +08:00
Approved by Jim Blandy:
2001-12-08 Fred Fish <fnf@redhat.com> * dwarf2read.c (TYPE_FLAG_VARARGS): Remove from here. * gdbtypes.h (TYPE_FLAG_VARARGS): Add here and change value to not collide with other flag bits.
This commit is contained in:
@ -228,6 +228,12 @@ enum type_code
|
||||
#define TYPE_FLAG_CODE_SPACE (1 << 9)
|
||||
#define TYPE_FLAG_DATA_SPACE (1 << 10)
|
||||
|
||||
/* FIXME: Kludge to mark a varargs function type for C++ member
|
||||
function argument processing. Currently only used in dwarf2read.c,
|
||||
but put it here so we won't accidentally overload the bit with
|
||||
another flag. */
|
||||
|
||||
#define TYPE_FLAG_VARARGS (1 << 11)
|
||||
|
||||
struct type
|
||||
{
|
||||
|
Reference in New Issue
Block a user