X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fdebug.h;h=d60285d0812ba4d2864cb2f05bee894bd2287921;hb=c2274b2767dba3175e585bd17f9f4a93b56cdc63;hp=8748f0a22dec320000e2f2700d90912bcba32d5e;hpb=796369aa9636aa1a745886abd07f77eeac63762e;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/debug.h b/binutils/debug.h index 8748f0a22d..d60285d081 100644 --- a/binutils/debug.h +++ b/binutils/debug.h @@ -1,5 +1,5 @@ /* debug.h -- Describe generic debugging information. - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright 1995, 1996 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU Binutils. @@ -86,6 +86,8 @@ enum debug_type_kind enum debug_var_kind { + /* Not used. */ + DEBUG_VAR_ILLEGAL, /* A global variable. */ DEBUG_GLOBAL, /* A static variable. */ @@ -102,6 +104,8 @@ enum debug_var_kind enum debug_parm_kind { + /* Not used. */ + DEBUG_PARM_ILLEGAL, /* A stack based parameter. */ DEBUG_PARM_STACK, /* A register parameter. */ @@ -681,7 +685,7 @@ extern debug_method debug_make_method probably constructed by debug_make_method_type. The fourth argument is the visibility. The fifth argument is whether this is a const function. The sixth argument is whether this is a volatile - function. The seventh argument is the offset in the virtual + function. The seventh argument is the index in the virtual function table, if any. The eighth argument is the virtual function context. */