Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-09-04 19:55:35 +0400
committerPaul Brook <paul@codesourcery.com>2006-09-04 19:55:35 +0400
commita7e654f078eedb056e9aac9ae9090b69cf8bc740 (patch)
treeaa9a0208bc9380e6cc61c68e3fca6c0e3b2adebd
parent860709a45d64c9a5d17d33c37bcbabf1bbba80b1 (diff)
2006-09-04 Paul Brook <paul@codesourcery.com>
gas/ * config/tc-arm.c (do_neon_dyadic_if_i): Remove. (do_neon_dyadic_if_i_d): Avoid setting U bit. (do_neon_mac_maybe_scalar): Ditto. (do_neon_dyadic_narrow): Force operand type to NT_integer. (insns): Remove out of date comments. gas/testsuite/ * gas/arm/neon-cov.s: Test .u and .s aliases for .i suffixes. * gas/arm/neon-cov.d: Adjust expected output. opcodes/ * arm-dis.c (neon_opcode): Fix suffix on VMOVN.
-rw-r--r--ChangeLog.csl16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 834afd60b..e36028c53 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,19 @@
+2006-09-04 Paul Brook <paul@codesourcery.com>
+
+ gas/
+ * config/tc-arm.c (do_neon_dyadic_if_i): Remove.
+ (do_neon_dyadic_if_i_d): Avoid setting U bit.
+ (do_neon_mac_maybe_scalar): Ditto.
+ (do_neon_dyadic_narrow): Force operand type to NT_integer.
+ (insns): Remove out of date comments.
+
+ gas/testsuite/
+ * gas/arm/neon-cov.s: Test .u and .s aliases for .i suffixes.
+ * gas/arm/neon-cov.d: Adjust expected output.
+
+ opcodes/
+ * arm-dis.c (neon_opcode): Fix suffix on VMOVN.
+
2006-09-01 Mark Shinwell <shinwell@codesourcery.com>
bfd/