This change adds an abstraction layer between the decoding of machine
operations and their disassembled textual representation. This allows
the decoding routines to be re-used for other purposes (at the expense)
of slightly slower running time.
ChangeLog: opcodes/
* s12z-opc.c: New file.
* s12z-opc.h: New file.
* s12z-dis.c: Removed all code not directly related to display
of instructions. Used the interface provided by the new files
instead.
* Makefile.am (TARGET_LIBOPCODES_CFILES) Add s12z-opc.c.
* Makefile.in: regenerate.
* configure.ac (bfd_s12z_arch): Correct the dependencies.
* configure: regenerate.
31 lines
876 B
Plaintext
31 lines
876 B
Plaintext
2019-01-03 John Darrington <john@darrington.wattle.id.au>
|
|
|
|
* s12z-opc.c: New file.
|
|
* s12z-opc.h: New file.
|
|
* s12z-dis.c: Removed all code not directly related to display
|
|
of instructions. Used the interface provided by the new files
|
|
instead.
|
|
* Makefile.am (TARGET_LIBOPCODES_CFILES) Add s12z-opc.c.
|
|
* Makefile.in: regenerate.
|
|
* configure.ac (bfd_s12z_arch): Correct the dependencies.
|
|
* configure: regenerate.
|
|
|
|
2019-01-01 Alan Modra <amodra@gmail.com>
|
|
|
|
Update year range in copyright notice of all files.
|
|
|
|
For older changes see ChangeLog-2018
|
|
|
|
Copyright (C) 2019 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:
|