ARM conditional load/store multiple instructions unsupported in GAS?

2015-01-18 Thread Schwarz, Konrad
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

RE: Multiple setting of a symbol

2006-09-11 Thread Schwarz, Konrad
> 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

Multiple setting of a symbol

2006-08-09 Thread Schwarz, Konrad
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