diff options
author | Ross Burton <ross.burton@intel.com> | 2014-09-08 12:58:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-10 11:33:24 +0100 |
commit | 7df591073e1ff3d8ad54d506bee5c2449ca67f7f (patch) | |
tree | 715adc2a757db6995277ea8d03eaae0593030bb4 /meta/recipes-graphics/xorg-lib/pixman | |
parent | 28500e52095751e3e4c60b4bf88aba558489bf64 (diff) | |
download | poky-7df591073e1ff3d8ad54d506bee5c2449ca67f7f.tar.gz |
pixman: upgrade to 0.32.6
Revert a patch to the MIPS-specific code that was causing compile failures.
(From OE-Core rev: ace56dcd6eed1ab92af9bdf5bd6d9b11e35a0917)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/pixman')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/pixman/mips-export-revert.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman/mips-export-revert.patch b/meta/recipes-graphics/xorg-lib/pixman/mips-export-revert.patch new file mode 100644 index 0000000000..14a5fd209b --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/pixman/mips-export-revert.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | Revert a commit in pixman 0.32.6 which breaks compliation on MIPS machines with | ||
2 | errors such as: | ||
3 | |||
4 | pixman-0.32.6/pixman/pixman-mips-dspr2-asm.S:4267: | ||
5 | Error: invalid operands `mflo $14,$ac3' | ||
6 | |||
7 | Upstream-Status: Pending | ||
8 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
9 | |||
10 | --- b/pixman/pixman-mips-dspr2-asm.h | ||
11 | +++ a/pixman/pixman-mips-dspr2-asm.h | ||
12 | @@ -72,10 +72,7 @@ | ||
13 | #define LEAF_MIPS32R2(symbol) \ | ||
14 | .globl symbol; \ | ||
15 | .align 2; \ | ||
16 | -#ifdef __ELF__ | ||
17 | - .hidden symbol; \ | ||
18 | .type symbol, @function; \ | ||
19 | -#endif | ||
20 | .ent symbol, 0; \ | ||
21 | symbol: .frame sp, 0, ra; \ | ||
22 | .set push; \ | ||