<div dir="ltr">This is with lld-lnk -target aarch64-unknown-windows.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Nov 9, 2019 at 10:25 AM Joel Winarske <<a href="mailto:joel.winarske@gmail.com">joel.winarske@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>What is the proper way to have a variable common between two custom-defined sections?</div><div><br></div><div>Example:</div><div><br></div>  .global foo1<br>  .section .text.foo1, "ax"<br>foo1:<br>  ldr w0, FooValue<br>  ret<br><br>  .global foo2<br>  .section .text.foo2, "ax"<br>foo2:<br>  ldr w0, FooValue<br>  ret<br><br><div>FooValue: .word 0x00</div><div><br></div><div>This generates "unsupported relocation type: fixup_aarch64_ldr_pcrel_imm19".  If I comment out the first ldr line, it builds, as FooValue is part of .text.foo2.</div><div><br></div><div>If I define FooValue twice, once for each section it complains it's already defined.</div><div><br></div><div><br></div><div>Joel<br></div><div><br></div></div>
</blockquote></div>