diff options
author | Nick Clifton <nickc@redhat.com> | 2017-08-10 13:17:12 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-08-10 13:17:12 +0100 |
commit | ca6f2be7f6bc638fd4fad48def1fae4ae4d7906e (patch) | |
tree | 881533e6100f31d71082b0005e51bff3377e3c0d /ld/ChangeLog | |
parent | 4c2da80c2bdff7761eb5b3d9c03ffa0c9958b6b9 (diff) | |
download | gdb-ca6f2be7f6bc638fd4fad48def1fae4ae4d7906e.zip gdb-ca6f2be7f6bc638fd4fad48def1fae4ae4d7906e.tar.gz gdb-ca6f2be7f6bc638fd4fad48def1fae4ae4d7906e.tar.bz2 |
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b0191cf..12c3a74 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2017-08-10 Nick Clifton <nickc@redhat.com> + + * 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. + 2017-08-09 H.J. Lu <hongjiu.lu@intel.com> * testsuite/config/default.exp (LD_CLASS): Check .libs/ld-new |