827f64ffb5
The direct rounding floating-point VCVT instructions introduced in ARMv8 encode the s32.f64 variant incorrectly. The op bit should be set to 1 for all signed conversions. gas/ChangeLog: 2014-01-17 Will Newton <will.newton@linaro.org> * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1 for the s32.f64 flavours of VCVT. gas/testsuite/ChangeLog: 2014-01-17 Will Newton <will.newton@linaro.org> * gas/arm/armv8-a+fp.d: Correct encoding of vcvta.s32.f64.
55 lines
1.4 KiB
Plaintext
55 lines
1.4 KiB
Plaintext
2014-01-17 Will Newton <will.newton@linaro.org>
|
||
|
||
* config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
|
||
for the s32.f64 flavours of VCVT.
|
||
|
||
2014-01-14 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/16434
|
||
* config/tc-z80.c (wrong_match): Provide format string to
|
||
as_warn.
|
||
(parse_exp_not_indexed): Delete unused variable dummy.
|
||
(emit_byte): Delete unused variable fixp.
|
||
|
||
2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* config/tc-i386.c (regbnd): Removed.
|
||
(vec_disp8): Likewise.
|
||
|
||
2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* as.c (parse_args): Update copyright year to 2014.
|
||
|
||
2014-01-07 Tom Tromey <tromey@redhat.com>
|
||
|
||
* config/tc-tic30.c (debug): Avoid old VA_* compatibility
|
||
wrappers.
|
||
|
||
2014-01-07 Tom Tromey <tromey@redhat.com>
|
||
|
||
* config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
|
||
use PARAMS.
|
||
|
||
2014-01-07 Tom Tromey <tromey@redhat.com>
|
||
|
||
* config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
|
||
|
||
2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
|
||
|
||
* config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
|
||
|
||
For older changes see ChangeLog-2013
|
||
|
||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|