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