bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/13597] Broken sysv-style hash table when --hash-style=both


From: kito at 0xlab dot org
Subject: [Bug gold/13597] Broken sysv-style hash table when --hash-style=both
Date: Tue, 17 Jan 2012 20:39:01 +0000

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

--- Comment #3 from Kito Cheng <kito at 0xlab dot org> 2012-01-17 20:39:01 UTC 
---
Created attachment 6161
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6161
Reorder the output order between .gnu.hash and .hash

The root cause seem the gold::Dynobj::create_gnu_hash_table will
change the dynsym_index,

so this patch just reorder the symbol table generate order to
guarantee the gold::Dynobj::create_elf_hash_table get correct
dynsym_index.

However it's will change the section order between .hash and
.gnu.hash, any suggestion ?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]