This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: [PATCH, MPX runtime 1/2] Integrate MPX runtime library


On 11/19/14 07:15, Ilya Enkovich wrote:

--
2014-11-19  Ilya Enkovich  <ilya.enkovich@intel.com>

	* Makefile.def: Add libmpx.
	* configure.ac: Add libmpx.
	* Makefile.in: Regenerate.
	* configure: Regenerate.

gcc/

2014-11-19  Ilya Enkovich  <ilya.enkovich@intel.com>

	* gcc.c (LIBMPX_LIBS): New.
	(LIBMPX_SPEC): New.
	(MPX_SPEC): New.
	(LINK_COMMAND_SPEC): Add MPX_SPEC.
	* c-family/c.opt (static-libmpx): New.

libmpx/

2014-11-19  Ilya Enkovich  <ilya.enkovich@intel.com>

	Initial commit.
So I have only done a cursory peek at this code, but one thing which I did immediately note was the CPU feature testing stuff. Shouldn't all that stuff be integrated into the feature testing bits already found in libgcc?

I've asked the steering committee to vote on accepting the runtime -- necessary given Intel is keeping copyright ownership to the best of my knowledge.

Jeff


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