On 03/06/2012 07:22 PM, Richard Henderson wrote:
On 03/06/12 09:55, Andreas Schwab wrote:
Richard Henderson<r...@redhat.com> writes:
On 03/06/12 02:13, Andreas Schwab wrote:
Ralf Corsepius<ralf.corsep...@rtems.org> writes:
* Incompatiblible/insufficient binutils (I am using binutils-2.22)?
* Some as/ld-flags getting lost/improperly propagated during
assembly/linking?
* Bad/incompatible inline-asm hard-coded somewhere?
TAS needs at least ISA_B, ie. at least CFV4.
So... the correct test is what...
#define ISA_HAS_TAS (!TARGET_COLDFIRE || TARGET_ISAB || TARGET_ISAC)
Yes, that looks correct.
Thanks.
Ralf, I've committed the following to mainline. Please try your rtems
testing again, and if that works I'll push the patch to 4.7 branch.
Thanks,
gcc-4_7-branch now finished bootstrapping for --target=m68k-rtems4.11
with your patch applied.
Ralf