This is the mail archive of the gcc-patches@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: Annotations for SYMBOL_REF


> Cc: gcc-patches at gcc dot gnu dot org
> Date: Sat, 12 Apr 2003 00:46:56 -0400
> From: David Edelsohn <dje at watson dot ibm dot com>

> 	The new fields in a SYMBOL_REF appear to have broken bootstrap on
> AIX because the rs6000 hash function does not expect type '0'.  The
> appended patch allows me to proceed -- I am ignoring them with respect to
> the hash.  Is this the correct approach?

Yes, that should work.  The hash needs uniqueness only of the value of
the SYMBOL_REF, which depends only on the actual name of the symbol.


-- 
- Geoffrey Keating <geoffk at geoffk dot org>


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