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: PATCH: __nodebug__ attribute for use on SSE intrinsic wrappers


On Fri, Jul 29, 2005 at 02:49:50PM -0400, Daniel Berlin wrote:
> > Now for actual debug info, lets SUBTRACT in stabs world (FSF GCC  
> > still supports stabs) and find a way to ADD info in DWARF.
> 
> Is DW_AT_artificial valid on function dies?
> I believe it is.
> If so, there's your method.

I'd recommend creating a new attribute with whatever semantics we
decide we want, rather than abusing an existing one... but I guess that
depends what semantics we decide that it has.  I guess artificial might
be a good match.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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