1. 10 Aug, 2020 7 commits
  2. 07 Aug, 2020 7 commits
  3. 23 Jul, 2020 1 commit
  4. 22 Jul, 2020 1 commit
  5. 20 Jul, 2020 1 commit
  6. 17 Jul, 2020 3 commits
  7. 16 Jul, 2020 1 commit
  8. 08 Nov, 2019 1 commit
  9. 07 Nov, 2019 4 commits
  10. 06 Nov, 2019 1 commit
  11. 29 Oct, 2019 1 commit
  12. 28 Oct, 2019 1 commit
  13. 27 Oct, 2019 2 commits
  14. 22 Oct, 2019 1 commit
    • Anish Athalye's avatar
      Clean up linker script · f2ab0eb6
      Anish Athalye authored
      This patch does the following:
      
      - Add .text.* to the .text section in the output
      - Add an assertion that the trampoline does not overflow a page
      - Add the .rodata section
      - Make .sdata and .sdata.* (which is for small data) be absorbed into
        the .data section, because we don't need to distinguish between them;
        this prevents .sdata from appearing in the output
      - Make the analogous change for .srodata and .sbss
      - Make all the data sections 16-byte aligned
      
      This patch also updates the .editorconfig for *.ld files.
      f2ab0eb6
  15. 16 Oct, 2019 1 commit
  16. 09 Oct, 2019 2 commits
  17. 03 Oct, 2019 2 commits
  18. 01 Oct, 2019 2 commits
  19. 24 Sep, 2019 1 commit