S12Z: opcodes: Separate the decoding of operations from their display.
[external/binutils.git] / opcodes / ChangeLog
1 2019-01-03  John Darrington <john@darrington.wattle.id.au>
2
3         * s12z-opc.c: New file.
4         * s12z-opc.h: New file.
5         * s12z-dis.c: Removed all code not directly related to display
6         of instructions.  Used the interface provided by the new files
7         instead.
8         * Makefile.am (TARGET_LIBOPCODES_CFILES) Add s12z-opc.c.
9         * Makefile.in: regenerate.
10         * configure.ac (bfd_s12z_arch): Correct the dependencies.
11         * configure: regenerate.
12
13 2019-01-01  Alan Modra  <amodra@gmail.com>
14
15         Update year range in copyright notice of all files.
16
17 For older changes see ChangeLog-2018
18 \f
19 Copyright (C) 2019 Free Software Foundation, Inc.
20
21 Copying and distribution of this file, with or without modification,
22 are permitted in any medium without royalty provided the copyright
23 notice and this notice are preserved.
24
25 Local Variables:
26 mode: change-log
27 left-margin: 8
28 fill-column: 74
29 version-control: never
30 End: