[PATCH 0/3] Add CET support to libphobos

H.J. Lu hjl.tools@gmail.com
Fri May 8 20:10:41 GMT 2020


This patch set adds CET support to libphobos.  Since libphobos uses zlib
target library, CET is also enabled in zlib.

OK for master?

Thanks.

H.J. Lu (3):
  zlib: Add --enable-cet to configure
  libphobos: Add --enable-cet to configure
  switchcontext.S: Include <cet.h> and use _CET_ENDBR

 libphobos/Makefile.am                         | 10 +-
 libphobos/Makefile.in                         | 11 ++-
 libphobos/aclocal.m4                          |  2 +
 libphobos/configure                           | 91 ++++++++++++++++-
 libphobos/configure.ac                        |  4 +
 .../libdruntime/config/x86/switchcontext.S    |  8 ++
 zlib/Makefile.am                              |  2 +
 zlib/Makefile.in                              |  6 +-
 zlib/aclocal.m4                               |  2 +
 zlib/configure                                | 97 ++++++++++++++++++-
 zlib/configure.ac                             |  4 +
 11 files changed, 219 insertions(+), 18 deletions(-)

-- 
2.26.2



More information about the Gcc-patches mailing list