summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-03-20 20:40:56 +0000
committerPaul Brook <paul@codesourcery.com>2006-03-20 20:40:56 +0000
commit47ea9f7b75606da905156a9b06ee54ffdd239045 (patch)
treee6d29b91f2c7b4f03d46b3484335fc9f91d20373
parent46a755718b4d0ded392ae3d330e028d54597cfa6 (diff)
downloadgdb-47ea9f7b75606da905156a9b06ee54ffdd239045.tar.gz
2006-03-20 Paul Brook <paul@codesourcery.com>
gas/ * config/tc-arm.c (THUMB2_LOAD_BIT): Define. (move_or_literal_pool): Handle Thumb-2 instructions. (do_t_ldst): Call move_or_literal_pool for =N addressing modes. gas/testsuite/ * gas/arm/thumb2_pool.d: New test. * gas/arm/thumb2_pool.s: New test.
-rw-r--r--ChangeLog.csl10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 57136d36b50..5e7f7393e68 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1 +1,9 @@
-Local patches on this branch
+2006-03-20 Paul Brook <paul@codesourcery.com>
+
+gas/
+ * config/tc-arm.c (THUMB2_LOAD_BIT): Define.
+ (move_or_literal_pool): Handle Thumb-2 instructions.
+ (do_t_ldst): Call move_or_literal_pool for =N addressing modes.
+gas/testsuite/
+ * gas/arm/thumb2_pool.d: New test.
+ * gas/arm/thumb2_pool.s: New test.