Add markers for 2.32 branch to NEWS and ChangeLog files.
[external/binutils.git] / bfd / ChangeLog
1 2018-06-24  Nick Clifton  <nickc@redhat.com>
2
3         2.32 branch created.
4
5 2019-01-16  Kito Cheng  <kito@andestech.com>
6
7         * elf-attrs.c (vendor_obj_attr_size): Return 0 if size is 0 even
8         for OBJ_ATTR_PROC.
9
10 2019-01-16  Kito Cheng  <kito@andestech.com>
11             Nelson Chu  <nelson@andestech.com>
12
13         * elfnn-riscv.c (in_subsets): New.
14         (out_subsets): Likewise.
15         (merged_subsets): Likewise.
16         (riscv_std_ext_p): Likewise.
17         (riscv_non_std_ext_p): Likewise.
18         (riscv_std_sv_ext_p): Likewise.
19         (riscv_non_std_sv_ext_p): Likewise.
20         (riscv_version_mismatch): Likewise.
21         (riscv_i_or_e_p): Likewise.
22         (riscv_merge_std_ext): Likewise.
23         (riscv_merge_non_std_and_sv_ext): Likewise.
24         (riscv_merge_arch_attr_info): Likewise.
25         (riscv_merge_attributes): Likewise.
26         (_bfd_riscv_elf_merge_private_bfd_data): Merge attribute.
27
28         * elfnn-riscv.c (riscv_elf_obj_attrs_arg_type): New.
29         (elf_backend_obj_attrs_vendor): Define.
30         (elf_backend_obj_attrs_section_type): Likewise.
31         (elf_backend_obj_attrs_section): Likewise.
32         (elf_backend_obj_attrs_arg_type): Define as
33         riscv_elf_obj_attrs_arg_type.
34         * elfxx-riscv.c (riscv_estimate_digit): New.
35         (riscv_estimate_arch_strlen1): Likewise.
36         (riscv_estimate_arch_strlen): Likewise.
37         (riscv_arch_str1): Likewise.
38         (riscv_arch_str): Likewise.
39         * elfxx-riscv.h (riscv_arch_str): Declare.
40
41 2019-01-14  John Darrington <john@darrington.wattle.id.au>
42
43         * bfd-in2.h [BFD_RELOC_S12Z_OPR]: New reloc.
44         * libbfd.h: regen.
45         * elf32-s12z.c (eld_s12z_howto_table): R_S12Z_OPR takes non zero
46         source field.  (md_apply_fix): Apply final fix
47         to BFD_RELOC_S12Z_OPR.
48         * reloc.c[BFD_RELOC_S12Z_OPR]: New reloc.
49
50 2019-01-14  Maamoun Tarsha  <maamountk@hotmail.com>
51
52         PR 20113
53         * elf32-s390.c (allocate_dynrelocs): Update comment.
54
55 2019-01-09  Andrew Paprocki  <andrew@ishiboo.com>
56
57         * warning.m4: Adjust egrep pattern for non-GNU compilers.
58         * configure: Regenerate.
59
60 2019-01-08  Alan Modra  <amodra@gmail.com>
61
62         PR 23699
63         PR 24065
64         * ihex.c (ihex_write_object_contents): Properly check 32-bit
65         address range.
66
67 2019-01-05  Yoshinori Sato <ysato@users.sourceforge.jp>
68
69         * bfd/archures.c: Add bfd_mach_rx_v2 and bfd_mach_rx_v3.
70         * bfd/bfd-in2.h: Regenerate.
71         * bfd/cpu-rx.c (arch_info_struct): Add RXv2 and RXv3 entry.
72         * bfd/elf32-rx.c (elf32_rx_machine): Add RXv2 and RXv3 support.
73
74 2019-01-04  Lifang Xia  <lifang_xia@c-sky.com>
75
76         * config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky
77         default target, little endian target is more suitable.
78
79 2019-01-04  Alan Modra  <amodra@gmail.com>
80
81         PR 24061
82         PR 21786
83         * coff-rs6000.c (GET_VALUE_IN_FIELD): Add base parameter and
84         adjust all callers.
85         (EQ_VALUE_IN_FIELD): Likewise.
86         * coff64-rs6000.c (GET_VALUE_IN_FIELD): Likewise.
87
88 2019-01-01  Alan Modra  <amodra@gmail.com>
89
90         Update year range in copyright notice of all files.
91
92 For older changes see ChangeLog-2018
93 \f
94 Copyright (C) 2019 Free Software Foundation, Inc.
95
96 Copying and distribution of this file, with or without modification,
97 are permitted in any medium without royalty provided the copyright
98 notice and this notice are preserved.
99
100 Local Variables:
101 mode: change-log
102 left-margin: 8
103 fill-column: 74
104 version-control: never
105 End: