As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
|
@ -20,7 +20,17 @@ Index: lld/ELF/Symbols.h
|
|||
|
||||
void overwrite(Symbol &sym, Kind k) const {
|
||||
if (sym.traced)
|
||||
@@ -490,6 +493,9 @@ struct ElfSym {
|
||||
@@ -292,6 +295,9 @@ class Symbol { (public)
|
||||
// True if defined in a DSO as protected visibility.
|
||||
uint8_t dsoProtected : 1;
|
||||
|
||||
+ // True if targeted by a range extension thunk.
|
||||
+ uint8_t thunkAccessed : 1;
|
||||
+
|
||||
// Temporary flags used to communicate which symbol entries need PLT and GOT
|
||||
// entries during postScanRelocations();
|
||||
std::atomic<uint16_t> flags;
|
||||
@@ -490,6 +496,9 @@ struct ElfSym {
|
||||
// __bss_start
|
||||
static Defined *bss;
|
||||
|
||||
|
@ -30,7 +40,7 @@ Index: lld/ELF/Symbols.h
|
|||
// etext and _etext
|
||||
static Defined *etext1;
|
||||
static Defined *etext2;
|
||||
@@ -546,6 +552,8 @@ void reportDuplicate(const Symbol &sym, const InputFil
|
||||
@@ -546,6 +555,8 @@ void reportDuplicate(const Symbol &sym, const InputFil
|
||||
InputSectionBase *errSec, uint64_t errOffset);
|
||||
void maybeWarnUnorderableSymbol(const Symbol *sym);
|
||||
bool computeIsPreemptible(const Symbol &sym);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue