sync ports with The Matrix
This commit is contained in:
parent
ec769495ab
commit
f5034afcba
3108 changed files with 91999 additions and 80269 deletions
14
devel/llvm/13/patches/patch-lld_ELF_Symbols_cpp
Normal file
14
devel/llvm/13/patches/patch-lld_ELF_Symbols_cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
Generate __data_start symbol that marks the start of .data when __data_start
|
||||
is referenced from code being linked.
|
||||
|
||||
Index: lld/ELF/Symbols.cpp
|
||||
--- lld/ELF/Symbols.cpp.orig
|
||||
+++ lld/ELF/Symbols.cpp
|
||||
@@ -48,6 +48,7 @@ std::string lld::toELFString(const Archive::Symbol &b)
|
||||
}
|
||||
|
||||
Defined *ElfSym::bss;
|
||||
+Defined *ElfSym::data;
|
||||
Defined *ElfSym::etext1;
|
||||
Defined *ElfSym::etext2;
|
||||
Defined *ElfSym::edata1;
|
Loading…
Add table
Add a link
Reference in a new issue