[Bug gold/25975] --dynamic-list doesn't work correctly

2020-12-17 Thread mikhail.matrosov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25975 Mikhail Matrosov changed: What|Removed |Added CC||mikhail.matrosov at gmail dot com

[Bug gold/25975] --dynamic-list doesn't work correctly

2020-07-25 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25975 --- Comment #24 from H.J. Lu --- (In reply to dilyan.palau...@aegee.org from comment #23) > Can I delete https://mail.aegee.org/dpa/pr25975/pr-gold-25975.tar.xz ? Yes. -- You are receiving this mail because: You are on the CC list for the

[Bug gold/25975] --dynamic-list doesn't work correctly

2020-07-25 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25975 --- Comment #23 from dilyan.palauzov at aegee dot org --- Can I delete https://mail.aegee.org/dpa/pr25975/pr-gold-25975.tar.xz ? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gold/25975] --dynamic-list doesn't work correctly

2020-06-27 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25975 --- Comment #22 from Fangrui Song --- (In reply to H.J. Lu from comment #20) > // If the symbol was forced dynamic in a --dynamic-list file > // or an --export-dynamic-symbol option, add it. > if (!this->is_from_dynobj() > &&

[Bug gold/25975] --dynamic-list doesn't work correctly

2020-06-27 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25975 --- Comment #21 from dilyan.palauzov at aegee dot org --- > Do you have __asan_extra_spill_area in ./libclang_rt.asan-x86_64.a.syms? If I do not have __asan_extra_spill_area in ./libclang_rt.asan-x86_64.a.syms does this mean, that clang/rt

[Bug gold/25975] --dynamic-list doesn't work correctly

2020-06-27 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25975 --- Comment #20 from H.J. Lu --- // If the symbol was forced dynamic in a --dynamic-list file // or an --export-dynamic-symbol option, add it. if (!this->is_from_dynobj() && (parameters->options().in_dynamic_list(this->name())

[Bug gold/25975] --dynamic-list doesn't work correctly

2020-06-27 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25975 H.J. Lu changed: What|Removed |Added Last reconfirmed||2020-06-27 Status|UNCONFIRMED

[Bug gold/25975] --dynamic-list doesn't work correctly

2020-06-27 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25975 H.J. Lu changed: What|Removed |Added CC||i at maskray dot me