Hi,

Sorry about the inline patch. Please find the original diff file as a text
attachment.

The only warning fix is in /src/helper/replacements.c and has to do with
MinGW not linking a "long" being cast to "HANDLE" (= 64 bit void*), so I'm
not sure it's worth splitting it (it's still 64 bit related).
If you insist, I'll do it.

The only way I found to address this was to explicitly detect the MinGW 64
bit compilation flags ( #if (defined(_M_X64) || (defined(_M_AMD64))) ),
which I'm not entirely satisfied with since it's far from universal. There's
probably a better way to address this.

Regards,

>NIL:


2009/10/13 Øyvind Harboe <[email protected]>

> Hi,
>
> please split the patches in two separate posts(one for Win64 stuff
> and another for warning fixes) and email them as attachments.
>
> The mailing list software is not kind with inline patches.
>
>
> --
> Øyvind Harboe
> http://www.zylin.com/zy1000.html
> ARM7 ARM9 ARM11 XScale Cortex
> JTAG debugger and flash programmer
>

Attachment: patch_mingw_64.diff
Description: Binary data

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to