1. 22 Jul, 2013 10 commits
  2. 19 Jul, 2013 1 commit
  3. 18 Jul, 2013 4 commits
  4. 17 Jul, 2013 1 commit
    • Andrew Hsieh's avatar
      Fix test-cupfeatures · 34fc96f6
      Andrew Hsieh authored
      -march=armv7-a set earlier in TARGET_CFLAGS isn't compatible with
      -mcpu=cortex-a15.  When both exists, GCC 4.7/4.8 uses -march=armv7-a
      for codegen (including putting ".arch armv7-a" in the *.s file) and
      -mcpu=cortex-a15 for tuning.  Unfortunately, assembler in
      binutils-2.22/2.23 (with GCC 4.7/4.8) fails to compile "sdiv"
      with ".arch armv7-a" in the *.s file.
      
      GCC 4.6 compiles fine because the older assembler doesn't check
      
      Change-Id: I47eac88b4d2a4d8e8aa8d7fd210d6f2e869d2c9a
      34fc96f6
  5. 16 Jul, 2013 6 commits
  6. 15 Jul, 2013 6 commits
  7. 12 Jul, 2013 9 commits
  8. 11 Jul, 2013 3 commits