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:
Fred Fish
2001-12-09 07:29:46 +00:00
parent f5ef7c67f8
commit 878ac5308a
3 changed files with 12 additions and 4 deletions

View File

@@ -474,10 +474,6 @@ struct field_info
int nfnfields;
};
/* FIXME: Kludge to mark a varargs function type for C++ member function
argument processing. */
#define TYPE_FLAG_VARARGS (1 << 10)
/* Dwarf2 has no clean way to discern C++ static and non-static member
functions. G++ helps GDB by marking the first parameter for non-static
member functions (which is the this pointer) as artificial.