diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-01-11 18:00:17 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-01-11 18:00:17 +0000 |
commit | e28cd48c21973334312e56c432a475303c59ef65 (patch) | |
tree | 7b57279072020c340ab13866610324492ac68fab /gas/ChangeLog | |
parent | b21b22e0688fffcd43af44aa3b234c7a5a4cd954 (diff) | |
download | gdb-e28cd48c21973334312e56c432a475303c59ef65.zip gdb-e28cd48c21973334312e56c432a475303c59ef65.tar.gz gdb-e28cd48c21973334312e56c432a475303c59ef65.tar.bz2 |
* tc-arm.c ((do_ldst): Fix handling an immediate expression pseudo
op that can be translated into a mvn instruction.
* gas/arm/ldconst.s gas/arm/ldconst.d: New files. Test ldr with
immediate pseudo-operations.
* gas/arm/arm.exp: Run it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4e7a11e..e99a1dd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-01-11 Richard Earnshaw <rearnsha@arm.com> + + * tc-arm.c ((do_ldst): Fix handling an immediate expression pseudo + op that can be translated into a mvn instruction. + 2002-01-11 Steve Ellcey <sje@cup.hp.com> * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for |