This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] add section alignment/size hooks to gold plugin interface, revised


> I checked in this:
>
> commit 3f1f41f55f2fa5d390e57074477b6407302c8c46
> Author: H.J. Lu <hjl.tools@gmail.com>
> Date:   Fri Mar 4 08:28:12 2016 -0800
>
>     Add missing ChangeLog entries for commit 82838
>
>     Fix gold/testsuite/plugin_layout_with_alignment.sh permission.

Thanks. I've also pushed this patch to fix a few "2015" entries that
should have been "2016".

-cary


commit 9b738e36e69423342ba7c03f22764dd979a3cb3c
Author: Cary Coutant <ccoutant@gmail.com>
Date:   Fri Mar 4 14:17:39 2016 -0800

    Fix datestamps on ChangeLog entries to read 2015 instead of 2016.

diff --git a/gold/ChangeLog b/gold/ChangeLog
index a5bb5c6..3419290 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -36,7 +36,7 @@
        * target.h (Sized_target::make_symbol): Add name, st_type, object,
        st_shndx, and value parameters.

-2015-03-03  Rafael Ãvila de EspÃndola <rafael.espindola@gmail.com>
+2016-03-03  Rafael Ãvila de EspÃndola <rafael.espindola@gmail.com>

        * plugin.cc (do_should_include_member): Ignore LDPK_UNDEF and
        LDPK_WEAKUNDEF symbols.
@@ -53,7 +53,7 @@
        * testsuite/plugin_layout_with_alignment.cc: New test file.
        * testsuite/plugin_layout_with_alignment.sh: New test file.

-2015-03-03  Evgenii Stepanov  <eugenis@google.com>
+2016-03-03  Evgenii Stepanov  <eugenis@google.com>

        * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
        parameter.
diff --git a/include/ChangeLog b/include/ChangeLog
index 8821f78..13fc49b 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -14,7 +14,7 @@
        (ld_plugin_tv): Add tv_get_input_section_alignment and
        tv_get_input_section_size.

-2015-03-03  Evgenii Stepanov  <eugenis@google.com>
+2016-03-03  Evgenii Stepanov  <eugenis@google.com>

        * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]