gcc/libmpx/mpxwrap/libmpxwrappers.map
Ilya Enkovich d2d7e672ad linux-common.h (LIBMPX_WRAPPERSSPEC): New.
gcc/

	* config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
	(CHKP_SPEC): Add wrappers library.
	* c-family/c.opt (static-libmpxwrappers): New.

libmpx/

	* Makefile.am (SUBDIRS): Add mpxwrap when used
	AS supports MPX.
	(MAKEOVERRIDES): New.
	* Makefile.in: Regenerate.
	* configure.ac: Check AS supports MPX.  Add
	mpxintr/Makefile to config files.
	* configure: Regenerate.
	* mpxwrap/Makefile.am: New.
	* mpxwrap/Makefile.in: New.
	* mpxwrap/libtool-version: New.
	* mpxwrap/mpx_wrappers.cc: New.
	* mpxwrap/libmpxwrappers.map: New.

From-SVN: r221313
2015-03-10 09:43:24 +00:00

24 lines
419 B
Plaintext

LIBMPXWRAPPERS_1.0
{
global:
__mpx_wrapper_malloc;
__mpx_wrapper_mmap;
__mpx_wrapper_realloc;
__mpx_wrapper_calloc;
__mpx_wrapper_memset;
__mpx_wrapper_bzero;
__mpx_wrapper_memmove;
__mpx_wrapper_memcpy;
__mpx_wrapper_mempcpy;
__mpx_wrapper_strncat;
__mpx_wrapper_strcat;
__mpx_wrapper_stpcpy;
__mpx_wrapper_stpncpy;
__mpx_wrapper_strcpy;
__mpx_wrapper_strncpy;
__mpx_wrapper_strlen;
local:
*;
};