diff options
author | Nick Clifton <nickc@redhat.com> | 2021-03-01 16:25:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-03-01 16:25:06 +0000 |
commit | ba6eb62ff0ea9843a018cfd7cd06777bd66ae0a0 (patch) | |
tree | b5f7ab02eadc337d9469bd6fe1f2ffa292a80c71 /ld/ChangeLog | |
parent | ecd65684f542be614adc56321c118d8985d35409 (diff) | |
download | gdb-ba6eb62ff0ea9843a018cfd7cd06777bd66ae0a0.zip gdb-ba6eb62ff0ea9843a018cfd7cd06777bd66ae0a0.tar.gz gdb-ba6eb62ff0ea9843a018cfd7cd06777bd66ae0a0.tar.bz2 |
Add DWARF-5 section names to PE and PEP linker scripts.
PR 27268
* scripttempl/pe.sc: Add DWARF-5 section names.
* scripttempl/pep.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 d72d69a..e43f7fa 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2021-03-01 Hannes Domani <ssbssa@sourceware.org> + Nick Clifton <nickc@redhat.com> + + PR 27268 + * scripttempl/pe.sc: Add DWARF-5 section names. + * scripttempl/pep.sc: Likewise. + 2021-03-01 Alan Modra <amodra@gmail.com> Fangrui Song <maskray@google.com> |