public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gold: Add missing ChangeLog entries for commit ff4bc37d7
@ 2020-12-15 15:39 H.J. Lu
  2020-12-15 20:10 ` Cary Coutant
  0 siblings, 1 reply; 2+ messages in thread
From: H.J. Lu @ 2020-12-15 15:39 UTC (permalink / raw)
  To: binutils

---
 elfcpp/ChangeLog |  6 ++++++
 gold/ChangeLog   | 24 ++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index 8d0a6ff3ec..73432dad9b 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -3,6 +3,12 @@
 	* elfcpp.h (enum DT): New enum member DT_GNU_FLAGS_1.
 	(enum DF_GNU_1): New enum DF_GNU_1 containing DF_GNU_1_UNIQUE.
 
+2020-12-14  H.J. Lu  <hjl.tools@gmail.com>
+	    Cary Coutant  <ccoutant@gmail.com>
+
+	PR gold/27039
+	* elfcpp.h (SHF): Add SHF_GNU_RETAIN.
+
 2020-10-13  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* elfcpp.h (GNU_PROPERTY_X86_ISA_1_USED): Renamed to ...
diff --git a/gold/ChangeLog b/gold/ChangeLog
index d1c0ca713e..32decc69a4 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -4,6 +4,30 @@
 	* layout.cc (Layout::finish_dynamic_section): Set DF_GNU_1_UNIQUE.
 	* options.h (class General_options): Handle -z unique, -z nounique.
 
+2020-12-14  H.J. Lu  <hjl.tools@gmail.com>
+	    Cary Coutant  <ccoutant@gmail.com>
+
+	PR gold/27039
+	* layout.cc (Layout::layout): Strip SHF_GNU_RETAIN.
+	* object.cc (Sized_relobj_file::Sized_relobj_file): Initialize osabi_.
+	(Sized_relobj_file::do_layout): Keep SHF_GNU_RETAIN sections for
+	GNU/FreBSD ELFOSABIs.
+	* object.h (Osabi) New class.
+	(Sized_relobj_file): Add osabi() and osabi_.
+	* testsuite/Makefile.am (check_SCRIPTS): Add retain.sh.
+	(check_DATA): Add retain_1.out retain_2.out.
+	(MOSTLYCLEANFILES): Add retain_1 retain_2.
+	(retain_1.out): New target.
+	(retain_1): Likewise.
+	(retain_1.o): Likewise.
+	(retain_2.out): Likewise.
+	(retain_2): Likewise.
+	(retain_2.o): Likewise.
+	* testsuite/Makefile.in: Regenerate.
+	* testsuite/retain.sh: New file.
+	* testsuite/retain_1.s: Likewise.
+	* testsuite/retain_2.s: Likewise.
+
 2020-12-13  Cary Coutant  <ccoutant@gmail.com>
 
 	PR gold/23539
-- 
2.29.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] gold: Add missing ChangeLog entries for commit ff4bc37d7
  2020-12-15 15:39 [PATCH] gold: Add missing ChangeLog entries for commit ff4bc37d7 H.J. Lu
@ 2020-12-15 20:10 ` Cary Coutant
  0 siblings, 0 replies; 2+ messages in thread
From: Cary Coutant @ 2020-12-15 20:10 UTC (permalink / raw)
  To: H.J. Lu; +Cc: Binutils

Oops, thanks!

-cary

On Tue, Dec 15, 2020 at 7:40 AM H.J. Lu <hjl.tools@gmail.com> wrote:
>
> ---
>  elfcpp/ChangeLog |  6 ++++++
>  gold/ChangeLog   | 24 ++++++++++++++++++++++++
>  2 files changed, 30 insertions(+)
>
> diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
> index 8d0a6ff3ec..73432dad9b 100644
> --- a/elfcpp/ChangeLog
> +++ b/elfcpp/ChangeLog
> @@ -3,6 +3,12 @@
>         * elfcpp.h (enum DT): New enum member DT_GNU_FLAGS_1.
>         (enum DF_GNU_1): New enum DF_GNU_1 containing DF_GNU_1_UNIQUE.
>
> +2020-12-14  H.J. Lu  <hjl.tools@gmail.com>
> +           Cary Coutant  <ccoutant@gmail.com>
> +
> +       PR gold/27039
> +       * elfcpp.h (SHF): Add SHF_GNU_RETAIN.
> +
>  2020-10-13  H.J. Lu  <hongjiu.lu@intel.com>
>
>         * elfcpp.h (GNU_PROPERTY_X86_ISA_1_USED): Renamed to ...
> diff --git a/gold/ChangeLog b/gold/ChangeLog
> index d1c0ca713e..32decc69a4 100644
> --- a/gold/ChangeLog
> +++ b/gold/ChangeLog
> @@ -4,6 +4,30 @@
>         * layout.cc (Layout::finish_dynamic_section): Set DF_GNU_1_UNIQUE.
>         * options.h (class General_options): Handle -z unique, -z nounique.
>
> +2020-12-14  H.J. Lu  <hjl.tools@gmail.com>
> +           Cary Coutant  <ccoutant@gmail.com>
> +
> +       PR gold/27039
> +       * layout.cc (Layout::layout): Strip SHF_GNU_RETAIN.
> +       * object.cc (Sized_relobj_file::Sized_relobj_file): Initialize osabi_.
> +       (Sized_relobj_file::do_layout): Keep SHF_GNU_RETAIN sections for
> +       GNU/FreBSD ELFOSABIs.
> +       * object.h (Osabi) New class.
> +       (Sized_relobj_file): Add osabi() and osabi_.
> +       * testsuite/Makefile.am (check_SCRIPTS): Add retain.sh.
> +       (check_DATA): Add retain_1.out retain_2.out.
> +       (MOSTLYCLEANFILES): Add retain_1 retain_2.
> +       (retain_1.out): New target.
> +       (retain_1): Likewise.
> +       (retain_1.o): Likewise.
> +       (retain_2.out): Likewise.
> +       (retain_2): Likewise.
> +       (retain_2.o): Likewise.
> +       * testsuite/Makefile.in: Regenerate.
> +       * testsuite/retain.sh: New file.
> +       * testsuite/retain_1.s: Likewise.
> +       * testsuite/retain_2.s: Likewise.
> +
>  2020-12-13  Cary Coutant  <ccoutant@gmail.com>
>
>         PR gold/23539
> --
> 2.29.2
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-15 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15 15:39 [PATCH] gold: Add missing ChangeLog entries for commit ff4bc37d7 H.J. Lu
2020-12-15 20:10 ` Cary Coutant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).