gcc/libvtv
Alan Modra 37697711e7 Correct libvtv obstack use
Fixes a compile error with both old and new obstacks due to
obstack_chunk_free having the wrong signature.  Also, setting chunk
size and alignment before obstack_init is pointless since they are
overwritten.

	* vtv_malloc.cc (obstack_chunk_free): Correct param type.
	(__vtv_malloc_init): Use obstack_specify_allocation.

From-SVN: r229985
2015-11-09 14:49:43 +10:30
..
scripts
testsuite Testsuite: add dg-{begin|end}-multiline-output commands 2015-10-09 13:55:23 +00:00
ChangeLog Correct libvtv obstack use 2015-11-09 14:49:43 +10:30
Makefile.am Update copyrights 2015-08-27 14:26:08 +00:00
Makefile.in libvtv: Bump to automake 1.11.6 2015-05-13 11:28:41 +00:00
acinclude.m4 Makefile.am (SUBDIRS): Protect with ENABLE_VTABLE_VERIFY. 2013-08-07 23:40:49 +00:00
aclocal.m4 libvtv: Bump to automake 1.11.6 2015-05-13 11:28:41 +00:00
configure libvtv: Bump to automake 1.11.6 2015-05-13 11:28:41 +00:00
configure.ac Committing VTV Cygwin patch for Patrick Wollgast 2015-01-29 00:03:56 -08:00
configure.tgt Enable VTV for aarch64 and arm 2015-10-20 10:39:30 +00:00
vtv_fail.cc Update copyrights 2015-08-27 14:26:08 +00:00
vtv_fail.h Update copyrights 2015-08-27 14:26:08 +00:00
vtv_malloc.cc Correct libvtv obstack use 2015-11-09 14:49:43 +10:30
vtv_malloc.h Update copyrights 2015-08-27 14:26:08 +00:00
vtv_map.h Update copyrights 2015-08-27 14:26:08 +00:00
vtv_rts.cc Update copyrights 2015-08-27 14:26:08 +00:00
vtv_rts.h Update copyrights 2015-08-27 14:26:08 +00:00
vtv_set.h Update copyrights 2015-08-27 14:26:08 +00:00
vtv_utils.cc Update copyrights 2015-08-27 14:26:08 +00:00
vtv_utils.h Update copyrights 2015-08-27 14:26:08 +00:00