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