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