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