[Bug gold/23870] gold does not resolve the address of main when main is in a shared library

2018-11-15 Thread stephen.kim at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23870 --- Comment #2 from Stephen Kim --- This bug is reproducible with Gold at the head of the master branch: commit a0cd42fcd1d9a7544e93f6b1ef7f9a1fe98c8897 $ git remote show origin| egrep Fetch Fetch URL: https://sourceware.org/git/binutils-g

[Bug gold/23870] gold does not resolve the address of main when main is in a shared library

2018-11-09 Thread stephen.kim at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23870 --- Comment #1 from Stephen Kim --- To reproduce the issue, glibc should be updated. The one I have used is the oraclelinux:7.5 docker container. After yum update, the bug is probably reproducible. -- You are receiving this mail because: You

[Bug gold/23870] New: gold does not resolve the address of main when main is in a shared library

2018-11-07 Thread stephen.kim at oracle dot com
: normal Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: stephen.kim at oracle dot com CC: ian at airs dot com Target Milestone: --- This is reproducible on aarch64. I got notice this issue due to the Go tools. However