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