https://sourceware.org/bugzilla/show_bug.cgi?id=18930

--- Comment #3 from Markus Trippelsdorf <markus at trippelsdorf dot de> ---
Breakpoint 1, gold::Symbol_table::sized_write_symbol<64, false>
(this=0x7fffffff5f40, sym=0x94c5c0, value=4194928, shndx=9,
binding=elfcpp::STB_GLOBAL, pool=0x7fffffff6248, 
    p=0x7ffff7fe04f0 "+") at symtab.cc:3133
3133      gold_assert(type != elfcpp::STT_GNU_IFUNC || !sym->is_from_dynobj());
(gdb) p sym->type()                                                             
$1 = elfcpp::STT_FUNC
(gdb) p sym->is_from_dynobj()                                                   
$2 = false
(gdb) bt
#0  gold::Symbol_table::sized_write_symbol<64, false> (this=0x7fffffff5f40,
sym=0x94c5c0, value=4194928, shndx=9, binding=elfcpp::STB_GLOBAL,
pool=0x7fffffff6248, 
    p=0x7ffff7fe04f0 "+") at symtab.cc:3133
#1  0x00000000006943b4 in gold::Symbol_table::sized_write_globals<64, false>
(this=0x7fffffff5f40, sympool=0x7fffffff6248, dynpool=0x7fffffff62d0,
symtab_xindex=0x0, 
    dynsym_xindex=0x0, of=0xa4a100) at symtab.cc:3087
#2  0x000000000068890e in gold::Symbol_table::write_globals
(this=0x7fffffff5f40, sympool=0x7fffffff6248, dynpool=0x7fffffff62d0,
symtab_xindex=0x0, dynsym_xindex=0x0, 
    of=0xa4a100) at symtab.cc:2886
#3  0x00000000006ae710 in gold::Workqueue::find_and_run_task
(this=this@entry=0x7fffffff5c30, thread_number=thread_number@entry=0) at
workqueue.cc:319
#4  0x00000000006aeaaa in gold::Workqueue::process
(this=this@entry=0x7fffffff5c30, thread_number=thread_number@entry=0) at
workqueue.cc:495
#5  0x0000000000407e73 in main (argc=4, argv=0x7fffffffe2a8) at main.cc:252

resolve.cc isn't used at all in this case.

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