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