OSDN Git Service

The ARM assembler is not assembling the following instruction
authorScott Bambrough <scottb@netwinder.org>
Thu, 1 Jun 2000 19:07:54 +0000 (19:07 +0000)
committerScott Bambrough <scottb@netwinder.org>
Thu, 1 Jun 2000 19:07:54 +0000 (19:07 +0000)
commit10ae88abb0611dccda71c8cc3451345a5c611943
tree97029f67f32c0a53031310643cf6ab732c50509b
parent867571b0c42cf2aa51a29eba4889e0544ca9c8f8
The ARM assembler is not assembling the following instruction
correctly.

mrs lr, spsr

The string pointer is advanced to far before the check to set
the SPSR bit.

Thu Jun 01 2000  Scott Bambrough <scottb@netwinder.org>

* config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.
gas/ChangeLog
gas/config/tc-arm.c