Fix potential illegal memory access failures in the BFD library by ensuring that...
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2020-01-03 Nick Clifton <nickc@redhat.com>
2
3 PR 25308
4 * elf-properties.c (_bfd_elf_convert_gnu_properties): Check the
5 return value from bfd_malloc.
6 * elf32-arm.c (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
7 (bfd_elf32_arm_stm32l4xx_fix_veneer_locations): Likewise.
8 (elf32_arm_filter_cmse_symbols): Likewise.
9 (elf32_arm_write_section): Likewise.
10 * mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
11 (bfd_mach_o_follow_dsym): Likewise.
12 * pef.c (bfd_pef_print_loader_section): Likewise.
13 (bfd_pef_scan_start_address): Likewise.
14 (bfd_pef_parse_function_stubs): Likewise.
15 (bfd_pef_parse_symbols): Likewise.
16
17 2020-01-03 Sergei Trofimovich <siarheit@google.com>
18
19 * elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): don't fail
20 on binary inputs ld/PR25316.
21 (is_ia64_elf): new helper to filter on ia64 objects.
22
23 2020-01-03 Jan Beulich <jbeulich@suse.com>
24
25 * mach-o.c (cpusubtype, bfd_mach_o_header_p): Insert underscore
26 in parameter names.
27 (bfd_mach_o_scan): Insert underscore in two variable names.
28
29 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
30
31 * Makefile.am: Add z80-elf target support.
32 * configure.ac: Likewise.
33 * targets.c: Likewise.
34 * Makefile.in: Regenerate.
35 * configure: Regenerate.
36 * config.bfd: Add z80-elf target support and new arches: ez80 and
37 z180.
38 * elf32-z80.c: New file.
39 * archures.c: Add new z80 architectures: eZ80 and Z180.
40 * coffcode.h: Likewise.
41 * cpu-z80.c: Likewise.
42 * coff-z80.c: Add new relocations for Z80 target and local label
43 check.
44 * reloc.c: Add new relocs.
45 * bfd-in2.h: Regenerate.
46 * libbfd.h: Regenerate.
47
48 2020-01-02 Tamar Christina <tamar.christina@arm.com>
49
50 PR 25210
51 PR 24753
52 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Set ELF class.
53
54 2020-01-01 Alan Modra <amodra@gmail.com>
55
56 Update year range in copyright notice of all files.
57
58 For older changes see ChangeLog-2019
59 \f
60 Copyright (C) 2020 Free Software Foundation, Inc.
61
62 Copying and distribution of this file, with or without modification,
63 are permitted in any medium without royalty provided the copyright
64 notice and this notice are preserved.
65
66 Local Variables:
67 mode: change-log
68 left-margin: 8
69 fill-column: 74
70 version-control: never
71 End:
This page took 0.032791 seconds and 5 git commands to generate.