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