diff options
author | Nick Clifton <nickc@redhat.com> | 2018-02-03 13:11:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-02-03 13:11:35 +0000 |
commit | b0daac83d78c82f7998287bb717063c4d01d4f97 (patch) | |
tree | 2beb203c407b3a1225e23ceb23cb401fbee24a31 /ld/ChangeLog | |
parent | 138a158f0a561d406bebb8b91eba0dd6dedd430e (diff) | |
download | gdb-b0daac83d78c82f7998287bb717063c4d01d4f97.zip gdb-b0daac83d78c82f7998287bb717063c4d01d4f97.tar.gz gdb-b0daac83d78c82f7998287bb717063c4d01d4f97.tar.bz2 |
Remove PROVIDE() qualifiers from definition of __CTOR_LIST__ and __DTOR_LIST__ symbols in PE linker scripts.
PR 22762
* scripttempl/pe.sc: Remove PROVIDE()s from __CTOR_LIST__ and
__DTOR_LIST__ symbols. Add a comment explaining why this is
necessary.
* scripttemp/pep.sc: Likewise.
* ld.texinfo (PROVIDE): Add a note about the effect of common
symbols.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2561419..01d1fdc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2018-02-03 Nick Clifton <nickc@redhat.com> + + PR 22762 + * scripttempl/pe.sc: Remove PROVIDE()s from __CTOR_LIST__ and + __DTOR_LIST__ symbols. Add a comment explaining why this is + necessary. + * scripttemp/pep.sc: Likewise. + * ld.texinfo (PROVIDE): Add a note about the effect of common + symbols. + 2018-02-03 Sandra Loosemore <sandra@codesourcery.com> * emulparams/nios2elf.sh (GENERATE_SHLIB_SCRIPT): Don't set. |