gcc/libsanitizer/lsan
Alan Modra aa00995cd7 Revert 2015-11-09 sanitizer/obstack configury
The 2015-11-23 sanitizer merge from upstream lost the changes from
f6528435 to sanitizer_common/sanitizer_common_interceptors.inc, which
made use of _OBSTACK_SIZE_T.  So the configury changes to define
_OBSTACK_SIZE_T don't do anything.  This wasn't such a bad thing
anyway..  The configure test wrongly adds -I${srcdir}/../include,
effectively resulting in a test of libiberty/obstack rather than libc
obstack support, and it's the latter that asan and tsan need to work
with.

So, remove the useless configure test.  Upstream santizer project has
been made aware of the problem if glibc obstack support is ever
updated.  Bootsrapped etc. x86_64-linux and committed as obvious.

	Revert 2015-11-09  Alan Modra  <amodra@gmail.com>
	* configure.ac: Don't substitute OBSTACK_DEFS.
	* asan/Makefile.am: Remove OBSTACK_DEFS from DEFS.
	* tsan/Makefile.am: Likewise.
	* configure: Regenerate.
	* Makefile.in: Regenerate.
	* asan/Makefile.in: Regenerate.
	* interception/Makefile.in: Regenerate.
	* libbacktrace/Makefile.in: Regenerate.
	* lsan/Makefile.in: Regenerate.
	* sanitizer_common/Makefile.in: Regenerate.
	* tsan/Makefile.in: Regenerate.
	* ubsan/Makefile.in: Regenerate.

From-SVN: r238701
2016-07-25 10:43:36 +09:30
..
Makefile.am Makefile.am (AM_CXXFLAGS): Use -std=gnu++11. 2014-11-14 15:23:51 +01:00
Makefile.in Revert 2015-11-09 sanitizer/obstack configury 2016-07-25 10:43:36 +09:30
libtool-version
lsan.cc libsanitizer merge from upstream r250806. 2015-10-21 10:32:45 +03:00
lsan.h libsanitizer merge from upstream r221802 2014-11-13 20:41:38 +00:00
lsan_allocator.cc libsanitizer merge from upstream r253555. 2015-11-23 11:07:18 +02:00
lsan_allocator.h [libsanitizer merge from upstream r218156] 2014-09-23 17:59:53 +00:00
lsan_common.cc libsanitizer merge from upstream r253555. 2015-11-23 11:07:18 +02:00
lsan_common.h libsanitizer merge from upstream r253555. 2015-11-23 11:07:18 +02:00
lsan_common_linux.cc libsanitizer merge from upstream r250806. 2015-10-21 10:32:45 +03:00
lsan_flags.inc libsanitizer merge from upstream r250806. 2015-10-21 10:32:45 +03:00
lsan_interceptors.cc libsanitizer merge from upstream r250806. 2015-10-21 10:32:45 +03:00
lsan_preinit.cc [libsanitizer merge from upstream r218156] 2014-09-23 17:59:53 +00:00
lsan_thread.cc libsanitizer merge from upstream r250806. 2015-10-21 10:32:45 +03:00
lsan_thread.h libsanitizer merge from upstream r250806. 2015-10-21 10:32:45 +03:00