diff options
author | Nick Clifton <nickc@redhat.com> | 2010-01-20 11:21:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-01-20 11:21:37 +0000 |
commit | 760f3a89bc848e34713cbbe356c1dfb5af2514ba (patch) | |
tree | 0c97223aed8fe413723468b51bd61bc70b9ecdcb | |
parent | 99ea83aac3cb643a5ffd64bbfd74c6fbba87d2cf (diff) | |
download | gdb-760f3a89bc848e34713cbbe356c1dfb5af2514ba.zip gdb-760f3a89bc848e34713cbbe356c1dfb5af2514ba.tar.gz gdb-760f3a89bc848e34713cbbe356c1dfb5af2514ba.tar.bz2 |
Add changelog entries for PR 11109. Patch itself was accidentally committed earlier.
Remove Spurious whitespace in ChangeLog-2009.
-rw-r--r-- | gas/ChangeLog | 12 | ||||
-rw-r--r-- | gas/ChangeLog-2009 | 8 | ||||
-rw-r--r-- | gas/testsuite/ChangeLog | 6 |
3 files changed, 21 insertions, 5 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ef50b55..a1195e8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,17 @@ +2010-01-20 Nick Clifton <nickc@redhat.com> + + PR 11109 + * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add + code to handle round-to-zero for VCVT conversions. + (do_neon_cvt): New. Call do_neon_cvt_1. + (do_neon_cvtr): New. Call do_neon_cvt_1. + (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR + insn. + 2010-01-18 Tristan Gingold <gingold@adacore.com> * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers. - + 2010-01-15 Sebastian Pop <sebastian.pop@amd.com> * config/tc-i386.c (md_assemble): Before accessing the IMM field diff --git a/gas/ChangeLog-2009 b/gas/ChangeLog-2009 index 0fd639c..3cf62d0 100644 --- a/gas/ChangeLog-2009 +++ b/gas/ChangeLog-2009 @@ -34,7 +34,7 @@ register. (do_mrs): Likewise. (do_mul): Likewise. - + 2009-12-16 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (process_suffix): Set i.suffix to 0 in @@ -54,7 +54,7 @@ 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> - * config/tc-i386.c (process_operands): Check vexsources + * config/tc-i386.c (process_operands): Check vexsources instead of vex3sources. (build_modrm_byte): Check vexsources instead of vex2sources and vex3sources. @@ -264,12 +264,12 @@ * config/m68k-parse.h (enum m68k_register): Add ACR[4-7], RGPIOBAR. * config/tc-m68k.c (mcf5206_ctrl): Fix whitespace. - (mcf52223_ctrl): Remove non-existent registers. + (mcf52223_ctrl): Remove non-existent registers. (mcf54418): Define. (mcf54455): Remove MBAR. (m68k_cpus): Add lines for MCF5441x family. (m68k_ip, init_table): Handle RGPIOBAR, ACR[4-7]. - + 2009-11-06 H.J. Lu <hongjiu.lu@intel.com> * doc/c-i386.texi: Move .lwp. diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index f9daf9c..28b4713 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-01-20 Nick Clifton <nickc@redhat.com> + + PR 11109 + * gas/arm/vfp-neon-syntax.d: Update expected disassembly. + * gas/arm/vfp-neon-syntax_t2.d: Likewise. + 2010-01-15 Sebastian Pop <sebastian.pop@amd.com> * gas/i386/x86-64-xop.d: Add missing patterns. |