> In addition to this patch I also needed the attached patch to get MinGW
> GCC 3.4.1 builds working...
>
>...
> -                if (strstart(sym_name, "__op_label", &p)) {
> +                if (strstart(sym_name, "__op_label", &p) ||
> +                    strstart(sym_name, "_op_label", &p)) {

I'm not sure this is the right fix. Did I miss an ASM_NAME macro somewhere?

Paul


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to