[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] SLB broken ?



Helmut Karlowski wrote:
from an older posting:

I don't see anything related to my earlier findings.

I only see that in FreeMiNT's sys/slb.c, line 229:
http://www.atariforge.net/cgi-bin/cvsweb/freemint/sys/slb.c?rev=1.35&content-type=text/x-cvsweb-markup

	/* Test for the new program format */
	exec_longs = (long *) b->p_tbase;
	if (exec_longs[0] == 0x283a001aL && exec_longs[1] == 0x4efb48faL)

That signature has changed with SLB files built with binutils-2.18-mint-20080209 and later, so the code can't work as expected. I don't know if this is a big problem.

I could provide a patch for this specific problem, but I would like to test myself.

--
Vincent Rivière