end of the TST
instruction which means that the shl on the original code is not being
performed and the test is therefore invalid.
Similar code sequences in multiple other places produce the same result with
the lsl suffix missing from the TST instruction.
Please let me know if you ne
>On Fri, 18 Aug 2023, Michael Van Canneyt via fpc-devel wrote:
>And that is how it is supposed to be.
>The distclean is only needed at the toplevel. The rest is handled by fpmake.
>So there is no need to call distclean for subdirectories, this means that
>CLEAN_TARGET_DIRS must be empty.
>So wh
Hello,
Just letting you know that some recent changes seem to have broken "make
distclean" for source/utils
Makefile.fpc in the source/utils folder contains the line:
CLEAN_TARGET_DIRS=$(subst /Makefile.fpc, ,$(wildcard */Makefile.fpc))
But a recent commit (25 July 2023) removed all the Makefi
On Mar 20, 2016 10:19 PM, Jy V wrote:
>
>
>
>> On Sun, Mar 20, 2016 at 2:11 AM, Garry Wood wrote:
>>>
>>> I recently ported the implementation from LibTimCrypt / wpa_supplicant
>>> (which are both from public domain implementations), you can find the
On Mar 20, 2016 10:17 PM, Jy V wrote:
>
>
> On Sun, Mar 20, 2016 at 2:11 AM, Garry Wood wrote:
>>
>> I recently ported the implementation from LibTimCrypt / wpa_supplicant
>> (which are both from public domain implementations), you can find the unit
>&g
On Mar 20, 2016 8:14 PM, Michael Van Canneyt wrote:
>
>
>
> On Sun, 20 Mar 2016, Garry Wood wrote:
>
> >> I'm trying to write a sha256 implementation in pure pascal like sha1 and
> >> md5 units.
> >> With negative results.
> >> Som
>I'm trying to write a sha256 implementation in pure pascal like sha1 and md5
>units.
>With negative results.
>Someone can helpme with this?
I recently ported the implementation from LibTimCrypt / wpa_supplicant (which
are both from public domain implementations), you can find the unit here:
h
Hi,
Some might consider this off topic for the list but I'm going with the fact
that it extends the reach of FPC to a new target.
A new unofficial target has been released for FPC (target ultibo) which
provides an RTL that allows embedded development for Raspberry Pi without an
operating syste
>>While it's true that BLX always changes instructions set, I've heard some
>>reports indicating that some assembler/linker combinations on OSX (apparently
>>clang based?) have been behaving >>strangely with this lately.
>>GCC+binutils have always been following the "emit blx and let the linker
On 12/16/2015 10:13 AM, Jonas Maebe wrote:
>> The compiler and assembler mark which code is ARM and which is Thumb.
>> Normally, when the linker processes the object files, it will replace
>> the blx instructions with bl if they go from ARM to ARM or from Thumb
>> to Thumb. The reason that a com
Pascal and this is the only issue I
have encountered that I could directly trace to FPC itself. Thanks to you all
for such a powerful compiler!
Thanks,
Garry Wood.
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.
11 matches
Mail list logo