]> xenbits.xensource.com Git - people/gdunlap/xen.git/commit
test_x86_emulate: fix inline assembly in blowfish code
authorJan Beulich <jbeulich@suse.com>
Fri, 6 Mar 2015 15:56:16 +0000 (16:56 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 6 Mar 2015 15:56:16 +0000 (16:56 +0100)
commit2090ff500d2de38f23f85a931032699ec15064e7
tree58058f4978033fecb7833e4bcd4b60f30e5c0360
parenta68d1b65bb1bbb9b8db2d82695d32ac09c52a2d7
test_x86_emulate: fix inline assembly in blowfish code

With certain gcc versions, commit 1166ecf781 ("tools/Rules.mk: Don't
optimize debug builds; add macro debugging information") results in the
file scope inline assembly no longer being emitted to the .text section
without explicitly switching to it, which causes the blowfish test to
signal SEGV.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/tests/x86_emulator/blowfish.c