ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / qemu / op-gen-label.patch
blob6e306e27a417beb2bd512951fd1581ba80049bba
1 --- qemu/dyngen.h~ 2005-04-27 13:52:05.000000000 -0700
2 +++ qemu/dyngen.h 2005-07-24 23:03:15.000000000 -0700
3 @@ -19,7 +19,9 @@
4 */
6 int __op_param1, __op_param2, __op_param3;
7 -int __op_gen_label1, __op_gen_label2, __op_gen_label3;
8 +int __op_gen_label1 __attribute__ ((section ("text"))) =0;
9 +int __op_gen_label2 __attribute__ ((section ("text"))) =0;
10 +int __op_gen_label3 __attribute__ ((section ("text"))) =0;
11 int __op_jmp0, __op_jmp1, __op_jmp2, __op_jmp3;
13 #ifdef __i386__