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]
Other format: [Raw text]

Re: why no gcc3_compiled symbol


On Wed, Jul 31, 2002 at 03:23:07PM -0400, Jack Howarth wrote:
> ...what I was actually wondering was if anyone knew the original
> intent of the gcc2_compiled symbol?  Was its presence intended to
> keep object files from being empty of symbols or was there some
> other reason for it?

Its purpose was to indicate to GDB that an object file had been
compiled by GCC 2 as opposed to some other compiler.  It turned
out that GDB did not need this information, and the presence of
the symbol caused other problems, so we removed it.

zw


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