CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2016/12/22 02:32:04

Modified files:
        lib/csu        : crtbegin.c 

Log message:
Don't make __CTOR_LIST__ and __DTOR_LIST__ const.  This makes the .ctors and
.dtors sections writable just like they are in crtend.o and code generated
by compilers.  This is necessary to make sure that linkers that respect the
ELF spec a bit better (such as lld) correctly concatenate the secttions.

ok deraadt@

Reply via email to