Issue #6603: Fix --with-tsc build failures on x86-64 that resulted
commitd8feb3177aeea91e268197e48d24676fe5b27104
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 31 Oct 2009 10:11:28 +0000 (31 10:11 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 31 Oct 2009 10:11:28 +0000 (31 10:11 +0000)
treef174c0fd2dc5a322fb6ae15bfeaa6f5dd800cef1
parent26f99ea62fc2212fb75b41b88b91f316cef9190a
Issue #6603: Fix --with-tsc build failures on x86-64 that resulted
from a gcc inline assembler peculiarity. (gcc's "A" constraint
apparently means 'rax or rdx' in 64-bit mode, not edx:eax
or rdx:rax as one might expect.)

git-svn-id: http://svn.python.org/projects/python/trunk@75982 6015fed2-1504-0410-9fe1-9d1591cc4771
Misc/NEWS
Python/ceval.c