Re: [patch] RFC asan support for i?86/x86_64-*freebsd*

2015-12-01 Thread Andreas Tobler
Hi! On 01.12.15 13:22, Uros Bizjak wrote: 2015-11-29 Andreas Tobler * config/i386/i386.h: Define two new macros: SUBTARGET_SHADOW_OFFSET_64 and SUBTARGET_SHADOW_OFFSET_32. * config/i386/i386.c (ix86_asan_shadow_offset): Use these macros. * config/i386/darwin.h:

Re: [patch] RFC asan support for i?86/x86_64-*freebsd*

2015-12-01 Thread Uros Bizjak
Hello! > 2015-11-29 Andreas Tobler > > * config/i386/i386.h: Define two new macros: > SUBTARGET_SHADOW_OFFSET_64 and SUBTARGET_SHADOW_OFFSET_32. > * config/i386/i386.c (ix86_asan_shadow_offset): Use these macros. > * config/i386/darwin.h: Override the

Re: [patch] RFC asan support for i?86/x86_64-*freebsd*

2015-11-30 Thread Jeff Law
On 11/29/2015 03:10 PM, Andreas Tobler wrote: All, this patch adds support for asan for i?86/x86_64-*freebsd*. Test results can be found on the list. These modifications belong only to gcc. There is one modification to asan/asan_linux.cc, this one is sent upstream. Until this one is in, my

[patch] RFC asan support for i?86/x86_64-*freebsd*

2015-11-29 Thread Andreas Tobler
All, this patch adds support for asan for i?86/x86_64-*freebsd*. Test results can be found on the list. These modifications belong only to gcc. There is one modification to asan/asan_linux.cc, this one is sent upstream. Until this one is in, my patch is on hold. One thing to note, FreeBSD