Andes Technology has good news for you, we plan to update the nds32 port of binutils...
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2018-09-20 Nelson Chu <nelson.chu1990@gmail.com>
2
3 * testsuite/binutils-all/objcopy.exp: Set the unsupported reloc number
4 from 215 to 255 for NDS32.
5
6 2018-09-17 H.J. Lu <hongjiu.lu@intel.com>
7
8 * objcopy.c (strip_specific_buffer): New.
9 (strip_unneeded_buffer): Likewise.
10 (keep_specific_buffer): Likewise.
11 (localize_specific_buffer): Likewise.
12 (globalize_specific_buffer): Likewise.
13 (keepglobal_specific_buffer): Likewise.
14 (weaken_specific_buffer): Likewise.
15 (add_specific_symbols): Add an argument to return pointer to
16 allocated buffer.
17 (copy_main): Update add_specific_symbols to update pointers to
18 allocated buffer. Free pointers to allocated buffer before
19 return.
20
21 2018-09-17 Alan Modra <amodra@gmail.com>
22
23 * objcopy.c (handle_remove_section_option): Don't require a dot
24 after .rela and .rel to handle a possible relocation section.
25 * testsuite/binutils-all/remove-relocs-07.s,
26 * testsuite/binutils-all/remove-relocs-07.d,
27 * testsuite/binutils-all/remove-relocs-08.d: New tests.
28 * testsuite/binutils-all/remove-relocs-01.d,
29 * testsuite/binutils-all/remove-relocs-04.d,
30 * testsuite/binutils-all/remove-relocs-05.d,
31 * testsuite/binutils-all/remove-relocs-06.d: Exclude mips64-openbsd.
32
33 2018-09-17 Alan Modra <amodra@gmail.com>
34
35 * testsuite/lib/binutils-common.exp (is_som_format): New proc.
36 (run_dump_test): Correct target test for alternate .comm syntax.
37 (get_standard_section_names): Handle som format.
38 * testsuite/lib/utils-lib.exp (default_binutils_assemble_flags):
39 Correct target test for alternate .comm syntax.
40
41 2018-09-17 Alan Modra <amodra@gmail.com>
42
43 * testsuite/binutils-all/strip-13mips64.s: Add section flags
44 for reloc section.
45 * testsuite/binutils-all/strip-13rel.s: Likewise.
46 * testsuite/binutils-all/strip-13rela.s: Likewise.
47 * testsuite/binutils-all/strip-14mips64.s: Likewise.
48 * testsuite/binutils-all/strip-14rel.s: Likewise.
49 * testsuite/binutils-all/strip-14rela.s: Likewise.
50 * testsuite/binutils-all/strip-15mips64.s: Likewise.
51 * testsuite/binutils-all/strip-15rel.s: Likewise.
52 * testsuite/binutils-all/strip-15rela.s: Likewise.
53
54 2018-09-17 Nick Clifton <nickc@redhat.com>
55
56 * testsuite/binutils-all/compress.exp: Rename second "objcopy
57 zlib-gnu compress debug sections 3" test to "objcopy zlib-gabi
58 compress debug sections 3" and use gabi object files instead
59 of gnu object files.
60 * testsuite/binutils-all/objcopy.exp: Add suffix to the names
61 of the "ELF group" tests.
62 * testsuite/binutils-all/readelf.exp (proc readelf_find_size):
63 Add an iteration parameter and include it in the name of the
64 test. Update callers to include an iteration count.
65
66 2018-09-15 Alan Modra <amodra@gmail.com>
67
68 * testsuite/binutils-all/add-symbol.d: Add "section_subst: no".
69 * testsuite/binutils-all/elfedit.exp: Don't set tempfile or copyfile.
70 * testsuite/binutils-all/symbols-1.d,
71 * testsuite/binutils-all/symbols-2.d,
72 * testsuite/binutils-all/symbols-3.d,
73 * testsuite/binutils-all/symbols-4.d: Quote '*' and '!'.
74 * testsuite/binutils-all/add-empty-section.d,
75 * testsuite/binutils-all/add-section.d,
76 * testsuite/binutils-all/elfedit.exp,
77 * testsuite/binutils-all/note-1.d,
78 * testsuite/binutils-all/pr23633.d: Add $subdir after $srcdir.
79 * testsuite/config/default.exp (AS, ASFLAGS): Define.
80 * testsuite/config/hppa.sed: Handle all common symbols.
81 * testsuite/lib/binutils-common.exp (run_dump_test): New proc,
82 merged from three other versions.
83 (slurp_options, file_contents, set_file_contents): Likewise.
84 (big_or_little_endian, get_standard_section_names): Likewise.
85 * testsuite/lib/utils-lib.exp (run_dump_test): Delete.
86 (slurp_options, proc file_contents): Delete.
87 (get_standard_section_names): Delete.
88
89 2018-09-15 Alan Modra <amodra@gmail.com>
90
91 * testsuite/binutils-all/copy-2.d,
92 * testsuite/binutils-all/copy-3.d,
93 * testsuite/binutils-all/copy-4.d,
94 * testsuite/binutils-all/elfedit-1.d,
95 * testsuite/binutils-all/note-1.d,
96 * testsuite/binutils-all/note-2-64.d,
97 * testsuite/binutils-all/strip-11.d,
98 * testsuite/binutils-all/strip-13.d,
99 * testsuite/binutils-all/strip-14.d,
100 * testsuite/binutils-all/testranges.d,
101 * testsuite/binutils-all/x86-64/pr23494a-x32.d,
102 * testsuite/binutils-all/x86-64/pr23494a.d,
103 * testsuite/binutils-all/x86-64/pr23494b-x32.d,
104 * testsuite/binutils-all/x86-64/pr23494b.d,
105 * testsuite/binutils-all/x86-64/pr23494c-x32.d,
106 * testsuite/binutils-all/x86-64/pr23494c.d,
107 * testsuite/binutils-all/x86-64/pr23494d-x32.d,
108 * testsuite/binutils-all/x86-64/pr23494d.d,
109 * testsuite/binutils-all/x86-64/pr23494e-x32.d,
110 * testsuite/binutils-all/x86-64/pr23494e.d,
111 * testsuite/lib/utils-lib.exp (run_dump_test): Replace not-target
112 and not-skip with notarget and noskip.
113
114 2018-09-15 Alan Modra <amodra@gmail.com>
115
116 * testsuite/binutils-all/group-7a.d,
117 * testsuite/binutils-all/group-7b.d,
118 * testsuite/binutils-all/group-7c.d,
119 * testsuite/binutils-all/symbols-1.d,
120 * testsuite/binutils-all/symbols-2.d,
121 * testsuite/binutils-all/symbols-3.d,
122 * testsuite/binutils-all/symbols-4.d: Remove DUMPPROG.
123
124 2018-09-14 Alan Modra <amodra@gmail.com>
125
126 PR binutils/23633
127 * testsuite/binutils-all/pr23633.d: Don't fail when assembler
128 generates sections other than .text.
129
130 2018-09-13 H.J. Lu <hongjiu.lu@intel.com>
131
132 PR binutils/23633
133 * testsuite/binutils-all/objcopy.exp: Run pr23633.
134 * testsuite/binutils-all/pr23633.d: New file.
135 * testsuite/binutils-all/pr23633.list: Likewise.
136 * testsuite/binutils-all/pr23633.s: Likewise.
137
138 2018-09-13 Nick Clifton <nickc@redhat.com>
139
140 PR 23633
141 * objcopy.c (add_specific_symbols): Do not free the buffer at the
142 end of the function.
143
144 2018-09-10 Alan Modra <amodra@gmail.com>
145
146 PR binutils/23611
147 * objcopy.c (handle_remove_section_option): Consider .rela and
148 .rel sections for stripping directly as well as attached to the
149 associated section they relocate.
150 * doc/binutils.texi (remove-relocations): Specify that this
151 option removes non-dynamic relocation sections.
152 * testsuite/binutils-all/objcopy.exp
153 (objcopy_remove_relocations_from_executable): New test.
154
155 2018-09-03 Nick Clifton <nickc@redhat.com>
156
157 * po/ja.po: Updated Japanese translation.
158
159 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
160
161 * testsuite/binutils-all/readelf.s-64: Adjusted for
162 .note.gnu.property section.
163 * testsuite/binutils-all/strip-3.d: Also strip
164 .note.gnu.property section.
165
166 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
167
168 * testsuite/binutils-all/i386/compressed-1b.d: Pass
169 -mx86-used-note=no to assembler.
170 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
171 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
172 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
173 * testsuite/binutils-all/i386/empty.d: Pass -mx86-used-note=yes
174 to assembler and update expected output from "readelf -n".
175 * testsuite/binutils-all/i386/ibt.d: Likewise.
176 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
177 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
178 * testsuite/binutils-all/i386/shstk.d: Likewise.
179 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
180 * testsuite/binutils-all/x86-64/empty.d: Likewise.
181 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
182 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
183 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
184 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
185 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
186 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
187 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
188 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
189 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
190 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
191 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
192 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
193 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
194 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
195 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
196 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
197
198 2018-08-30 H.J. Lu <hongjiu.lu@intel.com>
199
200 * readelf.c (process_section_headers): Treat SHT_FINI_ARRAY and
201 SHT_PREINIT_ARRAY as relocatable sections.
202
203 2018-08-30 Chenghua Xu <paul.hua.gm@gmail.com>
204
205 * MAINTAINERS: Add myself as a MIPS port maintainer.
206
207 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
208
209 * NEWS: Mention Loongson 2K1000 proccessor support.
210 * readelf.c (get_machine_flags): Handle gs264e.
211
212 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
213
214 * NEWS: Mention Loongson 3A2000/3A3000 proccessor support.
215 * readelf.c (get_machine_flags): Handle gs464e.
216
217 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
218
219 * NEWS: Mention Loongson 3A1000 proccessor support.
220 * readelf.c (get_machine_flags): Rename loongson-3a to gs464.
221 (print_mips_isa_ext): Delete AFL_EXT_LOONGSON_3A.
222
223 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
224
225 * readelf.c (print_mips_ases): Add Loongson EXT2 extension.
226
227 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
228
229 * readelf.c (print_mips_ases): Add Loongson EXT extension.
230
231 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
232
233 * readelf.c (print_mips_ases): Add CAM extension.
234
235 2018-08-27 H.J. Lu <hongjiu.lu@intel.com>
236
237 * readelf.c (decode_x86_isa): Print <None> if bitmask only
238 contains the GNU_PROPERTY_X86_UINT32_VALID bit.
239 (decode_x86_feature_1): Likewise.
240 (decode_x86_feature_2): Likewise.
241 (print_gnu_property_note): Don't mask out the
242 GNU_PROPERTY_X86_UINT32_VALID bit.
243 * testsuite/binutils-all/i386/pr21231b.d: Updated.
244 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
245
246 2018-08-27 H.J. Lu <hongjiu.lu@intel.com>
247
248 * readelf.c (decode_x86_compat_isa): Break multi-statement line.
249 (decode_x86_isa): Likewise.
250 (decode_x86_feature_2): Likewise.
251
252 2018-08-25 H.J. Lu <hongjiu.lu@intel.com>
253
254 PR ld/23499
255 * readelf.c (get_symbol_version_string): Return _("<corrupt>")
256 for corrupt symbol version info.
257
258 2018-08-24 H.J. Lu <hongjiu.lu@intel.com>
259
260 * readelf.c (decode_x86_compat_isa): New function.
261 (decode_x86_feature_2): Likewise.
262 (decode_x86_isa): Updated for new X86_ISA_1_XXX bits.
263 (decode_x86_feature): Renamed to ...
264 (decode_x86_feature_1): This. Remove the type argument.
265 (print_gnu_property_note): Handle X86_COMPAT_ISA_1_USED,
266 X86_COMPAT_ISA_1_NEEDED, X86_UINT32_AND_LO, X86_UINT32_AND_HI,
267 X86_UINT32_OR_LO, X86_UINT32_OR_HI, X86_UINT32_OR_AND_LO and
268 X86_UINT32_OR_AND_HI instead of X86_ISA_1_USED, X86_ISA_1_NEEDED
269 and X86_FEATURE_1_AND.
270 * testsuite/binutils-all/i386/pr21231b.s: Updated to the current
271 GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
272 values.
273 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
274 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
275 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
276 * testsuite/binutils-all/x86-64/pr23494c.s: Likewise.
277 * testsuite/binutils-all/i386/pr21231b.d: Updated.
278 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
279 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
280 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
281 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
282 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
283 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
284 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
285 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
286 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
287
288 2018-08-24 H.J. Lu <hongjiu.lu@intel.com>
289
290 * readelf.c (print_gnu_property_note): Check the
291 GNU_PROPERTY_X86_UINT32_VALID bit for invalid GNU property note.
292
293 2018-08-23 Alan Modra <amodra@gmail.com>
294
295 * readelf.c (get_ppc64_symbol_other): Return NULL if st_other
296 field contains unrecognised or reserved values. Handle
297 localentry:1 value.
298
299 2018-08-23 H.J. Lu <hongjiu.lu@intel.com>
300
301 PR ld/23536
302 * Makefile.am (development.exp): New target.
303 (EXTRA_DEJAGNU_SITE_CONFIG): New.
304 (DISTCLEANFILES): Add development.exp.
305 * Makefile.in: Regenerated.
306 * testsuite/binutils-all/objcopy.exp (strip_test): Call
307 prune_warnings to prune BFD output.
308 (strip_test_with_saving_a_symbol): Likewise.
309 (objcopy_test_without_global_symbol): Likewise.
310 * testsuite/lib/binutils-common.exp (prune_warnings_extra):
311 New proc.
312 (prune_warnings): Likewise.
313
314 2018-08-23 H.J. Lu <hongjiu.lu@intel.com>
315
316 * README-how-to-make-a-release: Document setting "experimental"
317 to false.
318
319 2018-08-22 Alan Modra <amodra@gmail.com>
320
321 * readelf.c (process_file_header): Assign updated values from
322 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
323 during printing of header. Correct e_shstrndx range check.
324 Remove unnecessary casts and use %u rather than %ld for
325 unsigned int header fields. Don't print a random %lx when
326 reporting an unknown EI_VERSION.
327
328 2018-08-21 Nick Clifton <nickc@redhat.com>
329
330 * MAINTAINERS: Note that Arnold Metselaar has retired as the z80
331 maintainer.
332
333 2018-08-21 L. Simon <l.simon@samsung.com>
334
335 PR 23531
336 * readelf.c (hppa_process_unwind): Only dump the unwind table if
337 the data was successfully read in.
338
339 2018-08-18 Alan Modra <amodra@gmail.com>
340
341 * testsuite/lib/binutils-common.exp (is_elf64): Use directory of
342 input file for readelf.out.
343 (is_rela): New proc.
344 * testsuite/binutils-all/objcopy.exp (elf64): Set new variable
345 from first result of is_elf64 test.
346 (reloc_format): Set using is_rela.
347 (strip-13): Pass RELOC and ELF64 to assembler.
348 (strip-14, strip-15): Use elf64 rather than calling is_elf64 again.
349 * testsuite/binutils-all/strip-13.d: Run for more targets.
350 * testsuite/binutils-all/strip-13mips64.s: Use RELOC and set
351 addend to zero.
352 * testsuite/binutils-all/strip-13rel.s: Use RELOC and ELF64.
353 Don't add _NONE reloc.
354 * testsuite/binutils-all/strip-13rela.s: Likewise.
355
356 2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
357
358 PR binutils/23494
359 * testsuite/binutils-all/x86-64/pr23494c.s: New file.
360 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
361 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
362
363 2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
364
365 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
366 targets.
367 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
368 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
369 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
370 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
371 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
372 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
373 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
374
375 2018-08-08 H.J. Lu <hongjiu.lu@intel.com>
376
377 PR binutils/23494
378 * testsuite/binutils-all/x86-64/pr23494a-x32.d: New file.
379 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
380 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
381 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
382 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
383 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
384 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
385 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
386 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
387 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
388
389 2018-08-08 Kevin Buettner <kevinb@redhat.com>
390
391 * dwarf.c (decode_location_expresion): Add case for
392 DW_OP_GNU_variable_value.
393
394 2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
395
396 * readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.
397
398 2018-08-03 Nick Clifton <nickc@redhat.com>
399
400 * objcopy.c (merge_gnu_build_notes): Delete empty notes. Merge
401 identical function notes.
402
403 2018-08-01 Nick Clifton <nickc@redhat.com>
404
405 * README-how-to-make-a-release: Add note about regenerating the
406 info files prior to the release.
407
408 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
409
410 * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
411
412 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
413
414 * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
415
416 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
417
418 * readelf.c: Include elf/csky.h.
419 (guess_is_rela): Handle EM_CSKY.
420 (dump_relocations): Likewise.
421 (get_machine_name): Likewise.
422 (is_32bit_abs_reloc): Likewise.
423
424 2018-07-25 Nick Clifton <nickc@redhat.com>
425
426 * rdcoff.c (parse_coff_struct_type): Free fields array upon early
427 exit.
428 (parse_coff_enum_type): Free names and vals arrays upon early
429 exit.
430 * rddbg.c (read_section_stabs_debugging_info): Free shandle and
431 strings and stabs arrays upon early exit.
432 * readelf.c (get_32bit_section_headers): Free shdrs structure upon
433 early exit.
434 (get_64bit_section_headers): Likewise.
435 (get_32bit_elf_symbols): Generate an error if multiple symbol
436 table index sections are associated with the same symbol section.
437 (get_64bit_elf_symbols): Likewise.
438 (process_dynamic_section): Generate an error if there are multiple
439 dynamic symbol table sections, multiple dynamic string tables or
440 multiple dynamic symbol information sections.
441
442 2018-07-24 Nick Clifton <nickc@redhat.com>
443
444 * po/sv.po: Updated Swedish translation.
445
446 2018-07-24 Alan Modra <amodra@gmail.com>
447
448 PR 23431
449 * dwarf.c (display_formatted_table): Replace "what" parameter
450 with "is_dir". Expand messages. Fix capitalisation.
451 * testsuite/binutils-all/dw5.W: Update expected output.
452
453 2018-07-24 Alan Modra <amodra@gmail.com>
454
455 PR 23430
456 * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
457 to uses_64bit_indices.
458 * elfcomm.c (setup_archive): Update uses of above.
459 * readelf.c (process_archive): Likewise.
460 (get_section_type_name): Rename indicies to indices.
461 (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
462 (process_section_groups): Likewise.
463
464 2018-07-20 Maciej W. Rozycki <macro@mips.com>
465
466 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
467 ISA maintenance.
468
469 2018-07-20 Nick Clifton <nickc@redhat.com>
470
471 * objcopy.c (add_specific_symbols): Free buffer on exit.
472 (add_redefine_syms_file): Close file handle on exit.
473 (copy_object): Close file handle on early exit.
474 Free buffer on early exit.
475 Free gaps buffers once they are no longer needed.
476 * dwarf.c (display_debug_frames): Free allocated memory on exit.
477 (load_separate_debug_info): Free allocate memory on early exit.
478
479 2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
480 Maciej W. Rozycki <macro@mips.com>
481
482 * readelf.c (print_mips_ases): Add MMI extension.
483
484 2018-07-19 DJ Delorie <dj@redhat.com>
485
486 * MAINTAINERS (RL78, RX): Remove myself as maintainer.
487
488 2018-07-19 Nick Clifton <nickc@redhat.com>
489
490 * dwarf.c (read_cie): Free allocated memory before returning with
491 a failure result.
492
493 2018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
494
495 * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
496 description.
497
498 2018-07-16 Nick Clifton <nickc@redhat.com>
499
500 * README-how-to-make-a-release: Add note to check for new top
501 level files and add them to the src-release.sh script.
502
503 2018-07-14 Nick Clifton <nickc@redhat.com>
504
505 * README-how-to-make-a-release: Updated with corrections based on
506 the 2.31 release experience.
507
508 2018-07-12 Francois H. Theron <francois.theron@netronome.com>
509
510 * readelf.c (process_section_headers): Don't print section type
511 twice for --section-details.
512
513 2018-07-10 Alan Modra <amodra@gmail.com>
514
515 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
516 zero for xgate.
517
518 2018-07-06 Nick Clifton <nickc@redhat.com>
519
520 * readelf.c (same_section): New function.
521 (print_gnu_build_attribute_description): Do not complain about
522 gaps that cross a section boundary.
523
524 2018-07-05 Nick Clifton <nickc@redhat.com>
525
526 * po/bg.po: Updated Bulgarian translation.
527
528 2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
529
530 * NEWS: Use command-line consistently when used in a compount word.
531 * doc/binutils.texi: Likewise and fix trailing whitespace on same
532 line.
533
534 2018-06-26 Nick Clifton <nickc@redhat.com>
535
536 * po/sv.po: Updated Swedish translation.
537 * po/uk.po: Updated Ukranian translation.
538
539 2018-06-26 Nick Clifton <nickc@redhat.com>
540
541 * doc/binutils.texi: Fix spelling mistakes.
542 * README--how-to-make-a-release: Likewise.
543
544 2018-06-25 Tom Tromey <tom@tromey.com>
545
546 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
547 Bump version number.
548
549 2018-06-24 Nick Clifton <nickc@redhat.com>
550
551 * README-how-to-make-a-release: Update with experiences from
552 making 2.31 branch.
553 * po/binutils.pot: Regenerate.
554 * configure: Regenerate.
555
556 2018-06-24 Nick Clifton <nickc@redhat.com>
557
558 2.31 branch created.
559 * NEWS: Add marker for 2.31.
560
561 2018-06-21 Alan Modra <amodra@gmail.com>
562
563 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
564 * doc/Makefile.in: Regenerate.
565
566 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
567
568 * configure.ac: Remove AC_PREREQ.
569 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
570 info-in-builddir no-texinfo.tex.
571 * Makefile.in: Re-generate.
572 * aclocal.m4: Re-generate.
573 * config.in: Re-generate.
574 * configure: Re-generate.
575 * doc/Makefile.in: Re-generate.
576
577 2018-06-19 Andreas Schwab <schwab@suse.de>
578
579 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
580 (is_8bit_abs_reloc): New function.
581 (is_6bit_abs_reloc): New function.
582 (is_6bit_inplace_sub_reloc): New function.
583 (apply_relocations): Use them. Handle 6-bit relocations.
584
585 2018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
586
587 * readelf.c (print_mips_ases): Add GINV extension.
588
589 2018-06-14 H.J. Lu <hongjiu.lu@intel.com>
590
591 PR binutils/23267
592 * readelf.c (get_symbol_version_string): Check if the first
593 symbol version is base version.
594
595 2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
596 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
597
598 * readelf.c (print_mips_ases): Add CRC.
599
600 2018-06-13 Nick Clifton <nickc@redhat.com>
601
602 * doc/binutils.texi (objdump): Add missing closing square
603 parenthesis to listing of objcopy's command line options.
604
605 2018-06-11 Nick Clifton <nickc@redhat.com>
606
607 * po/es.po: Updated Spanish translation.
608
609 2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
610
611 * configure: Regenerated.
612
613 2018-05-31 Alan Modra <amodra@gmail.com>
614
615 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
616 set CC_FOR_TARGET. Run test non-native.
617 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
618 Likewise.
619 (test_follow_debuglink): Run test non-native.
620
621 2018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
622
623 PR 23107
624 * ar.c (display_offsets): New variable.
625 (usage): Add description of 'O' operator.
626 (decode_option): Handle 'O' operator.
627 (print_descr): Pass display_offsets to print_arelt_descr.
628 * arsup.c: Update call to printy_arelt_descr.
629 * objdump.c: Likewise.
630 * bucomm.c (print_arelt_descr): If offsets parameter is true then
631 display offset of archive element within the archive.
632 * bucomm.h: Update prototype for print_arelt_descr.
633 * doc/binutils.texi: Update description of ar command.
634 * NEWS: Mention the new feature.
635 * testsuite/binutils-all/ar.exp: Add text of new feature.
636
637 2018-05-28 Alan Modra <amodra@gmail.com>
638
639 PR 23235
640 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
641 unsupported rather than fail on compile errors.
642 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
643 Likewise. Save and restore CFLAGS_FOR_TARGET.
644
645 2018-05-18 Kito Cheng <kito.cheng@gmail.com>
646
647 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
648
649 2018-05-18 John Darrington <john@darrington.wattle.id.au>
650
651 * readelf.c: Add support for s12z architecture.
652 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
653 targets.
654
655 2018-05-15 Tamar Christina <tamar.christina@arm.com>
656
657 PR binutils/21446
658 * doc/binutils.texi (-M): Document AArch64 options.
659
660 2018-05-15 Tamar Christina <tamar.christina@arm.com>
661
662 PR binutils/21446
663 * doc/binutils.texi (-M): Document AArch64 options.
664 * NEWS: Document notes and warnings.
665
666 2018-05-15 Alan Modra <amodra@gmail.com>
667
668 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
669 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
670 and *uclinux* into *linux*.
671 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
672 strip-13 test, exclude arm-vxworks and arm-windiss.
673
674 2018-05-10 John Darrington <john@darrington.wattle.id.au>
675
676 * readelf.c (get_machine_name): EM_S12Z - handle new case.
677
678 2018-05-09 Alan Modra <amodra@gmail.com>
679
680 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
681
682 2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
683
684 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
685
686 2018-05-08 Alan Modra <amodra@gmail.com>
687
688 PR 23141
689 * objcopy.c (is_strip_section): Strip groups without a valid
690 signature symbol.
691
692 2018-05-07 Alan Modra <amodra@gmail.com>
693
694 PR 23142
695 * objcopy.c (group_signature): Don't accept groups that use a
696 symbol table other than the one we've read.
697
698 2018-04-30 Francois H. Theron <francois.theron@netronome.com>
699
700 * readelf.c: Very basic support for EM_NFP and its section types.
701 * testsuite/binutils-all/nfp: New directory.
702 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
703 tests.
704 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
705 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
706 * testsuite/binutils-all/nfp/test1.d: New file.
707 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
708 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
709 * NEWS: Mention the new support.
710
711 2018-04-27 Maciej W. Rozycki <macro@mips.com>
712
713 * testsuite/lib/binutils-common.exp (match_target): New procedure.
714 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
715 of `istarget' for matching with `target', `not-target', `skip'
716 and `not-skip' options.
717
718 2018-04-26 Nick Clifton <nickc@redhat.com>
719
720 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
721 32-bit absolute reloc for the HPPA target.
722 * testsuite/binutils-all/note-5.d: New test.
723 * testsuite/binutils-all/note-5.s: Source file for new test.
724 * testsuite/binutils-all/objcopy.exp: Run new test.
725
726 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
727
728 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
729 * testsuite/binutils-all/elfedit-3.d: Likewise.
730 * testsuite/binutils-all/objcopy.exp: Likewise.
731 * testsuite/binutils-all/strip-3.d: Likewise.
732 * testsuite/lib/binutils-common.exp: Likewise.
733
734 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
735 Mickaël Guêné <mickael.guene@st.com>
736
737 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
738 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
739
740 2018-04-25 Alan Modra <amodra@gmail.com>
741
742 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
743 arm-coff support.
744 * testsuite/binutils-all/objcopy.exp: Likewise.
745 * testsuite/lib/binutils-common.exp: Likewise.
746
747 2018-04-18 Nick Clifton <nickc@redhat.com>
748
749 PR 23062
750 * dwarf.c (read_and_display_attr_value): Replace assertions with
751 test and warning message.
752
753 2018-04-18 Alan Modra <amodra@gmail.com>
754
755 * testsuite/lib/binutils-common.exp: Remove support for assorted
756 aout targets.
757
758 2018-04-17 Nick Clifton <nickc@redhat.com>
759
760 PR 23063
761 * readelf.c (print_symbol): If the width is zero, return straight
762 away.
763
764 PR 23064
765 * dwarf.c (process_cu_tu_index): Test for a potential buffer
766 overrun before copying signature pointer.
767
768 2018-04-17 Alan Modra <amodra@gmail.com>
769
770 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
771
772 2018-04-16 Alan Modra <amodra@gmail.com>
773
774 * readelf.c (get_machine_name): Correct typo.
775
776 2018-04-16 Alan Modra <amodra@gmail.com>
777
778 * configure.ac: Remove arm-epoc-pe support.
779 * dlltool.c: Likewise.
780 * configure: Regenerate.
781
782 2018-04-16 Alan Modra <amodra@gmail.com>
783
784 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
785 sparc-coff support.
786
787 2018-04-16 Alan Modra <amodra@gmail.com>
788
789 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
790 support.
791 * testsuite/binutils-all/copy-3.d: Likewise.
792 * testsuite/binutils-all/objcopy.exp: Likewise.
793 * testsuite/lib/binutils-common.exp: Likewise.
794
795 2018-04-16 Alan Modra <amodra@gmail.com>
796
797 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
798
799 2018-04-16 Alan Modra <amodra@gmail.com>
800
801 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
802
803 2018-04-16 Alan Modra <amodra@gmail.com>
804
805 * testsuite/binutils-all/objdump.exp: Remove we32k support.
806
807 2018-04-16 Alan Modra <amodra@gmail.com>
808
809 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
810 * testsuite/binutils-all/objdump.exp: Remove m88k support.
811
812 2018-04-16 Alan Modra <amodra@gmail.com>
813
814 * readelf.c: Remove i370 support.
815 * testsuite/binutils-all/objdump.exp: Likewise.
816
817 2018-04-16 Alan Modra <amodra@gmail.com>
818
819 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
820 * testsuite/lib/binutils-common.exp: Likewise.
821
822 2018-04-16 Alan Modra <amodra@gmail.com>
823
824 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
825
826 2018-04-16 Alan Modra <amodra@gmail.com>
827
828 * Makefile.am: Remove IEEE 695 support.
829 * budbg.h: Likewise.
830 * doc/binutils.texi: Likewise.
831 * makefile.vms: Likewise.
832 * objcopy.c: Likewise.
833 * objdump.c: Likewise.
834 * rddbg.c: Likewise.
835 * ieee.c: Delete.
836 * Makefile.in: Regenerate.
837 * po/POTFILES.in: Regenerate.
838
839 2018-04-16 Alan Modra <amodra@gmail.com>
840
841 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
842 * testsuite/binutils-all/nm.exp: Likewise.
843
844 2018-04-16 Alan Modra <amodra@gmail.com>
845
846 * .gitignore: Remove netware support.
847 * Makefile.am: Likewise.
848 * configure.ac: Likewise.
849 * doc/Makefile.am: Likewise.
850 * doc/binutils.texi: Likewise.
851 * testsuite/binutils-all/nm.exp: Likewise.
852 * nlmconv.c: Delete.
853 * nlmconv.h: Delete.
854 * nlmheader.y: Delete.
855 * Makefile.in: Regenerate.
856 * configure: Regenerate.
857 * doc/Makefile.in: Regenerate.
858 * po/POTFILES.in: Regenerate.
859
860 2018-04-16 Alan Modra <amodra@gmail.com>
861
862 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
863
864 2018-04-14 Alan Modra <amodra@gmail.com>
865
866 * readelf.c (get_machine_name): Revert 2018-04-11 change.
867
868 2018-04-12 Nick Clifton <nickc@redhat.com>
869
870 PR 23050
871 * readelf.c (process_dynamic_section): Correct dynamic string
872 table size calculation.
873
874 2018-04-11 Alan Modra <amodra@gmail.com>
875
876 * ieee.c: Remove i960 support.
877 * od-macho.c: Remove i860 support.
878 * readelf.c: Remove i860 and i960 support.
879 * testsuite/binutils-all/objcopy.exp: Likewise.
880 * testsuite/binutils-all/objdump.exp: Likewise.
881 * testsuite/lib/binutils-common.exp: Likewise.
882
883 2018-04-11 Maciej W. Rozycki <macro@mips.com>
884
885 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
886 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
887
888 2018-04-10 Alan Modra <amodra@gmail.com>
889
890 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
891 reloc=11 for pru and reloc=50 for nds32.
892 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
893
894 2018-04-09 Maciej W. Rozycki <macro@mips.com>
895
896 * testsuite/binutils-all/strip-15.d: New test.
897 * testsuite/binutils-all/strip-15rel.s: New test source.
898 * testsuite/binutils-all/strip-15rela.s: New test source.
899 * testsuite/binutils-all/strip-15mips64.s: New test source.
900 * testsuite/binutils-all/objcopy.exp: Run the new test.
901
902 2018-04-09 Maciej W. Rozycki <macro@mips.com>
903
904 * testsuite/binutils-all/strip-14.d: New test.
905 * testsuite/binutils-all/strip-14rel.s: New test source.
906 * testsuite/binutils-all/strip-14rela.s: New test source.
907 * testsuite/binutils-all/strip-14mips64.s: New test source.
908 * testsuite/binutils-all/objcopy.exp: Run the new test.
909
910 2018-04-06 Tom Tromey <tom@tromey.com>
911
912 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
913 constants from DWARF 5.
914
915 2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
916
917 PR gas/22318
918 * configure: Regenerated.
919
920 2018-04-05 Maciej W. Rozycki <macro@mips.com>
921
922 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
923 than `.dc.w' in second relocation.
924
925 2018-04-05 Maciej W. Rozycki <macro@mips.com>
926
927 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
928 relocation type 0x8f' error message.
929
930 2018-04-05 Maciej W. Rozycki <macro@mips.com>
931
932 * testsuite/binutils-all/strip-13.s: Rename to...
933 * testsuite/binutils-all/strip-13rela.s: ... this.
934 * testsuite/binutils-all/strip-13rel.s: New test source.
935 * testsuite/binutils-all/strip-13mips64.s: New test source.
936 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
937 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
938 `m68hc11-*' to `not-target' list.
939 * testsuite/binutils-all/objcopy.exp: Switch between sources for
940 `strip-13'.
941
942 2018-04-05 Maciej W. Rozycki <macro@mips.com>
943
944 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
945 241 (0xf1) for the relocation number and RELA addend.
946 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
947 `not-target' list.
948
949 2018-04-04 John David Anglin <danglin@gcc.gnu.org>
950
951 * MAINTAINERS: Update my e-mail address.
952
953 2018-04-04 Nick Clifton <nickc@redhat.com>
954
955 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
956
957 2018-03-23 Nick Clifton <nickc@redhat.com>
958
959 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
960 symbols.
961 (print_gnu_build_attribute_description): If no file start symbol
962 could be found, look for one two bytes into the file.
963 * testsuite/binutils-all/note-4-64.s: Set the address of the file
964 start symbol to two bytes into the file.
965 * testsuite/binutils-all/note-4-32.s: Likewise.
966
967 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
968
969 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
970 DF_1_WEAKFILTER and DF_1_NOCOMMON.
971
972 2018-03-20 Nick Clifton <nickc@redhat.com>
973
974 * po/es.po: Updated Spanish translation.
975 * po/ru.po: Updated Russian translation.
976
977 2018-03-13 Nick Clifton <nickc@redhat.com>
978
979 PR 22957
980 * stabs.c (pop_binincl): Fail if the file index is off the end of
981 the stack.
982
983 2018-03-13 Nick Clifton <nickc@redhat.com>
984
985 PR 22955
986 * stabs.c (parse_number): Add p_end parameter and use it to check
987 the validity of the pp parameter. Add checks to prevent walking
988 off the end of the string buffer.
989 (parse_stab_string): Likewise.
990 (parse_stab_type): Likewise.
991 (parse_stab_type_number): Likewise.
992 (parse_stab_range_type): Likewise.
993 (parse_stab_sun_builtin_type): Likewise.
994 (parse_stab_sun_floating_type): Likewise.
995 (parse_stab_enum_type): Likewise.
996 (parse_stab_struct_type): Likewise.
997 (parse_stab_baseclasses): Likewise.
998 (parse_stab_struct_fields): Likewise.
999 (parse_stab_cpp_abbrev): Likewise.
1000 (parse_stab_one_struct_field): Likewise.
1001 (parse_stab_members): Likewise.
1002 (parse_stab_tilde_field): Likewise.
1003 (parse_stab_array_type): Likewise.
1004
1005 * parse_stab: Compute the end of the string and then pass it on to
1006 individual parser functions.
1007
1008 2018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
1009
1010 PR binutils/22923
1011 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
1012 overflow.
1013
1014 2018-03-07 Alan Modra <amodra@gmail.com>
1015
1016 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
1017 * configure: Regenerate.
1018
1019 2018-03-05 H.J. Lu <hongjiu.lu@intel.com>
1020
1021 PR binutils/22911
1022 * objdump.c (is_significant_symbol_name): Return TRUE for all
1023 .plt* sections.
1024 (find_symbol_for_address): Replace linear search with binary
1025 search on dynamic relocations.
1026
1027 2018-03-01 Nick Clifton <nickc@redhat.com>
1028
1029 PR 22905
1030 * dwarf.c (display_debug_ranges): Check that the offset loaded
1031 from the range_entry structure is valid.
1032
1033 2018-03-01 Alan Modra <amodra@gmail.com>
1034
1035 * configure.ac (ALL_LINGUAS): Add sr. Sort.
1036 * configure: Regenerate.
1037
1038 2018-02-27 Nick Clifton <nickc@redhat.com>
1039
1040 * po/pt.po: New Portuguese translation.
1041 * configure.ac (ALL_LINGUAS): Add pt.
1042 * configure: Regenerate.
1043
1044 2018-02-27 Nick Clifton <nickc@redhat.com>
1045
1046 PR 22875
1047 * objcopy.c (copy_object): Check the error status after marking
1048 symbols used in relocations.
1049 * testsuite/binutils-all/strip-13.s: New test source file.
1050 * testsuite/binutils-all/strip-13.s: New test driver file.
1051 * testsuite/binutils-all/objcopy.exp: Run the new test.
1052
1053 2018-02-26 Alan Modra <amodra@gmail.com>
1054
1055 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
1056 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
1057
1058 2018-02-23 Alan Modra <amodra@gmail.com>
1059
1060 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
1061 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
1062
1063 2018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
1064
1065 * doc/binutils.texi (objcopy): Add missing closing square
1066 parenthesis to listing of objcopy's command line options.
1067
1068 2018-02-19 Matthias Klose <doko@debian.org>
1069
1070 * strings.c (long_options): Include-all-whitespace does not take
1071 an extra agument.
1072
1073 2018-02-13 Alan Modra <amodra@gmail.com>
1074
1075 PR 22836
1076 * testsuite/binutils-all/group-7.s,
1077 * testsuite/binutils-all/group-7a.d,
1078 * testsuite/binutils-all/group-7b.d,
1079 * testsuite/binutils-all/group-7c.d: New tests.
1080 * testsuite/binutils-all/objcopy.exp: Run them.
1081
1082 2018-02-08 Nick Clifton <nickc@redhat.com>
1083
1084 PR 22802
1085 * dwarf.c (load_separate_debug_file): Return early if the user is
1086 not interested in debug links.
1087
1088 2018-02-06 Nick Clifton <nickc@redhat.com>
1089
1090 PR 22793
1091 * readelf.c (find_section): Replace assertion with test and return
1092 of NULL.
1093 (find_section_by_address): Add test of section header table
1094 existance.
1095 (find_section_by_type): Likewise.
1096 (find_section_in_set): Likewise.
1097
1098 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1099
1100 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
1101 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
1102 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
1103 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
1104
1105 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1106
1107 * testsuite/config/default.exp (binutils_run): Document
1108 `binutils_run_status'.
1109 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
1110 and set it.
1111 (run_dump_test): Add `error', `error_output', `warning' and
1112 `warning_output' options. Update documentation accordingly.
1113
1114 2018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1115
1116 * dwarf.c (dwarf_regnames_riscv): New register name table.
1117 (init_dwarf_regnames_riscv): New function.
1118 (init_dwarf_regnames): Add call to initialise RiscV register
1119 names.
1120 * dwarf.h (init_dwarf_regnames_riscv): Declare.
1121 * objdump.c (dump_dwarf): Add call to initialise RiscV register
1122 names.
1123
1124 2018-02-01 Alan Modra <amodra@gmail.com>
1125
1126 PR 22769
1127 * objdump.c (load_specific_debug_section): Check for overflow
1128 when adding one to section size for a string section terminator.
1129
1130 2018-01-30 Nick Clifton <nickc@redhat.com>
1131
1132 PR 22734
1133 * doc/binutils.texi (nm): Update description to point out that
1134 zero-initialized values can also be shown as type B, b, S or s
1135 since they can be stored in the BSS section.
1136
1137 2018-01-30 Alan Modra <amodra@gmail.com>
1138
1139 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
1140 "artificially large" end address.
1141
1142 2018-01-28 Nick Clifton <nickc@redhat.com>
1143
1144 * README-how-to-make-a-release: Add note about checking gpg key
1145 and the results of gnupload.
1146
1147 2018-01-27 Nick Clifton <nickc@redhat.com>
1148
1149 * README-how-to-make-a-release: Add details on how to actually
1150 make the release.
1151
1152 2018-01-26 Nick Clifton <nickc@redhat.com>
1153
1154 * README-how-to-make-a-release: Add more details on updating
1155 version numbers.
1156
1157 2018-01-22 Maciej W. Rozycki <macro@mips.com>
1158
1159 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
1160 option description.
1161
1162 2018-01-22 Maciej W. Rozycki <macro@mips.com>
1163
1164 * MAINTAINERS: Update my company e-mail address.
1165
1166 2018-01-22 Nick Clifton <nickc@redhat.com>
1167
1168 * po/sv.po: Updated Swedish translation.
1169
1170 2018-01-18 Nick Clifton <nickc@redhat.com>
1171
1172 * po/bg.po: Updated Bulgarian translation.
1173
1174 2018-01-16 Joel Brobecker <brobecker@adacore.com>
1175
1176 * README-how-to-make-a-release: Add reminder to update the
1177 branch name in gdbadmin's crontab on sourceware.
1178
1179 2018-01-16 Joel Brobecker <brobecker@adacore.com>
1180
1181 * README-how-to-make-a-release: Remove trailing spaces.
1182
1183 2018-01-16 Nick Clifton <nickc@redhat.com>
1184
1185 * po/fr.po: Updated French translation.
1186
1187 2018-01-15 Nick Clifton <nickc@redhat.com>
1188
1189 * po/uk.po: Updated Ukranian translation.
1190
1191 2018-01-13 Nick Clifton <nickc@redhat.com>
1192
1193 * README-how-to-make-a-release: Update notes.
1194 * po/binutils.pot: Regenerated.
1195
1196 2018-01-13 Nick Clifton <nickc@redhat.com>
1197
1198 * configure: Regenerate.
1199
1200 2018-01-13 Nick Clifton <nickc@redhat.com>
1201
1202 2.30 branch created.
1203 * NEWS: Add marker for 2.30.
1204
1205 2018-01-12 Nick Clifton <nickc@redhat.com>
1206
1207 * README-how-to-make-a-release: Add notes on how to make the
1208 branch and prelease snapshot.
1209 * BRANCHES: Add binutils-2_29-branch.
1210
1211 2018-01-10 Nick Clifton <nickc@redhat.com>
1212
1213 * MAINTAINERS: Note that it is now the configure.ac file and not
1214 the configure.in file that needs to be kept in sync with gcc.
1215 Add a note about sending patches for libiberty to gcc.
1216
1217 2018-01-03 Nick Clifton <nickc@redhat.com>
1218
1219 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
1220 constants.
1221
1222 2018-01-03 Nick Clifton <nickc@redhat.com>
1223
1224 * objcopy.c (objcopy_internal_note): New structure.
1225 (gap_exists): New function.
1226 (is_open_note): New function.
1227 (is_func_note): New function.
1228 (is_64bit): New function.
1229 (merge_gnu_build_notes): Handle v3 notes. Do not merge
1230 if there are relocations against the notes.
1231 * readelf.c (get_note_type): Use short names for build attribute
1232 notes.
1233 (print_symbol_for_build_attribute): Rename to
1234 get_symbol_for_build_attribute. Returns the found symbol rather
1235 than printing it.
1236 (print_gnu_build_attribute_description): Maintain address ranges
1237 for function notes as well as global notes. Handle v3 notes.
1238 (print_gnu_build_attribute_name): Use more space for printing the
1239 name in wide mode.
1240 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
1241 Eliminate symbol references in order to remove the need for
1242 relocations.
1243 * testsuite/binutils-all/note-2-64.s: Likewise.
1244 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
1245 symbol.
1246 * testsuite/binutils-all/note-3-64.s: Likewise.
1247 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
1248 output.
1249 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
1250 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
1251 * testsuite/binutils-all/note-2-32.d: Likewise.
1252 * testsuite/binutils-all/note-2-64.d: Likewise.
1253 * testsuite/binutils-all/note-3-32.d: Likewise.
1254 * testsuite/binutils-all/note-3-64.d: Likewise.
1255 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
1256 * testsuite/binutils-all/note-4-32.s: New test.
1257 * testsuite/binutils-all/note-4-64.d: New test result file.
1258 * testsuite/binutils-all/note-4-32.d: New test result file.
1259
1260 2018-01-03 Alan Modra <amodra@gmail.com>
1261
1262 Update year range in copyright notice of all files.
1263
1264 For older changes see ChangeLog-2017
1265 \f
1266 Copyright (C) 2018 Free Software Foundation, Inc.
1267
1268 Copying and distribution of this file, with or without modification,
1269 are permitted in any medium without royalty provided the copyright
1270 notice and this notice are preserved.
1271
1272 Local Variables:
1273 mode: change-log
1274 left-margin: 8
1275 fill-column: 74
1276 version-control: never
1277 End:
This page took 0.054581 seconds and 4 git commands to generate.