extra-relro-in-dragora.patch 514 B

1234567891011
  1. --- gcc-9-20190720/gcc/gcc.c.orig 2019-08-18 22:39:28.072718205 -0300
  2. +++ gcc-9-20190720/gcc/gcc.c 2019-08-18 22:44:44.951554115 -0300
  3. @@ -1042,6 +1042,7 @@
  4. "%{flto|flto=*:%<fcompare-debug*} \
  5. %{flto} %{fno-lto} %{flto=*} %l " LINK_PIE_SPEC \
  6. "%{fuse-ld=*:-fuse-ld=%*} " LINK_COMPRESS_DEBUG_SPEC \
  7. + "-z relro -z now " \
  8. "%X %{o*} %{e*} %{N} %{n} %{r}\
  9. %{s} %{t} %{u*} %{z} %{Z} %{!nostdlib:%{!r:%{!nostartfiles:%S}}} \
  10. %{static|no-pie|static-pie:} %@{L*} %(mfwrap) %(link_libgcc) " \