Fri Mar 20 19:27:48 GMT 2020  Lee Noar  <lee.noar@sky.com>

	* armeabi-support.h(armeabi_memory_free): Failed to remove size
	register in previous commit.

Thu Mar 19 14:43:28 GMT 2020  Lee Noar  <lee.noar@sky.com>

	* armeabi-support.h(armeabi_memory_free): In retrospect, trying
	to force the existing API to be more mmap like is not a good idea.
	This would require significant changes to SOManager, possibly adding
	bugs whereas, as it stands, it is stable. A better idea is to
	add a new allocator type.

Wed Mar 18 17:02:07 GMT 2020  Lee Noar  <lee.noar@sky.com>

	* armeabi-support.h(armeabi_memory_free): Add a size argument.
	Not used by the current version, but a future one will.
	* Makefile.am: Install the header into GCCSDK_INSTALL_ENV/include
	for general use by other libraries.

Sat Oct 12 18:27:59 BST 2019  Lee Noar  <lee.noar@sky.com>

	* Initial revision:
	Module to provide support services to code generated by
	GCC 8 and above. Services provided (via SWI) are:
	Memory allocation via mapped memory pages.
	Stack management.
	Abort handling (used primarily by the stack handler).
