]> git.pld-linux.org Git - packages/libpng.git/blob - libpng-clobber_list.patch
- obsolete
[packages/libpng.git] / libpng-clobber_list.patch
1 --- libpng-1.2.6beta2/pnggccrd.c.orig   2002-11-01 02:53:08.000000000 +0100
2 +++ libpng-1.2.6beta2/pnggccrd.c        2004-03-01 15:17:55.807326104 +0100
3 @@ -5036,7 +5036,10 @@
4          "1" (prev_row),         // esi
5          "2" (row)               // edi
6  
7 -      : "%eax", "%ebx", "%ecx"            // clobber list (no input regs!)
8 +      : "%eax", "%ecx"          // clobber list (no input regs!)
9 +#ifndef __PIC__
10 +      , "%ebx"
11 +#endif
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.097691 seconds and 3 git commands to generate.