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.

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

Reply via email to