libgit2: update to 1.9.0
[oi-userland.git] / components / developer / binutils / patches / 04-x86ld64so.patch
blob5f14b127fec03e42d8ba24b88f447552c8693993
1 imported from OmniOS
2 Let gold use the correct ELF interpreter
4 --- binutils-2.43.1/gold/x86_64.cc.orig
5 +++ binutils-2.43.1/gold/x86_64.cc
6 @@ -1301,7 +1301,11 @@
7 true, // is_default_stack_executable
8 true, // can_icf_inline_merge_sections
9 '\0', // wrap_char
10 +#if defined(__illumos__)
11 + "/lib/64/ld.so.1",
12 +#else
13 "/lib/ld64.so.1", // program interpreter
14 +#endif
15 0x400000, // default_text_segment_address
16 0x1000, // abi_pagesize (overridable by -z max-page-size)
17 0x1000, // common_pagesize (overridable by -z common-page-size)