FreeBSD Bugzilla – Attachment #143916: hack loader script to work with binutils-2.24 port's ld(1) for
bug #190851
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 190851
| Differences between
disable local symbol wildcarding for linking executables (vs. libs)
and this patch
Collapse All
|
Expand All
(-)
mono/mini/ldscript.mono (+2 lines)
Lines 7-12
Link Here
7
gc_thread_vtable;
7
gc_thread_vtable;
8
mini_type_is_vtype;
8
mini_type_is_vtype;
9
mini_is_gsharedvt_klass;
9
mini_is_gsharedvt_klass;
10
__progname;
11
environ;
10
local:
12
local:
11
*;
13
*;
12
};
14
};
Return to
bug 190851