diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-03 23:36:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-03 23:36:46 +0000 |
commit | a47cf5671637afe2982f6fc5840116c9dbec9b74 (patch) | |
tree | bb193d2ea5396c1d118ac132536ae1b18b1b1993 /opcodes | |
parent | 958b5f013a872eaad7b74154f8f6505c0ae52c0c (diff) | |
download | gdb-a47cf5671637afe2982f6fc5840116c9dbec9b74.zip gdb-a47cf5671637afe2982f6fc5840116c9dbec9b74.tar.gz gdb-a47cf5671637afe2982f6fc5840116c9dbec9b74.tar.bz2 |
Fix time ordering of entries
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4ac469b..3ff4653 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -4,14 +4,6 @@ top level. * aclocal.m4, configure: Rebuilt. -2000-08-28 Mark Hatle <mhatle@mvista.com> - - * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics. - (powerpc_opcodes): Add table entries for PPC 405 instructions. - Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403 - instructions. Added extended mnemonic mftbl as defined in the - 405GP manual for all PPCs. - 2000-08-30 Kazu Hirata <kazu@hxi.com> * tic80-dis.c: Fix formatting. @@ -20,6 +12,14 @@ * w65-dis.c: Fix formatting. +2000-08-28 Mark Hatle <mhatle@mvista.com> + + * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics. + (powerpc_opcodes): Add table entries for PPC 405 instructions. + Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403 + instructions. Added extended mnemonic mftbl as defined in the + 405GP manual for all PPCs. + 2000-08-28 Jim Wilson <wilson@cygnus.com> * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode @@ -90,6 +90,15 @@ * ia64-dis.c (print_insn_ia64): Get byte skip count correct for MLI templates. Handle IA64_OPND_TGT64. +2000-08-04 Ben Elliston <bje@redhat.com> + + * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files. + * cgen.sh: Likewise. + +2000-08-02 Jim Wilson <wilson@cygnus.com> + + * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end. + 2000-07-29 Marek Michalkiewicz <marekm@linux.org.pl> * avr-dis.c (avr_operand): Use PARAMS macro in declaration. @@ -102,15 +111,6 @@ as ld/st. Check avr_operand () return value, handle invalid combinations of operands like unknown opcodes. -2000-08-04 Ben Elliston <bje@redhat.com> - - * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files. - * cgen.sh: Likewise. - -2000-08-02 Jim Wilson <wilson@cygnus.com> - - * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end. - 2000-07-28 Ben Elliston <bje@redhat.com> * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New. @@ -370,6 +370,17 @@ Fri May 19 12:29:27 EDT 2000 Diego Novillo <dnovillo@redhat.com> (print_insn_little_powerpc): Likewise. (print_insn_powerpc): Prepend 'v' when printing vector registers. +Mon Apr 24 15:21:35 2000 Clinton Popetz <cpopetz@cygnus.com> + + * configure.in: Add bfd_powerpc_64_arch. + * disassemble.c (disassembler): Use print_insn_big_powerpc for + 64 bit code. + +2000-04-24 Nick Clifton <nickc@cygnus.com> + + * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow + field. + Sun Apr 23 17:54:14 2000 Denis Chertykov <denisc@overta.ru> * avr-dis.c (reg_fmul_d): New. Extract destination register from @@ -382,17 +393,6 @@ Sun Apr 23 17:54:14 2000 Denis Chertykov <denisc@overta.ru> (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU, EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions. -Mon Apr 24 15:21:35 2000 Clinton Popetz <cpopetz@cygnus.com> - - * configure.in: Add bfd_powerpc_64_arch. - * disassemble.c (disassembler): Use print_insn_big_powerpc for - 64 bit code. - -2000-04-24 Nick Clifton <nickc@cygnus.com> - - * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow - field. - 2000-04-22 Timothy Wall <twall@cygnus.com> * ia64-gen.c (general): Add an ordered table of primary |