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

Re: Status of PL48 Was: gcc-as 2.5.1



Julian,

>> if (__mint)
>> if (__mint || __magic)
>>
>> So I didn't touch it. Such changes (if needed at all) must be done by a
>> MagiC programmer, not me.
>
>Well. There should be no explicit checking for MiNT. Either a GEMDOS
>call exists, than use it. Otherwise it will return -32L.

the GEMDOS calls were fixed already by a different patch. The clean pl47
should be fully MagiC aware (or any system extension aware).

The remaining __mint conditions seems to be very MiNT specific (and usually
do not call a GEMDOS routine). Things like signals, timer related functions,
console etc. I don't know how MagiC handles console, so I can't say anything
than that a MagiC (or any good system) programmer should have a look at the
pre-pl48.

Petr