diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-08 11:29:50 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-08 11:29:50 +0000 |
commit | 3f43becc93a1407d517da1864987f9fca67e709e (patch) | |
tree | b9f9b4584eb4e5ec168b37dd9422b1af764c2b9a /packages/gmp/files/sh4-asmfix.patch | |
parent | 8015fdb3542c3737e2ce90fd11877c1bc044ae8e (diff) |
gmp: consolidate identical patches into files/
* thanks to koen for spotting my previous glitch
* taking extra care this time to spot "the other odd man out", too
Diffstat (limited to 'packages/gmp/files/sh4-asmfix.patch')
-rw-r--r-- | packages/gmp/files/sh4-asmfix.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/gmp/files/sh4-asmfix.patch b/packages/gmp/files/sh4-asmfix.patch new file mode 100644 index 0000000000..1a01f61533 --- /dev/null +++ b/packages/gmp/files/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 |