]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-cmpi.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/gcc.git] / gcc-cmpi.patch
CommitLineData
e227a7f7 1--- gcc-3.3.5/gcc/config/rs6000/eabi.asm~ Fri Oct 8 15:13:48 2004
2+++ gcc-3.3.5/gcc/config/rs6000/eabi.asm Fri Oct 8 15:13:48 2004
3@@ -252,7 +252,7 @@
4
5 .Lcvt:
6 lwzu 6,4(3) /* pointer to convert */
7- cmpi 0,6,0
8+ cmpwi 0,6,0
9 beq- .Lcvt2 /* if pointer is null, don't convert */
10
11 add 6,6,12 /* convert pointer */
This page took 0.023406 seconds and 4 git commands to generate.