summaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-07-09 07:52:37 +0000
committerNick Clifton <nickc@redhat.com>2009-07-09 07:52:37 +0000
commit375ad0c718c2a9a33b8bb54644b94035608ea8c1 (patch)
treed653e3fa9041e1bbd353b01f0ae4769a93e15866 /gas/NEWS
parent5352cb182477f3c44d2ee7f7af8c9472c1e0841c (diff)
downloadbinutils-redhat-375ad0c718c2a9a33b8bb54644b94035608ea8c1.tar.gz
* config/tc-arm.c (it_fsm_post_encode): New forward declaration.
(set_it_insn_type_nonvoid): New macro. (emit_thumb32_expr): New function. (thumb_insn_size): New function. (emit_insn): New function. (s_arm_elf_inst): New function. (md_pseudo_table): New pseudo-opcode entries added. * doc/c-arm.texi: New directive added. * gas/arm/inst-po.d: New testcase. * gas/arm/inst-po.s: New file. * gas/arm/inst-po-2.d: New testcase. * gas/arm/inst-po-2.s: New file. * gas/arm/inst-po-2.l: New file. * gas/arm/inst-po-3.d: New testcase. * gas/arm/inst-po-3.s: New file. * gas/arm/inst-po-be.d: New testcase.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index b4b2ca65e1..529f4ab5ea 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,4 +1,6 @@
-*- text -*-
+* ARM assembler now supports .inst[.nw] pseudo-ops to insert opcodes specified
+ in binary rather than text.
* Add support for common symbol alignment to PE formats.