Skip to content
  • Ben Gamari's avatar
    rts/adjustor: Place adjustor templates in data section on all OSs · fed05347
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    In !7604 we started placing adjustor templates in the data section on
    Linux as some toolchains there reject relocations in the text section.
    However, it turns out that OpenBSD also exhibits this restriction.
    
    Fix this by *always* placing adjustor templates in the data section.
    
    Fixes #21155.
    fed05347