CVSROOT:        /cvs
Module name:    src
Changes by:     dco...@cvs.openbsd.org  2013/03/23 03:35:48

Modified files:
        gnu/usr.bin/binutils-2.17/bfd: elflink.c 

Log message:
Fix a bug in ld --gc-sections: it strips out .note sections, while
it should never do so. This can cause global constructors and
destructors to not be executed at run-time, resulting in crashes
and other strange behaviour.

>From FreeBSD: http://svnweb.freebsd.org/base?view=revision&revision=244600

This unbreaks building chromium with binutils-2.17

ok miod@, sthen@

Reply via email to