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