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