CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2016/12/24 08:55:07

Modified files:
        lib/csu        : boot.h 

Log message:
Remove code that reprotects the GOT based on the __got_start and __got_end
symbols.  Either the PT_LOAD RWX->RX case ot PT_GNU_RELRO should cover this
already for anything we care about.  And lld, the llvm linker, doesn't emit
the __got_start and __got_end symbols and there are good reasons to leave it
that way.

ok guenther@

Reply via email to