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] Use libbacktrace as libsanitizer's symbolizer


On Tue, Nov 19, 2013 at 06:43:07AM -0800, Ian Lance Taylor wrote:
> > 2013-11-19  Jakub Jelinek  <jakub@redhat.com>
> >
> >         * backtrace.h (backtrace_syminfo_callback): Add symsize argument.
> >         * elf.c (elf_syminfo): Pass 0 or sym->size to the callback as
> >         last argument.
> >         * btest.c (struct symdata): Add size field.
> >         (callback_three): Add symsize argument.  Copy it to the data->size
> >         field.
> >         (f23): Set symdata.size to 0.
> >         (test5): Likewise.  If sizeof (int) > 1, lookup address of
> >         ((uintptr_t) &global) + 1.  Verify symdata.val and symdata.size
> >         values.
> 
> This is OK.
> 
> I will take care of libgo when this is committed.

Ok, thanks, in now (== r205028).

	Jakub


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