bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/13621] dangling global hidden symbol in symtab


From: mjw at redhat dot com
Subject: [Bug ld/13621] dangling global hidden symbol in symtab
Date: Thu, 26 Jan 2012 10:19:53 +0000

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

--- Comment #2 from Mark Wielaard <mjw at redhat dot com> 2012-01-26 10:19:53 
UTC ---
(In reply to comment #1)
> Since __TMC_END__ is 0, it is placed in .bss section.

O that is interesting. In both my examples the .bss section is right after the
section that the .symtab st_shndx field claims the symbol is in. And the
address does fall in that section. So are we just seeing some off-by-one issue?

Although I would not have expected that because the variables are marked with
__attribute__((used, section(".tm_clone_table")), wouldn't that force them in
the .tm_clone_table sections? (Which seems to have been purged after the link.)

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