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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils