PR25344, z80 disassembler recursion
[deliverable/binutils-gdb.git] / bfd / ChangeLog
... / ...
CommitLineData
12020-01-04 Alan Modra <amodra@gmail.com>
2
3 * format.c (bfd_check_format_matches): Add preserve_match.
4 Save initial bfd state in "preserve", matched bfd state in
5 "preserve_match". Save just the first match. Release
6 bfd_alloc memory. Restore and finish preserved state as
7 appropriate on all function exit paths.
8
92020-01-04 Alan Modra <amodra@gmail.com>
10
11 * mmo.c (mmo_mkobject): Allocate tdata with bfd_zalloc.
12
132020-01-04 Alan Modra <amodra@gmail.com>
14
15 * coffgen.c (coff_real_object_p): Free malloc'd memory on target
16 match too.
17
182020-01-03 Nick Clifton <nickc@redhat.com>
19
20 PR 25307
21 (bfd_pef_parse_function_stubs): Correct the test that ensures that
22 there is enough data remaining in the code buffer before
23 attempting to read a function stub.
24
252020-01-03 Nick Clifton <nickc@redhat.com>
26
27 PR 25308
28 * elf-properties.c (_bfd_elf_convert_gnu_properties): Check the
29 return value from bfd_malloc.
30 * elf32-arm.c (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
31 (bfd_elf32_arm_stm32l4xx_fix_veneer_locations): Likewise.
32 (elf32_arm_filter_cmse_symbols): Likewise.
33 (elf32_arm_write_section): Likewise.
34 * mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
35 (bfd_mach_o_follow_dsym): Likewise.
36 * pef.c (bfd_pef_print_loader_section): Likewise.
37 (bfd_pef_scan_start_address): Likewise.
38 (bfd_pef_parse_function_stubs): Likewise.
39 (bfd_pef_parse_symbols): Likewise.
40
412020-01-03 Sergei Trofimovich <siarheit@google.com>
42
43 * elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): don't fail
44 on binary inputs ld/PR25316.
45 (is_ia64_elf): new helper to filter on ia64 objects.
46
472020-01-03 Jan Beulich <jbeulich@suse.com>
48
49 * mach-o.c (cpusubtype, bfd_mach_o_header_p): Insert underscore
50 in parameter names.
51 (bfd_mach_o_scan): Insert underscore in two variable names.
52
532020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
54
55 * Makefile.am: Add z80-elf target support.
56 * configure.ac: Likewise.
57 * targets.c: Likewise.
58 * Makefile.in: Regenerate.
59 * configure: Regenerate.
60 * config.bfd: Add z80-elf target support and new arches: ez80 and
61 z180.
62 * elf32-z80.c: New file.
63 * archures.c: Add new z80 architectures: eZ80 and Z180.
64 * coffcode.h: Likewise.
65 * cpu-z80.c: Likewise.
66 * coff-z80.c: Add new relocations for Z80 target and local label
67 check.
68 * reloc.c: Add new relocs.
69 * bfd-in2.h: Regenerate.
70 * libbfd.h: Regenerate.
71
722020-01-02 Tamar Christina <tamar.christina@arm.com>
73
74 PR 25210
75 PR 24753
76 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Set ELF class.
77
782020-01-01 Alan Modra <amodra@gmail.com>
79
80 Update year range in copyright notice of all files.
81
82For older changes see ChangeLog-2019
83\f
84Copyright (C) 2020 Free Software Foundation, Inc.
85
86Copying and distribution of this file, with or without modification,
87are permitted in any medium without royalty provided the copyright
88notice and this notice are preserved.
89
90Local Variables:
91mode: change-log
92left-margin: 8
93fill-column: 74
94version-control: never
95End:
This page took 0.023087 seconds and 4 git commands to generate.