summaryrefslogtreecommitdiffstats
path: root/third_party/lzma_sdk/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lzma_sdk/README.chromium')
-rw-r--r--third_party/lzma_sdk/README.chromium5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/lzma_sdk/README.chromium b/third_party/lzma_sdk/README.chromium
index c9ea02f..a042cb9 100644
--- a/third_party/lzma_sdk/README.chromium
+++ b/third_party/lzma_sdk/README.chromium
@@ -13,7 +13,10 @@ compression has been included. The project files have been rewritten to use
proper file paths and generate a static lib.
The patch in chromium.patch was applied to CpuArch.c to fix compile error on
-32bit Linux.
+32bit Linux (when compiled with -fPIC).
+
+2013-06-14: The patch was updated to fix register corruption that can occur on
+64-bit platforms.
An #include <stdlib.h> needs to be added to CpuArch.h to avoid a warning on
Win32.