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: xfail gcc.dg test


> Cc: Richard Henderson <rth@redhat.com>, gcc@gcc.gnu.org
> Date: Fri, 04 Oct 2002 11:10:47 -0400
> From: David Edelsohn <dje@watson.ibm.com>
> X-OriginalArrivalTime: 04 Oct 2002 15:10:49.0788 (UTC) FILETIME=[39375FC0:01C26BB8]
> 
> >>>>> Geoff Keating writes:
> 
> Geoff> I believe the problem is that if you have a function named "text",
> Geoff> then the symbols for that function are "text" and ".text", which
> Geoff> causes trouble.  Is it too late to change the second symbol to, say,
> Geoff> "_.text"?
> 
> 	Or maybe just "text" and "_text".

I thought of that, but that makes it hard to implement both 'exit' and
'_exit'.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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