]> git.proxmox.com Git - efi-boot-shim.git/commit
Don't use MMX and SSE registers, they aren't initialized.
authorPeter Jones <pjones@redhat.com>
Fri, 31 May 2013 19:34:11 +0000 (15:34 -0400)
committerPeter Jones <pjones@redhat.com>
Fri, 31 May 2013 19:34:11 +0000 (15:34 -0400)
commit632503aa07db59cac13e1578428852aecc224563
tree55440278cb6f6a375ad6a32c78e2d4617af6361f
parent8e7e92beb8898bdf745dfa362310f8d99cfe65b1
Don't use MMX and SSE registers, they aren't initialized.

GCC 4.8.0 will try to use these by default, and you'll wind up looping
across the (uninitialized!) trap handler for uninitialized instructions.

Signed-off-by: Peter Jones <pjones@redhat.com>
Cryptlib/Makefile
Cryptlib/OpenSSL/Makefile
Makefile