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: libsanitizer merge from upstream r175733


On Thu, Feb 21, 2013 at 10:06:12AM -0500, Jack Howarth wrote:

> Index: libsanitizer/asan/Makefile.am
> ===================================================================
> --- libsanitizer/asan/Makefile.am	(revision 196205)
> +++ libsanitizer/asan/Makefile.am	(working copy)
> @@ -37,7 +37,6 @@ asan_files = \
>  
>  libasan_la_SOURCES = $(asan_files)
>  if USING_MAC_INTERPOSE
> -libasan_la_SOURCES += dynamic/asan_interceptors_dynamic.cc
>  libasan_la_LIBADD = $(top_builddir)/sanitizer_common/libsanitizer_common.la
>  else
>  libasan_la_LIBADD = $(top_builddir)/sanitizer_common/libsanitizer_common.la $(top_builddir)/interception/libinterception.la
> Index: libsanitizer/merge.sh
> ===================================================================
> --- libsanitizer/merge.sh	(revision 196205)
> +++ libsanitizer/merge.sh	(working copy)
> @@ -66,7 +66,6 @@ CUR_REV=$(get_current_rev)
>  echo Current upstream revision: $CUR_REV
>  merge include/sanitizer include/sanitizer
>  merge lib/asan asan
> -merge lib/asan/dynamic asan/dynamic
>  merge lib/tsan/rtl tsan
>  merge lib/sanitizer_common sanitizer_common
>  merge lib/interception interception
> 
> appears to fix the darwin bootstrap after running automake1.11 in libsanitizer.

Patch preapproved with proper ChangeLog entry.

	Jakub


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