]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - opcodes/ChangeLog
S12Z: Don't crash when disassembling invalid instructions.
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
1 2019-01-09 John Darrington <john@darrington.wattle.id.au>
2
3 * s12z-dis.c (print_insn_s12z): Do not dereference an operand
4 if it is null.
5 -dis.c (opr_emit_disassembly): Do not omit an index if it is
6 zero.
7
8 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
9
10 * configure: Regenerate.
11
12 2019-01-07 Alan Modra <amodra@gmail.com>
13
14 * configure: Regenerate.
15 * po/POTFILES.in: Regenerate.
16
17 2019-01-03 John Darrington <john@darrington.wattle.id.au>
18
19 * s12z-opc.c: New file.
20 * s12z-opc.h: New file.
21 * s12z-dis.c: Removed all code not directly related to display
22 of instructions. Used the interface provided by the new files
23 instead.
24 * Makefile.am (TARGET_LIBOPCODES_CFILES) Add s12z-opc.c.
25 * Makefile.in: Regenerate.
26 * configure.ac (bfd_s12z_arch): Correct the dependencies.
27 * configure: Regenerate.
28
29 2019-01-01 Alan Modra <amodra@gmail.com>
30
31 Update year range in copyright notice of all files.
32
33 For older changes see ChangeLog-2018
34 \f
35 Copyright (C) 2019 Free Software Foundation, Inc.
36
37 Copying and distribution of this file, with or without modification,
38 are permitted in any medium without royalty provided the copyright
39 notice and this notice are preserved.
40
41 Local Variables:
42 mode: change-log
43 left-margin: 8
44 fill-column: 74
45 version-control: never
46 End: