Den 08-07-2012 14:42, Thomas Schatzl skrev:
Actually, I saw that armv5 already supports blx, do not know right
now why
it isn't generated in the first place. Did you ever try compiling the
compiler or your program with -Cparmv5? Maybe it's just that the
compiler
default is < armv5?
I never really tested -Cparmv5, only -Cparmv6 and with no options (so
default value), I just conected the points based on your assertion
that default=v5, but indeed maybe it is v4.
... or even to some lower common denominator.
Thomas
_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel
You should be using -Cparmv5t if you want armv5 and blx. The t indicates
that the device has thumb support, which most have, but armv5 is usually
safer, hence it's the default.
_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel