Hello,
how does GAS expect the 32-bit ARM instruction Load Multiple Decrement Before
If Negative
to be coded? The ARM V7 Architecture manual indicates that it should coded as
`ldmdbmi',
yet my GAS reports `Error: bad instruction `ldmdbmi a1,{a2,a3}''.
This GAS reports its version as
`arm-xilin
> From: Nick Clifton [mailto:[EMAIL PROTECTED]
> > Specifically, given the code
> >
> > my_variable:
> > .long X
> > X = 1
> > X = 2
> >
> > the new version assembles the value 1 into my_variable,
> while the old
> > version assembles the value 2.
>
> The problem with this is wha
Hi,
I recently upgraded to as(1) version 2.16.91 20060320, as distributed by
CodeSourcery for ARM, and notice differences with regards to earlier
versions of as(1) (2.16), as built by myself. (This has caused a lot of
head scratching for me). I can reproduce this behavior with the native
as 2.17