bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'as' bug


From: Alan Modra
Subject: Re: 'as' bug
Date: Sat, 21 Feb 2004 00:03:23 +1030
User-agent: Mutt/1.4i

On Thu, Feb 19, 2004 at 11:42:41PM -0500, Douglas Katzman wrote:
> The C variable "pglTexCoordPointer" is missing from the output of the
> stabs-ified version.

This is a rather odd sort of bug.  I can't see anything special about
the symbol you say is missing.  If this one were missing, then so
should many other symbols.  I suspect that we have a wild pointer
somewhere trashing the symbol table, or something like that.  What
happens if you substitute a different name for pglTexCoordPointer
throughout the file?

Incidentally, current mainline gas does not exhibit the problem.

$ ~/build/gas/x86/gas/as-new main_g.s
$ nm a.out | grep pglTexC
00000004 C pglTexCoord2f
00000004 C pglTexCoord2fv
00000004 C pglTexCoordPointer

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre




reply via email to

[Prev in Thread] Current Thread [Next in Thread]