summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-31 10:18:44 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-10-31 10:18:44 (GMT)
commita25b1312c91810ace91c6d6d9b86e93ffbcd06a7 (patch)
tree4743e8ff15f8a827034184714552d5612096db4a /Misc
parent5db1051f6b58661b23b0634cf387139e26394ceb (diff)
downloadcpython-a25b1312c91810ace91c6d6d9b86e93ffbcd06a7.zip
cpython-a25b1312c91810ace91c6d6d9b86e93ffbcd06a7.tar.gz
cpython-a25b1312c91810ace91c6d6d9b86e93ffbcd06a7.tar.bz2
Merged revisions 75982 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75982 | mark.dickinson | 2009-10-31 10:11:28 +0000 (Sat, 31 Oct 2009) | 5 lines 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.) ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8dc674a..b06d747 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -312,6 +312,10 @@ Extension Modules
Build
-----
+- Issue #6603: Change READ_TIMESTAMP macro in ceval.c so that it
+ compiles correctly under gcc on x86-64. This fixes a reported
+ problem with the --with-tsc build on x86-64.
+
- Issue #6802: Fix build issues on MacOSX 10.6
- Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6.