patch-htelfphs_cc 473 B

1234567891011121314
  1. $OpenBSD: patch-htelfphs_cc,v 1.1 2017/04/19 08:31:16 benoit Exp $
  2. --- htelfphs.cc.orig Sun Sep 14 17:55:26 2014
  3. +++ htelfphs.cc Mon Apr 17 14:17:39 2017
  4. @@ -67,6 +67,9 @@ static int_hash elf_ph_type[] =
  5. {ELF_PT_GNU_STACK, "gnu stack"},
  6. {ELF_PT_GNU_RELRO, "gnu relro"},
  7. {ELF_PT_PAX_FLAGS, "pax flags"},
  8. + {ELF_PT_OPENBSD_RANDOMIZE, "openbsd randomize"},
  9. + {ELF_PT_OPENBSD_WXNEEDED, "openbsd wxneeded"},
  10. + {ELF_PT_OPENBSD_BOOTDATA, "openbsd bootdata"},
  11. {0, 0}
  12. };