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