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: SYMBOL_REF_FLAG


On Mon, 2002-02-11 at 18:31, Geoff Keating wrote:
> Generally when SYMBOL_REF_FLAG is already in use, the solution is to
> prepend some character to symbol names, and use STRIP_NAME_ENCODING
> etc. to remove it.  The rs6000 port uses '@' in this fashion, for
> instance.

Oh yeah, I see.  And, in fact, it turns out that there is already a
prefix character that does almost exactly what I want.

Thanks.

p.


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