mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-06 04:54:09 +00:00
bcb6b03df9
This changeset adds official patches published on gmp website. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
22 lines
619 B
Diff
22 lines
619 B
Diff
|
|
# HG changeset patch
|
|
# User Torbjorn Granlund <tege@gmplib.org>
|
|
# Date 1368052461 -7200
|
|
# Node ID 11fbd825bc45385d00b69c30bd7566acee11f0d2
|
|
# Parent bd4c950486ab4c161ea69b91c25150719c3cb700
|
|
Fix typo.
|
|
|
|
diff -r bd4c950486ab -r 11fbd825bc45 mpn/x86_64/bd1/mul_1.asm
|
|
--- a/mpn/x86_64/bd1/mul_1.asm Thu May 02 18:20:37 2013 +0200
|
|
+++ b/mpn/x86_64/bd1/mul_1.asm Thu May 09 00:34:21 2013 +0200
|
|
@@ -53,7 +53,7 @@
|
|
IFDOS(` define(`v0', ``%r9'') ') dnl
|
|
IFDOS(` define(`r9', ``rdi'') ') dnl
|
|
IFDOS(` define(`n', ``%r8'') ') dnl
|
|
-IFDOS(` define(`r8', ``r11'') ') dnl
|
|
+IFDOS(` define(`r8', ``rbx'') ') dnl
|
|
|
|
ASM_START()
|
|
TEXT
|
|
|