Project

General

Profile

RE: armt32semihostrun.obf : take into account size of glo... ยป linker.patch

Florian Negele, 26 July 2024 06:28

View differences:

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}
{
}
    (1-1/1)