This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

[PATCH 2/N, MPX, x86_64] Intel MPX support in glibc for x86_64


Hi All!

Attached patch continues (see the beginning here - http://sourceware.org/ml/libc-alpha/2014-03/msg00491.html) adding support for Intel MPX in Glibc for x86_64. Current change performs storing and restoring of bound registers before and after _dl_profile_fixup call.

Is it ok to install?

2014-03-18  Igor Zamyatin  <igor.zamyatin@intel.com>

	* sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
	(La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
	* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add preserving
	of the Intel MPX bound registers before call of _dl_profile_fixup.
	* sysdeps/x86_64/dl-trampoline.h: Add restoring of the Intel MPX bound
	registers after call of _dl_profile_fixup.

Attachment: mpx_glibc_bnds_store_restore_2.patch
Description: mpx_glibc_bnds_store_restore_2.patch


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