diff options
author | lloyd <[email protected]> | 2011-04-18 18:05:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-18 18:05:27 +0000 |
commit | 06a32c91e639cc2b0c636553a8aa395aa90d4d37 (patch) | |
tree | 9e69d0eda9228cfde50cfd377ebe0e4463026e32 /doc | |
parent | 886252ce1a1b0de611c33c9eac0a91a0e6bf3276 (diff) |
My workaround for gcc pr 44174 caused cpuid support to be silently
disabled under gcc.
Hide asm labels in the x86-32 code; some did not begin with a .L so
they were being exported.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index ff0beca78..4c9e5e054 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -12,6 +12,9 @@ Version 1.10.0, Not Yet Released * Further updates to the documentation +* A bug in 1.9.16 effectively disabled support for runtime CPU feature + detection on x86 under GCC in that release. + * New options to ``configure.py`` control what tools are used for documentation generation. The ``--with-sphinx`` option enables using Sphinx to convert ReST into HTML; otherwise the ReST sources are |