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