X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fdebug.h;h=d60285d0812ba4d2864cb2f05bee894bd2287921;hb=c2274b2767dba3175e585bd17f9f4a93b56cdc63;hp=05c450bbc89e4f1f8781fdffe7c14e1d42ef2be8;hpb=35aa91b97d1b00baea762e2a239bdc5386af0a0e;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/debug.h b/binutils/debug.h index 05c450bbc8..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. */ @@ -432,10 +436,6 @@ extern PTR debug_init PARAMS ((void)); extern boolean debug_set_filename PARAMS ((PTR, const char *)); -/* Append a string to the source filename. */ - -extern boolean debug_append_filename PARAMS ((PTR, const char *)); - /* Change source files to the given file name. This is used for include files in a single compilation unit. */ @@ -685,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. */