https://sourceware.org/bugzilla/show_bug.cgi?id=25295
--- Comment #1 from Jan Hubicka ---
I was looking into the problem bit more. We want to support
__attribute__((symver("foo@VERS_1"))
int foo()
{
}
which will export foo as foo@VERS_1. I would also like things like calling foo
work as expec
https://sourceware.org/bugzilla/show_bug.cgi?id=25295
Florian Weimer changed:
What|Removed |Added
CC||fweimer at redhat dot com
--
You ar
The following issue was updated:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=19577#c1
--
You received this message because:
1. You were specifically CC'd on the issue
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings
Reply to this email to ad
https://sourceware.org/bugzilla/show_bug.cgi?id=25295
Bug ID: 25295
Summary: Gas should have way to define symbol version without
exporting its target
Product: binutils
Version: unspecified
Status: NEW
Severity:
https://sourceware.org/bugzilla/show_bug.cgi?id=25294
Bug ID: 25294
Summary: Wrong resolution info on symbol versions seen by the
linker plugin
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
Hey, y'all!
I was playing with directly invoking ld and then ld.gold to link c++
files, instead of using g++.
I inadvertently passed the -nostartfiles to the linker.
Since the linkers do not recognize this option, they interpreted it as
" -n -ostartfiles".
GNU ld created 2.2 Meg output files w