]> git.pld-linux.org Git - packages/libpng.git/blame - libpng-clobber_list.patch
- obsolete
[packages/libpng.git] / libpng-clobber_list.patch
CommitLineData
1d9feb35 1--- libpng-1.2.6beta2/pnggccrd.c.orig 2002-11-01 02:53:08.000000000 +0100
71bf1de8
PS
2+++ libpng-1.2.6beta2/pnggccrd.c 2004-03-01 15:17:55.807326104 +0100
3@@ -5036,7 +5036,10 @@
1d9feb35
PS
4 "1" (prev_row), // esi
5 "2" (row) // edi
6
7- : "%eax", "%ebx", "%ecx" // clobber list (no input regs!)
71bf1de8
PS
8+ : "%eax", "%ecx" // clobber list (no input regs!)
9+#ifndef __PIC__
10+ , "%ebx"
11+#endif
1d9feb35
PS
12
13 #if 0 /* MMX regs (%mm0, etc.) not supported by gcc 2.7.2.3 or egcs 1.1 */
14 , "%mm0", "%mm1", "%mm2", "%mm3"
This page took 0.029611 seconds and 4 git commands to generate.