<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 12px;" lang="x-unicode">
      <br>
      <blockquote type="cite" style="color: #000000;">* The ARM backend
        supports two new relocation models, read-only position
        <br>
        independence (ROPI) and read-write position independence (RWPI).
        In ROPI, code
        <br>
        and read-only data sections are accessed PC-relative. In RWPI,
        read-write data
        <br>
        is accessed relative to r9. These can be used individually or
        together and are
        <br>
        designed to avoid the need for a dynamic linker on small
        systems.
        <br>
        [r278015](<a class="moz-txt-link-freetext"
          href="http://reviews.llvm.org/rL278015">http://reviews.llvm.org/rL278015</a>).
        <br>
        <br>
        <br>
      </blockquote>
      This is awesome! Thanks, Oliver, for pushing this through. Those
      of us building embedded systems in Rust have been hoping for this
      to make it into LLVM.
      <br>
      <br>
      -Amit
      <br>
    </div>
  </body>
</html>