diff options
author | Nick Clifton <nickc@redhat.com> | 1997-08-18 18:12:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-08-18 18:12:54 +0000 |
commit | ab11a82c2dc79b3572024b78bcef08980ca0c8c5 (patch) | |
tree | b04e70c7a95e896ae1959db4f0c94b37e6e9bca9 /opcodes/ChangeLog | |
parent | 27161f9e55c4ed204699090e1be660f2fee63714 (diff) | |
download | gdb-ab11a82c2dc79b3572024b78bcef08980ca0c8c5.zip gdb-ab11a82c2dc79b3572024b78bcef08980ca0c8c5.tar.gz gdb-ab11a82c2dc79b3572024b78bcef08980ca0c8c5.tar.bz2 |
Add support for v850e and v850eq targets.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a7700ec..409c92b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,25 @@ +Mon Aug 18 11:10:03 1997 Nick Clifton <nickc@cygnus.com> + + * v850-opc.c (v850_opcodes[]): Remove use of flag field. +start-sanitize-v850eq + * v850-opc.c (v850_opcodes[]): Add support for reversed short load + opcodes.. +start-sanitize-v850eq + +start-sanitize-v850e +Mon Aug 18 11:08:25 1997 Nick Clifton <nickc@cygnus.com> + + * configure (cgen_files): Add support for v850e target. + * configure.in (cgen_files): Add support for v850e target. +end-sanitize-v850e + +start-sanitize-v850eq +Mon Aug 18 11:08:25 1997 Nick Clifton <nickc@cygnus.com> + + * configure (cgen_files): Add support for v850eq target. + * configure.in (cgen_files): Add support for v850eq target. +end-sanitize-v850eq + Fri Aug 15 05:17:48 1997 Doug Evans <dje@canuck.cygnus.com> * configure.in (bfd_arc_arch): Add. |