diff options
author | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-03-05 16:31:44 +0000 |
---|---|---|
committer | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-03-05 16:31:44 +0000 |
commit | 62b0d0d5f3b116a7e7014ef50d3103bbef7a89de (patch) | |
tree | a4018302ccb80efd6372d299eca89638e14029ee /gas/ChangeLog | |
parent | 334ad4a8e4eca1cdc483ff3d24348b34488769eb (diff) | |
download | gdb-62b0d0d5f3b116a7e7014ef50d3103bbef7a89de.zip gdb-62b0d0d5f3b116a7e7014ef50d3103bbef7a89de.tar.gz gdb-62b0d0d5f3b116a7e7014ef50d3103bbef7a89de.tar.bz2 |
Add to the AArch64 GAS the missing support for hexadecimal-format
floating-point literal in the FMOV instruction.
gas/
* config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
add comment.
(aarch64_double_precision_fmovable): New function.
(parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
function; handle hexadecimal representation of IEEE754 encoding.
(parse_operands): Update the call to parse_aarch64_imm_float.
gas/testsuite/
* gas/aarch64/diagnostic.s: Add test.
* gas/aarch64/diagnostic.l: Update.
* gas/aarch64/illegal.s: Add test.
* gas/aarch64/illegal.l: Update.
* gas/aarch64/fpmov.s: New file.
* gas/aarch64/fpmov.d: New file.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a547f13..31cb2af 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2013-03-05 Yufeng Zhang <yufeng.zhang@arm.com> + + * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern'; + add comment. + (aarch64_double_precision_fmovable): New function. + (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new + function; handle hexadecimal representation of IEEE754 encoding. + (parse_operands): Update the call to parse_aarch64_imm_float. + 2013-02-28 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix. |