RE: armt32semihostrun.obf : take into account size of glo... ยป linker.patch
| objlinker.cpp | ||
|---|---|---|
|
}
|
||
|
Context::Context (const Linker& l, Arrangement& code, Arrangement& data, Arrangement& const_) :
|
||
|
linker {l}, arrangements {&code, &code, &code, &data, &const_, &const_, &const_}
|
||
|
linker {l}, arrangements {&code, &code, &code, &data, &const_, &data, &data}
|
||
|
{
|
||
|
}
|
||