diff options
author | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-02-14 18:12:51 +0000 |
---|---|---|
committer | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-02-14 18:12:51 +0000 |
commit | a1ccaec9526b7c2ebd2cc4fc5b5367389dc729ec (patch) | |
tree | eb0104311476f29e0df48480e87bc75183355263 /opcodes/ChangeLog | |
parent | 8e1d55a3dfe0d11fcc0921d97a80dc280a1af06b (diff) | |
download | gdb-a1ccaec9526b7c2ebd2cc4fc5b5367389dc729ec.zip gdb-a1ccaec9526b7c2ebd2cc4fc5b5367389dc729ec.tar.gz gdb-a1ccaec9526b7c2ebd2cc4fc5b5367389dc729ec.tar.bz2 |
opcodes/
* aarch64-opc.c (aarch64_prfops): Change unnamed operation 'name'
fields to NULL.
(aarch64_print_operand): Adjust the printing for AARCH64_OPND_PRFOP.
gas/
* config/tc-aarch64.c (md_begin): Change to check if 'name' is
NULL.
gas/testsuite/
* gas/aarch64/system.s: Add tests.
* gas/aarch64/system.d: Update.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e709c4c..6efdab0 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com> + + * aarch64-opc.c (aarch64_prfops): Change unnamed operation 'name' + fields to NULL. + (aarch64_print_operand): Adjust the printing for AARCH64_OPND_PRFOP. + 2013-02-13 Maciej W. Rozycki <macro@codesourcery.com> * mips-dis.c (is_compressed_mode_p): Only match symbols from the |