1. 29 Dec, 2013 1 commit
    • Dave Cheney's avatar
      runtime: load runtime.goarm as a byte, not a word · d2fe44d5
      Dave Cheney authored
      Fixes #6952.
      
      runtime.asminit was incorrectly loading runtime.goarm as a word, not a uint8 which made it subject to alignment issues on arm5 platforms.
      
      Alignment aside, this also meant that the top 3 bytes in R11 would have been garbage and could not be assumed to be setting up the FPU reliably.
      
      R=iant, minux.ma
      CC=golang-codereviews
      https://golang.org/cl/46240043
      d2fe44d5
  2. 28 Dec, 2013 3 commits
  3. 27 Dec, 2013 6 commits
  4. 26 Dec, 2013 5 commits
  5. 24 Dec, 2013 2 commits
  6. 23 Dec, 2013 1 commit
  7. 22 Dec, 2013 2 commits
  8. 21 Dec, 2013 4 commits
  9. 20 Dec, 2013 13 commits
  10. 19 Dec, 2013 3 commits