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