Add support for PE startup files that want to define their own constructor and desctr...
authorNick Clifton <nickc@redhat.com>
Thu, 10 Aug 2017 12:17:12 +0000 (13:17 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 10 Aug 2017 12:17:12 +0000 (13:17 +0100)
commitca6f2be7f6bc638fd4fad48def1fae4ae4d7906e
tree881533e6100f31d71082b0005e51bff3377e3c0d
parent4c2da80c2bdff7761eb5b3d9c03ffa0c9958b6b9
Add support for PE startup files that want to define their own constructor and desctructor sequencing.

* scripttempl/pep.sc: Enclose __CTOR_LIST__, ___CTOR_LIST__,
__DTOR_LIST__ and ___DTOR_LIST__ in PROVIDE statements so that
they can be overrridden by crt input files.
* scripttempl/pe.sc: Likewise.
ld/ChangeLog
ld/scripttempl/pe.sc
ld/scripttempl/pep.sc