summaryrefslogtreecommitdiff
path: root/openembedded/packages/gmp/gmp-4.1.4/sh4-asmfix.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-12-12 14:52:04 +0000
committerRichard Purdie <richard@openedhand.com>2005-12-12 14:52:04 +0000
commit8fd58431099933596268fb47245e673cf55ce3c6 (patch)
treef4405b22fa75ec422d7012cb5cc80e057c5ba5ce /openembedded/packages/gmp/gmp-4.1.4/sh4-asmfix.patch
parent3c470b4e199b91c16da139eef47df253627f00e3 (diff)
downloadopenembedded-core-8fd58431099933596268fb47245e673cf55ce3c6.tar.gz
openembedded-core-8fd58431099933596268fb47245e673cf55ce3c6.tar.bz2
openembedded-core-8fd58431099933596268fb47245e673cf55ce3c6.tar.xz
openembedded-core-8fd58431099933596268fb47245e673cf55ce3c6.zip
oe/packages Updates from Openembedded
git-svn-id: https://svn.o-hand.com/repos/poky@189 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gmp/gmp-4.1.4/sh4-asmfix.patch')
-rw-r--r--openembedded/packages/gmp/gmp-4.1.4/sh4-asmfix.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/openembedded/packages/gmp/gmp-4.1.4/sh4-asmfix.patch b/openembedded/packages/gmp/gmp-4.1.4/sh4-asmfix.patch
new file mode 100644
index 000000000..1a01f6153
--- /dev/null
+++ b/openembedded/packages/gmp/gmp-4.1.4/sh4-asmfix.patch
@@ -0,0 +1,26 @@
+--- gmp-4.1.4/mpn/sh/add_n.s 2005/11/17 08:44:00 1.1
++++ gmp-4.1.4/mpn/sh/add_n.s 2005/11/17 08:18:57
+@@ -29,8 +29,8 @@
+
+ .text
+ .align 2
+- .global ___gmpn_add_n
+-___gmpn_add_n:
++ .global __gmpn_add_n
++__gmpn_add_n:
+ mov #0,r3 ! clear cy save reg
+
+ Loop: mov.l @r5+,r1
+--- gmp-4.1.4/mpn/sh/sub_n.s 2005/11/17 08:44:04 1.1
++++ gmp-4.1.4/mpn/sh/sub_n.s 2005/11/17 08:18:59
+@@ -29,8 +29,8 @@
+
+ .text
+ .align 2
+- .global ___gmpn_sub_n
+-___gmpn_sub_n:
++ .global __gmpn_sub_n
++__gmpn_sub_n:
+ mov #0,r3 ! clear cy save reg
+
+ Loop: mov.l @r5+,r1