bug-gnu-utils
[Top][All Lists]
Advanced

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

binutils-2.11.2 arm as fails on STMxx and LDMxx instructions


From: Canup, Thomas D. MHX
Subject: binutils-2.11.2 arm as fails on STMxx and LDMxx instructions
Date: Wed, 19 Sep 2001 16:29:53 -0700

I am trying to compile code saving and restoring registors using the store
and load multiple instructions.  I am getting "expression too complex"
errors when I try to compile

        STMFD   SP!, (R0-R14)
...
        LDMEA SP!, (R0-R14)

or
        STMIA   R0,     (R1)

The problem seems to be in <reglist> portion.  It doesn't seem to matter if
I specify 1 or multiple registers.  If I try
        STMFD SP!, (R1,R2)
I get missing ')' assumed and 
garbage after statement errors where it thinks the ',' is invalid.

I am using a xcompiler running on an I686-pc-linux-gnu system.

Any ideas?

Tom Canup
Abbott Labs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]