diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-30 16:24:18 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-30 16:24:18 +0000 |
commit | 57d9d26d8546c7182eeab06a1539238f10178c97 (patch) | |
tree | dfb00cc40a2287800c3765f477f312de6fc037ad /meta/packages/gmp/gmp-4.2.2/sh4-asmfix.patch | |
parent | b4ebeec27eb79ecc6bf3c2058b52c1942ae36188 (diff) | |
download | poky-57d9d26d8546c7182eeab06a1539238f10178c97.tar.gz |
gmp: 4.2.1 -> 4.2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4376 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gmp/gmp-4.2.2/sh4-asmfix.patch')
-rw-r--r-- | meta/packages/gmp/gmp-4.2.2/sh4-asmfix.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/packages/gmp/gmp-4.2.2/sh4-asmfix.patch b/meta/packages/gmp/gmp-4.2.2/sh4-asmfix.patch new file mode 100644 index 0000000000..1a01f61533 --- /dev/null +++ b/meta/packages/gmp/gmp-4.2.2/sh4-asmfix.patch | |||
@@ -0,0 +1,26 @@ | |||
1 | --- gmp-4.1.4/mpn/sh/add_n.s 2005/11/17 08:44:00 1.1 | ||
2 | +++ gmp-4.1.4/mpn/sh/add_n.s 2005/11/17 08:18:57 | ||
3 | @@ -29,8 +29,8 @@ | ||
4 | |||
5 | .text | ||
6 | .align 2 | ||
7 | - .global ___gmpn_add_n | ||
8 | -___gmpn_add_n: | ||
9 | + .global __gmpn_add_n | ||
10 | +__gmpn_add_n: | ||
11 | mov #0,r3 ! clear cy save reg | ||
12 | |||
13 | Loop: mov.l @r5+,r1 | ||
14 | --- gmp-4.1.4/mpn/sh/sub_n.s 2005/11/17 08:44:04 1.1 | ||
15 | +++ gmp-4.1.4/mpn/sh/sub_n.s 2005/11/17 08:18:59 | ||
16 | @@ -29,8 +29,8 @@ | ||
17 | |||
18 | .text | ||
19 | .align 2 | ||
20 | - .global ___gmpn_sub_n | ||
21 | -___gmpn_sub_n: | ||
22 | + .global __gmpn_sub_n | ||
23 | +__gmpn_sub_n: | ||
24 | mov #0,r3 ! clear cy save reg | ||
25 | |||
26 | Loop: mov.l @r5+,r1 | ||