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