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] DW_AT_APPLE_* DWARF extensions.


On Fri, Nov 14, 2014 at 03:48:22PM +0100, Andrew Burgess wrote:
> * Jakub Jelinek <jakub@redhat.com> [2014-11-13 14:13:42 +0100]:
> 
> > On Thu, Nov 13, 2014 at 01:21:21PM +0100, Andrew Burgess wrote:
> > > I had a look around and couldn't find anything helpful.  The best I
> > > can offer would be the current path within the llvm source code where
> > > these are defined.  Would that be sufficient?
> >
> > That is not useful.  The point is not to suggest where those constants come
> > from but what they mean, see e.g. the
> > http://www.dwarfstd.org/ShowIssue.php?issue=100909.2&type=open
> > http://gcc.gnu.org/wiki/TemplateParmsDwarf
> > etc. links that describe what the extensions do.
> > If LLVM doesn't have any documentation of their extensions, then just
> > /* Apple extensions.  */
> > is good enough.
> 
> I agree, hence my comment about not finding anything useful :)
> 
> I've look again, and still can't find anything suitable, so could we
> go with just "/* Apple extensions.  */" then?
> 
> Patch & Changelog below.

Applied.

	Jakub


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