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: Mon, 16 Jan 2012 12:47:14 +0000

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

--- Comment #1 from Kito Cheng <kito at 0xlab dot org> 2012-01-16 12:47:14 UTC 
---
Generate by gold --hash-style=sysv
SysV Hash table header
  nbuckets : 3
  buckets : 0x1216dc8
  chains : 0x1216dd4
    buckets 0 : 
       sym : _edata
       sym : f
       sym : _Jv_RegisterClasses
       sym : _init
       sym : __gmon_start__
       sym : 
    buckets 1 : 
       sym : _end
       sym : _fini
       sym : 
    buckets 2 : 
       sym : __bss_start
       sym : __cxa_finalize
       sym : 

Generate by gold --hash-style=both
SysV Hash table header
  nbuckets : 3
  buckets : 0xf2eea8
  chains : 0xf2eeb4
    buckets 0 : 
       sym : _init
       sym : _end
       sym : _edata
       sym : __cxa_finalize
       sym : __gmon_start__
       sym : 
    buckets 1 : 
       sym : _fini
       sym : _Jv_RegisterClasses
       sym : 
    buckets 2 : 
       sym : __bss_start
       sym : f
       sym :

-- 
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]