1. 26 Jul, 2011 1 commit
    • Mans Rullgard's avatar
      x86: fix build with gcc 4.7 · da4c7cce
      Mans Rullgard authored
      The upcoming gcc 4.7 has more advanced constant propagation
      resulting some inline asm operands becoming constants and thus
      emitted as literals, sometimes in contexts where this results
      in invalid instructions.
      
      This patch changes the constraints of the relevant operands
      to "rm" thus forcing a valid type.  While obviously suboptimal,
      this is what older gcc versions already did, and there is no
      change to the code generated with these.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      da4c7cce
  2. 25 Jul, 2011 1 commit
  3. 23 Jul, 2011 1 commit
  4. 22 Jul, 2011 4 commits
  5. 21 Jul, 2011 25 commits
  6. 20 Jul, 2011 8 commits