1. 27 Apr, 2015 1 commit
  2. 09 Apr, 2015 1 commit
  3. 02 Apr, 2015 1 commit
  4. 12 Mar, 2015 1 commit
  5. 10 Mar, 2015 2 commits
    • linux-common.h (LIBMPX_WRAPPERSSPEC): New. · d2d7e672
      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
      Ilya Enkovich committed
    • Makefile.def: Add libmpx. · 5373cd33
      	* Makefile.def: Add libmpx.
      	* configure.ac: Add libmpx.
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      gcc/
      
      	* config/i386/linux-common.h (LIBMPX_LIBS): New.
      	(LIBMPX_SPEC): New.
      	(CHKP_SPEC): New.
      	* gcc.c (CHKP_SPEC): New.
      	(LINK_COMMAND_SPEC): Add CHKP_SPEC.
      	* c-family/c.opt (static-libmpx): New.
      
      libmpx/
      
      	Initial commit.
      
      From-SVN: r221311
      Ilya Enkovich committed