diff options
author | Nick Clifton <nickc@redhat.com> | 2018-07-30 09:34:40 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-07-30 09:34:40 +0100 |
commit | 7d8a31665739412395f6dd370d2279acd322e78e (patch) | |
tree | d0cdcd79dfabc9fa991d749e48e3cb9efa0f198c /gold/ChangeLog | |
parent | Automatic date update in version.in (diff) | |
download | binutils-gdb-7d8a31665739412395f6dd370d2279acd322e78e.tar.gz binutils-gdb-7d8a31665739412395f6dd370d2279acd322e78e.tar.bz2 binutils-gdb-7d8a31665739412395f6dd370d2279acd322e78e.zip |
Combine ,gnu.build.attributes.* sections into one .gnu.build.attributes section during linking.
gold * layout.cc (section_name_mapping): Add an entry for
.gnu.build.attributes.
ld * scripttempl/elf.sc: Place .gnu.build.attributes sections with
other read-only sections.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 93efd29d1cf..d5cc02b14bd 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2018-07-30 Nick Clifton <nickc@redhat.com> + + * layout.cc (section_name_mapping): Add an entry for + .gnu.build.attributes. + 2018-07-18 Nick Clifton <nickc@redhat.com> * po/fr.po: Updated French translation. |