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