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