1. May 25, 2020
    • Kito Cheng's avatar
      f · e98b278a
      Kito Cheng authored
      e98b278a
  2. May 22, 2020
    • Kito Cheng's avatar
      f · b998f6e7
      Kito Cheng authored
      b998f6e7
    • Kito Cheng's avatar
      f · b3f8bc5a
      Kito Cheng authored
      b3f8bc5a
    • Kito Cheng's avatar
      f · 44226933
      Kito Cheng authored
      44226933
    • Kito Cheng's avatar
      f · 3193ceb4
      Kito Cheng authored
      3193ceb4
    • Kito Cheng's avatar
      f · 1d6f7d17
      Kito Cheng authored
      1d6f7d17
  3. May 21, 2020
  4. May 14, 2020
  5. May 13, 2020
  6. May 08, 2020
  7. May 07, 2020
  8. Apr 28, 2020
  9. Apr 27, 2020
  10. Mar 24, 2020
  11. Mar 23, 2020
  12. Feb 19, 2020
  13. Feb 17, 2020
    • Kito Cheng's avatar
      Merge pull request #587 from riscv/tweak-check-binutils-gdb-rule · f6ed9aee
      Kito Cheng authored
      Tweak makefile rule for check binutils gdb 
      f6ed9aee
    • Nelson Chu's avatar
      Add binuitls testsuite pr-24406-1 to the white list for newlib. · b9e85d50
      Nelson Chu authored
      This testcase is used to check whether the linker is work normally when both
      the --wrap=SYMBOL and -flto are set.  It seems that the current fix only can
      work when the wrapped symbol `SYMBOL` is defined in the other files and will be
      linked.  See the pr-24406-1 test, the `read` symbol is defined in the glibc’s
      libc.so.6, and we will also link the libc.so.6 by the linux toolchain, so it
      works.  But the `read` symbol isn’t defined in the newlib, or other linked
      objects or archives.  Therefore, the pr-24406-1 testsuite is always failed
      for riscv elf toolchain, but seems to work for riscv linux toolchain.
      
      On the other hand, if the wrapped symbol is `read_p`, it isn't defined in the
      other linked files, so we also get the error link for the linux toolchain.
      The fix in upstream seems not complete.  I suppose that we shoud just skip the
      pr-24406-1 testcase until upstream fix or remove it.
      b9e85d50
    • Nelson Chu's avatar
      Bump binutils to 2.34 release. · 93f8ca3c
      Nelson Chu authored
      93f8ca3c
  14. Feb 12, 2020
  15. Feb 08, 2020
  16. Feb 07, 2020
  17. Feb 06, 2020
  18. Feb 05, 2020
    • Jim Wilson's avatar
      Add a newlib nano copy of libm. · fe33914f
      Jim Wilson authored
      The gamma functions use the reentrant structure which changes size in newlib
      nano, so we need a nano specific copy of libm.a to go with libc.a.
      fe33914f
  19. Jan 29, 2020
  20. Jan 21, 2020
  21. Jan 20, 2020
  22. Jan 08, 2020
  23. Jan 03, 2020
  24. Dec 03, 2019
  25. Nov 07, 2019
  26. Nov 06, 2019
    • Jim Wilson's avatar
      Don't enable gcc checking by default. · 8b4b8dbb
      Jim Wilson authored
      Also, support all gcc checking options instead of just yes and release.
      Also, fix copy-and-paste error in cmodel support refering to gcc checking.
      8b4b8dbb
  27. Nov 05, 2019