https://sourceware.org/bugzilla/show_bug.cgi?id=13597

--- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  cd6da0366dc6684d32f349b729b5558258fc3af4 (commit)
      from  d83ad864a285fe3127e1a98830197e8461ad2745 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cd6da0366dc6684d32f349b729b5558258fc3af4

commit cd6da0366dc6684d32f349b729b5558258fc3af4
Author: Kito Cheng <k...@0xlab.org>
Date:   Tue Sep 30 14:36:46 2014 -0700

    Fix SysV-style hash table when --hash-style=both.

    When --hash-style-both is used, gold currently builds the sysv hash
    table first, then the gnu hash table. Building the gnu hash table
    renumbers the dynamic symbol table, invalidating the sysv hash
    table. This patch reverses the order in which the hash tables are
    build so that both hash tables are correct.

    gold/
        PR gold/13597
        * layout.cc (Layout::create_dynamic_symtab): Build gnu-style
        hash table before sysv-style hash table.

-----------------------------------------------------------------------

Summary of changes:
 gold/ChangeLog |    6 ++++++
 gold/layout.cc |   42 ++++++++++++++++++++++--------------------
 2 files changed, 28 insertions(+), 20 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to