This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Question for debug_binfo function


> Date: Tue, 08 Dec 1998 17:42:07 -0200
> From: Antonio Mendes de Oliveira Neto <anmendes@splicenet.com.br>

> Making a research to discover in that function had a call for the
> function debug_binfo (I file cp/tree.c), I discovered that any point
> doesn't exist in the code source of the egcs-1.1.1 that calls the
> function. Is she an obsolete function or without use that was not
> still removed?

Any function of the name debug_* is used for debugging the tools under
gdb, and provide entry points useful for such debugging.  debug_rtx is
another favorite example (also more popular).

We don't want to remove them from egcs.  However, it one wanted to say
20 bytes, one could remove them safely from their own releases.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]