Finn Thain writes:
> @@ -21,7 +22,9 @@ OSErr SerGetBuf(short refNum, long *count)
>
> res = PBStatusSync((ParmBlkPtr)¶m);
>
> - *count = *(long*)param.csParam;
> + p = (((unsigned)param.csParam[0] & 0x) << 16) +
> + (((unsigned)param.csParam[1] & 0x) << 0);
Finn Thain dixit:
>It fails to build with "error: dereferencing type-punned pointer will
>break strict-aliasing rules". An untested patch follows.
Mh. If it’s just these, I think no big deal. I also got an
offer to test, and in the meantime we were switched to gcc-4.6
but I’ll just try (in my va
On Tue, 13 Dec 2011, Thorsten Glaser wrote:
> Hi,
>
> I can try to update the package and build it with gcc-4.4 (which is our
> current standard although people would love to switch to gcc-4.6), if
> that works.
I was able to built it (without docs, I didn't have the tools) from the
gitoriou
Hi,
I can try to update the package and build it with gcc-4.4
(which is our current standard although people would love
to switch to gcc-4.6), if that works.
However, I cannot test the resulting binaries. Laurent or
Finn, I’d need your help with that then. Preferably before
uploading, of course ;
On Sun, Dec 11, 2011 at 10:11:03PM +, Thorsten Glaser wrote:
> Andreas Schwab dixit:
>
> >Thorsten Glaser writes:
> >
> >> Index: eglibc-2.13/ports/sysdeps/unix/sysv/linux/m68k/syscall.S
> >> ===
> >> --- eglibc-2.13.orig/ports/s
5 matches
Mail list logo