1 2018-12-14 H.J. Lu <hongjiu.lu@intel.com>
4 * readelf.c (get_segment_type): Support PT_GNU_PROPERTY.
5 (decode_x86_isa): Don't check GNU_PROPERTY_X86_UINT32_VALID.
6 (decode_x86_feature_1): Likewise.
7 (decode_x86_feature_2): Likewise.
8 (print_gnu_property_note): Remove GNU_PROPERTY_X86_UINT32_VALID
10 * testsuite/binutils-all/i386/empty.d: Updated.
11 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
12 * testsuite/binutils-all/x86-64/empty.d: Likewise.
13 * testsuite/binutils-all/i386/pr21231b.s: Change
14 GNU_PROPERTY_X86_ISA_1_USED bits to 0x7fffffff.
15 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
17 2018-12-13 Sam Tebbs <sam.tebbs@arm.com>
19 * dwarf.c (read_cie): Add check for 'B'.
21 2018-12-11 Nick Clifton <nickc@redhat.com>
23 * NEWS: Note that recursion limit has increased to 2048.
24 * doc/binutils.texi: Likewise.
26 2018-12-08 Alan Modra <amodra@gmail.com>
28 * strings.c (unget_part_char): New function.
29 (print_strings): Use unget_part_char. Formatting.
30 * testsuite/binutils-all/strings.exp (test_multibyte): Don't
31 use square brackets in fail message. Expect "String1\nString2".
33 2018-12-07 Alan Modra <amodra@gmail.com>
35 * nm.c (display_rel_file): Use xrealloc to increase minisyms
36 for synthetic symbols.
38 2018-12-07 Nick Clifton <nickc@redhat.com>
40 * addr2line.c (demangle_flags): New static variable.
41 (long_options): Add --recurse-limit and --no-recurse-limit.
42 (translate_address): Pass demangle_flags to bfd_demangle.
43 (main): Handle --recurse-limit and --no-recurse-limit options.
44 * cxxfilt.c: (long_options): Add --recurse-limit and
46 (main): Handle new options.
47 * nm.c (demangle_flags): New static variable.
48 (long_options): Add --recurse-limit and --no-recurse-limit.
49 (main): Handle new options.
50 * objdump.c (demangle_flags): New static variable.
51 (usage): Add --recurse-limit and --no-recurse-limit.
52 (long_options): Likewise.
53 (objdump_print_symname): Pass demangle_flags to bfd_demangle.
54 (disassemble_section): Likewise.
55 (dump_dymbols): Likewise.
56 (main): Handle new options.
57 * prdbg.c (demangle_flags): New static variable.
58 (tg_variable): Pass demangle_flags to demangler.
59 (tg_start_function): Likewise.
60 * stabs.c (demangle_flags): New static variable.
61 (stab_demangle_template): Pass demangle_flags to demangler.
62 (stab_demangle_v3_argtypes): Likewise.
63 (stab_demangle_v3_arg): Likewise.
64 * doc/binutuls.texi: Document new command line options.
65 * NEWS: Mention the new feature.
66 * testsuite/config/default.exp (CXXFILT): Define if not already
68 (CXXFILTFLAGS): Likewise.
69 * testsuite/binutils-all/cxxfilt.exp: New file. Runs a few
70 simple tests of the cxxfilt program.
72 2018-12-03 Nick Clifton <nickc@redhat.com>
75 * testsuite/binutils-all/i386/compressed-1a.d: Update expected output.
76 * testsuite/binutils-all/x86-64/compressed-1a.d: Likewise.
78 2018-12-01 Alan Modra <amodra@gmail.com>
81 * readelf.c (slurp_ia64_unwind_table): Bounds check symbol index
83 (slurp_hppa_unwind_table): Likewise.
85 2018-12-01 Alan Modra <amodra@gmail.com>
88 * readelf.c (slurp_ia64_unwind_table): Don't call elf_ia64_reloc_type
90 (slurp_hppa_unwind_table): Use same range checks and error messages
91 as slurp_ia64_unwind_table.
93 2018-11-29 Nick Clifton <nickc@redhat.com>
96 * objdump.c (dump_relocs_in_section): When checking for an
97 unreasonable amount of relocs in a bfd, allow for the fact that
98 the internal representation of a reloc may be bigger than the
99 external representation.
101 2018-11-27 Mark Wielaard <mark@klomp.org>
104 * readelf.c (dump_sections_as_strings): Remove bogus addralign check.
105 (dump_sections_as_bytes): Likewise.
106 (load_specific_debug_sections): Likewise.
107 * testsuite/binutils-all/dw2-3.rS: Adjust alignment.
108 * testsuite/binutils-all/dw2-3.rt: Likewise.
110 2018-11-20 H.J. Lu <hongjiu.lu@intel.com>
113 * testsuite/lib/binutils-common.exp (prune_warnings_extra):
114 Prune gaps in build notes.
116 2018-11-13 Francois H. Theron <francois.theron@netronome.com>
118 * testsuite/binutils-all/nfp/test1.d: Test for swapped operand crc[].
121 2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
123 * configure: Regenerate.
125 2018-11-09 Mathias <m4tze@exitno.de>
127 * strings.c (print_strings): Check for multibyte encodings.
128 * binutils-all/strings-1.bin: New file. Test binary for string decoding.
129 * testsuite/binutils-all/strings.exp: New file. Test the strings program.
130 * testsuite/config/default.exp (STRINGS): Define if not provided
132 (STRINGSFLAGS): Likewise.
134 2018-11-07 Masatake Yamato <yamato@redhat.com>
136 * objdump.c (long_options): Have the --disassemble option take an
138 (usage): Add description for the `symbol' argument to the
139 --disassemble option.
140 (disasm_sym): New file private variable.
141 (struct objdump_disasm_info): New field `symbol'.
142 (disassemble_section): Introduce `do_print' local variable
143 to control whether objdump displays the result of disassembling
145 (main): Set `symbol' file private variable if the option argument
146 for the --disassemble option is given.
147 * doc/binutils.texi (objdump): Add description for the option
149 * NEWS: Mention the new feature.
150 * testsuite/binutils-all/objdump.exp: Add tests of the -d and
151 --disassemble=<symbol> options.
152 * testsuite/binutils-all/bintest.s: Add more symbols and code.
153 * testsuite/binutils-all/readelf.s: Update expected output.
154 * testsuite/binutils-all/readelf.ss-64: Likewise.
155 * testsuite/binutils-all/readelf.ss-mips: Likewise.
156 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
158 2018-11-07 Nick Clifton <nickc@redhat.com>
160 * po/pt.po: Updated Portuguese translation.
162 2018-11-06 Roman Bolshakov <r.bolshakov@yadro.com>
163 Saagar Jha <saagar@saagarjha.com>
166 * od-macho.c (printf_version): New.
167 (dump_load_command): Use it to print version. Print sdk version. Print
168 version info for watchOS and tvOS. Print LC_NOTE, LC_BUILD_VERSION.
169 (dump_buld_version): New.
170 (bfd_mach_o_platform_name): New
171 (bfd_mach_o_tool_name): New
173 2018-11-07 Yoshinori Sato <ysato@users.sourceforge.jp>
175 * testsuite/lib/binutils-common.exp: Special section name
178 2018-11-06 H.J. Lu <hongjiu.lu@intel.com>
180 * doc/binutils.texi: Document --enable-x86-feature and
181 --disable-x86-feature options for elfedit.
182 * elfedit.c: Include "config.h" and <sys/mman.h>.
183 (enable_x86_features): New.
184 (disable_x86_features): Likewise.
185 (update_gnu_property): Likewise.
186 (elf_x86_feature): Likewise.
187 (process_file): Call update_gnu_property on ET_EXEC or ET_DYN
189 (command_line_switch): Add OPTION_ENABLE_X86_FEATURE and
190 OPTION_DISABLE_X86_FEATURE.
191 (options): Add--enable-x86-feature and --disable-x86-feature.
193 (main): Handle OPTION_ENABLE_X86_FEATURE and
194 OPTION_DISABLE_X86_FEATURE.
196 2018-11-03 H.J. Lu <hongjiu.lu@intel.com>
198 * elfedit.c (update_elf_header): Move EI_MAG? check to ...
199 (get_file_header): Here.
201 2018-11-02 H.J. Lu <hongjiu.lu@intel.com>
203 * configure.ac (AC_FUNC_MMAP): New.
204 * config.in: Regenerated.
205 * configure: Likewise.
207 2018-11-02 Alan Modra <amodra@gmail.com>
209 * readelf.c (process_section_headers): Don't warn on a zero
210 sh_info or sh_link for any reloc section in an executable or
211 shared library. Do warn for .rel.dyn/.rela.dyn in ET_REL.
213 2018-11-01 Thomas Preud'homme <thomas.preudhomme@linaro.org>
215 * testsuite/config/default.exp: Define LD, LDFLAGS and
217 * testsuite/lib/binutils-common.exp (check_shared_lib_support): Moved
219 (run_dump_test): Set ld to $LD.
221 2018-10-18 Nick Clifton <nickc@redhat.com>
223 * doc/binutils.texi (readelf): Document alternatives to the
224 --unwind option if it is not supported for the target
227 2018-10-16 Alan Modra <amodra@gmail.com>
230 * readelf.c (display_raw_attribute): Correct assertion.
232 2018-10-15 Alan Modra <amodra@gmail.com>
235 * addr2line.c (main): Exit with fatal error if bfd_init
236 returns an unexpected value.
237 * ar.c (main): Likewise.
238 * dlltool.c (identify_dll_for_implib): Likewise.
239 * nm.c (main): Likewise.
240 * objcopy.c (main): Likewise.
241 * objdump.c (main): Likewise.
242 * size.c (main): Likewise.
243 * strings.c (main): Likewise.
244 * windmc.c (main): Likewise.
245 * windres.c (main): Likewise.
247 2018-10-11 Jordan Rupprecht <rupprecht@google.com>
248 Nick Clifton <nickc@redhat.com>
250 * objcopy.c (copy_main): Issue a fata error if the
251 --keep-global-symbol(s) and the --globalize-symbol(s) options are
253 * doc/binutils.texi: Document that the two options are
255 * testsuite/binutils-all/copy-5.d: New test.
256 * testsuite/binutils-all/objcopy.exp: Run the new test.
258 2018-10-10 Helge Deller <deller@gmx.de>
259 Alan Modra <amodra@gmail.com>
261 * readelf.c (hppa_process_unwind): Don't use eh_addr_size to
262 calculate number of entries.
263 (slurp_hppa_unwind_table): Don't use eh_addr_size here either.
265 2018-10-10 Alan Modra <amodra@gmail.com>
267 * objdump.c (dump_dwarf): Set s12z eh_addr_size to 4.
269 2018-10-08 Andreas Schwab <schwab@suse.de>
271 * readelf.c (is_32bit_pcrel_reloc): Handle R_RISCV_32_PCREL.
273 2018-10-03 Nick Clifton <nickc@redhat.com>
275 * po/pt.po: Updated Portuguese translation.
276 * po/fr.po: Updated French translation.
278 2018-09-22 Alan Modra <amodra@gmail.com>
280 * readelf.c (apply_relocations): Don't return FALSE for warnings.
282 2018-09-20 Nelson Chu <nelson.chu1990@gmail.com>
284 * testsuite/binutils-all/objcopy.exp: Set the unsupported reloc number
285 from 215 to 255 for NDS32.
287 2018-09-17 H.J. Lu <hongjiu.lu@intel.com>
289 * objcopy.c (strip_specific_buffer): New.
290 (strip_unneeded_buffer): Likewise.
291 (keep_specific_buffer): Likewise.
292 (localize_specific_buffer): Likewise.
293 (globalize_specific_buffer): Likewise.
294 (keepglobal_specific_buffer): Likewise.
295 (weaken_specific_buffer): Likewise.
296 (add_specific_symbols): Add an argument to return pointer to
298 (copy_main): Update add_specific_symbols to update pointers to
299 allocated buffer. Free pointers to allocated buffer before
302 2018-09-17 Alan Modra <amodra@gmail.com>
304 * objcopy.c (handle_remove_section_option): Don't require a dot
305 after .rela and .rel to handle a possible relocation section.
306 * testsuite/binutils-all/remove-relocs-07.s,
307 * testsuite/binutils-all/remove-relocs-07.d,
308 * testsuite/binutils-all/remove-relocs-08.d: New tests.
309 * testsuite/binutils-all/remove-relocs-01.d,
310 * testsuite/binutils-all/remove-relocs-04.d,
311 * testsuite/binutils-all/remove-relocs-05.d,
312 * testsuite/binutils-all/remove-relocs-06.d: Exclude mips64-openbsd.
314 2018-09-17 Alan Modra <amodra@gmail.com>
316 * testsuite/lib/binutils-common.exp (is_som_format): New proc.
317 (run_dump_test): Correct target test for alternate .comm syntax.
318 (get_standard_section_names): Handle som format.
319 * testsuite/lib/utils-lib.exp (default_binutils_assemble_flags):
320 Correct target test for alternate .comm syntax.
322 2018-09-17 Alan Modra <amodra@gmail.com>
324 * testsuite/binutils-all/strip-13mips64.s: Add section flags
326 * testsuite/binutils-all/strip-13rel.s: Likewise.
327 * testsuite/binutils-all/strip-13rela.s: Likewise.
328 * testsuite/binutils-all/strip-14mips64.s: Likewise.
329 * testsuite/binutils-all/strip-14rel.s: Likewise.
330 * testsuite/binutils-all/strip-14rela.s: Likewise.
331 * testsuite/binutils-all/strip-15mips64.s: Likewise.
332 * testsuite/binutils-all/strip-15rel.s: Likewise.
333 * testsuite/binutils-all/strip-15rela.s: Likewise.
335 2018-09-17 Nick Clifton <nickc@redhat.com>
337 * testsuite/binutils-all/compress.exp: Rename second "objcopy
338 zlib-gnu compress debug sections 3" test to "objcopy zlib-gabi
339 compress debug sections 3" and use gabi object files instead
341 * testsuite/binutils-all/objcopy.exp: Add suffix to the names
342 of the "ELF group" tests.
343 * testsuite/binutils-all/readelf.exp (proc readelf_find_size):
344 Add an iteration parameter and include it in the name of the
345 test. Update callers to include an iteration count.
347 2018-09-15 Alan Modra <amodra@gmail.com>
349 * testsuite/binutils-all/add-symbol.d: Add "section_subst: no".
350 * testsuite/binutils-all/elfedit.exp: Don't set tempfile or copyfile.
351 * testsuite/binutils-all/symbols-1.d,
352 * testsuite/binutils-all/symbols-2.d,
353 * testsuite/binutils-all/symbols-3.d,
354 * testsuite/binutils-all/symbols-4.d: Quote '*' and '!'.
355 * testsuite/binutils-all/add-empty-section.d,
356 * testsuite/binutils-all/add-section.d,
357 * testsuite/binutils-all/elfedit.exp,
358 * testsuite/binutils-all/note-1.d,
359 * testsuite/binutils-all/pr23633.d: Add $subdir after $srcdir.
360 * testsuite/config/default.exp (AS, ASFLAGS): Define.
361 * testsuite/config/hppa.sed: Handle all common symbols.
362 * testsuite/lib/binutils-common.exp (run_dump_test): New proc,
363 merged from three other versions.
364 (slurp_options, file_contents, set_file_contents): Likewise.
365 (big_or_little_endian, get_standard_section_names): Likewise.
366 * testsuite/lib/utils-lib.exp (run_dump_test): Delete.
367 (slurp_options, proc file_contents): Delete.
368 (get_standard_section_names): Delete.
370 2018-09-15 Alan Modra <amodra@gmail.com>
372 * testsuite/binutils-all/copy-2.d,
373 * testsuite/binutils-all/copy-3.d,
374 * testsuite/binutils-all/copy-4.d,
375 * testsuite/binutils-all/elfedit-1.d,
376 * testsuite/binutils-all/note-1.d,
377 * testsuite/binutils-all/note-2-64.d,
378 * testsuite/binutils-all/strip-11.d,
379 * testsuite/binutils-all/strip-13.d,
380 * testsuite/binutils-all/strip-14.d,
381 * testsuite/binutils-all/testranges.d,
382 * testsuite/binutils-all/x86-64/pr23494a-x32.d,
383 * testsuite/binutils-all/x86-64/pr23494a.d,
384 * testsuite/binutils-all/x86-64/pr23494b-x32.d,
385 * testsuite/binutils-all/x86-64/pr23494b.d,
386 * testsuite/binutils-all/x86-64/pr23494c-x32.d,
387 * testsuite/binutils-all/x86-64/pr23494c.d,
388 * testsuite/binutils-all/x86-64/pr23494d-x32.d,
389 * testsuite/binutils-all/x86-64/pr23494d.d,
390 * testsuite/binutils-all/x86-64/pr23494e-x32.d,
391 * testsuite/binutils-all/x86-64/pr23494e.d,
392 * testsuite/lib/utils-lib.exp (run_dump_test): Replace not-target
393 and not-skip with notarget and noskip.
395 2018-09-15 Alan Modra <amodra@gmail.com>
397 * testsuite/binutils-all/group-7a.d,
398 * testsuite/binutils-all/group-7b.d,
399 * testsuite/binutils-all/group-7c.d,
400 * testsuite/binutils-all/symbols-1.d,
401 * testsuite/binutils-all/symbols-2.d,
402 * testsuite/binutils-all/symbols-3.d,
403 * testsuite/binutils-all/symbols-4.d: Remove DUMPPROG.
405 2018-09-14 Alan Modra <amodra@gmail.com>
408 * testsuite/binutils-all/pr23633.d: Don't fail when assembler
409 generates sections other than .text.
411 2018-09-13 H.J. Lu <hongjiu.lu@intel.com>
414 * testsuite/binutils-all/objcopy.exp: Run pr23633.
415 * testsuite/binutils-all/pr23633.d: New file.
416 * testsuite/binutils-all/pr23633.list: Likewise.
417 * testsuite/binutils-all/pr23633.s: Likewise.
419 2018-09-13 Nick Clifton <nickc@redhat.com>
422 * objcopy.c (add_specific_symbols): Do not free the buffer at the
425 2018-09-10 Alan Modra <amodra@gmail.com>
428 * objcopy.c (handle_remove_section_option): Consider .rela and
429 .rel sections for stripping directly as well as attached to the
430 associated section they relocate.
431 * doc/binutils.texi (remove-relocations): Specify that this
432 option removes non-dynamic relocation sections.
433 * testsuite/binutils-all/objcopy.exp
434 (objcopy_remove_relocations_from_executable): New test.
436 2018-09-03 Nick Clifton <nickc@redhat.com>
438 * po/ja.po: Updated Japanese translation.
440 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
442 * testsuite/binutils-all/readelf.s-64: Adjusted for
443 .note.gnu.property section.
444 * testsuite/binutils-all/strip-3.d: Also strip
445 .note.gnu.property section.
447 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
449 * testsuite/binutils-all/i386/compressed-1b.d: Pass
450 -mx86-used-note=no to assembler.
451 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
452 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
453 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
454 * testsuite/binutils-all/i386/empty.d: Pass -mx86-used-note=yes
455 to assembler and update expected output from "readelf -n".
456 * testsuite/binutils-all/i386/ibt.d: Likewise.
457 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
458 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
459 * testsuite/binutils-all/i386/shstk.d: Likewise.
460 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
461 * testsuite/binutils-all/x86-64/empty.d: Likewise.
462 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
463 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
464 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
465 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
466 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
467 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
468 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
469 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
470 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
471 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
472 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
473 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
474 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
475 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
476 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
477 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
479 2018-08-30 H.J. Lu <hongjiu.lu@intel.com>
481 * readelf.c (process_section_headers): Treat SHT_FINI_ARRAY and
482 SHT_PREINIT_ARRAY as relocatable sections.
484 2018-08-30 Chenghua Xu <paul.hua.gm@gmail.com>
486 * MAINTAINERS: Add myself as a MIPS port maintainer.
488 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
490 * NEWS: Mention Loongson 2K1000 proccessor support.
491 * readelf.c (get_machine_flags): Handle gs264e.
493 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
495 * NEWS: Mention Loongson 3A2000/3A3000 proccessor support.
496 * readelf.c (get_machine_flags): Handle gs464e.
498 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
500 * NEWS: Mention Loongson 3A1000 proccessor support.
501 * readelf.c (get_machine_flags): Rename loongson-3a to gs464.
502 (print_mips_isa_ext): Delete AFL_EXT_LOONGSON_3A.
504 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
506 * readelf.c (print_mips_ases): Add Loongson EXT2 extension.
508 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
510 * readelf.c (print_mips_ases): Add Loongson EXT extension.
512 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
514 * readelf.c (print_mips_ases): Add CAM extension.
516 2018-08-27 H.J. Lu <hongjiu.lu@intel.com>
518 * readelf.c (decode_x86_isa): Print <None> if bitmask only
519 contains the GNU_PROPERTY_X86_UINT32_VALID bit.
520 (decode_x86_feature_1): Likewise.
521 (decode_x86_feature_2): Likewise.
522 (print_gnu_property_note): Don't mask out the
523 GNU_PROPERTY_X86_UINT32_VALID bit.
524 * testsuite/binutils-all/i386/pr21231b.d: Updated.
525 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
527 2018-08-27 H.J. Lu <hongjiu.lu@intel.com>
529 * readelf.c (decode_x86_compat_isa): Break multi-statement line.
530 (decode_x86_isa): Likewise.
531 (decode_x86_feature_2): Likewise.
533 2018-08-25 H.J. Lu <hongjiu.lu@intel.com>
536 * readelf.c (get_symbol_version_string): Return _("<corrupt>")
537 for corrupt symbol version info.
539 2018-08-24 H.J. Lu <hongjiu.lu@intel.com>
541 * readelf.c (decode_x86_compat_isa): New function.
542 (decode_x86_feature_2): Likewise.
543 (decode_x86_isa): Updated for new X86_ISA_1_XXX bits.
544 (decode_x86_feature): Renamed to ...
545 (decode_x86_feature_1): This. Remove the type argument.
546 (print_gnu_property_note): Handle X86_COMPAT_ISA_1_USED,
547 X86_COMPAT_ISA_1_NEEDED, X86_UINT32_AND_LO, X86_UINT32_AND_HI,
548 X86_UINT32_OR_LO, X86_UINT32_OR_HI, X86_UINT32_OR_AND_LO and
549 X86_UINT32_OR_AND_HI instead of X86_ISA_1_USED, X86_ISA_1_NEEDED
550 and X86_FEATURE_1_AND.
551 * testsuite/binutils-all/i386/pr21231b.s: Updated to the current
552 GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
554 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
555 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
556 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
557 * testsuite/binutils-all/x86-64/pr23494c.s: Likewise.
558 * testsuite/binutils-all/i386/pr21231b.d: Updated.
559 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
560 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
561 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
562 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
563 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
564 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
565 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
566 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
567 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
569 2018-08-24 H.J. Lu <hongjiu.lu@intel.com>
571 * readelf.c (print_gnu_property_note): Check the
572 GNU_PROPERTY_X86_UINT32_VALID bit for invalid GNU property note.
574 2018-08-23 Alan Modra <amodra@gmail.com>
576 * readelf.c (get_ppc64_symbol_other): Return NULL if st_other
577 field contains unrecognised or reserved values. Handle
580 2018-08-23 H.J. Lu <hongjiu.lu@intel.com>
583 * Makefile.am (development.exp): New target.
584 (EXTRA_DEJAGNU_SITE_CONFIG): New.
585 (DISTCLEANFILES): Add development.exp.
586 * Makefile.in: Regenerated.
587 * testsuite/binutils-all/objcopy.exp (strip_test): Call
588 prune_warnings to prune BFD output.
589 (strip_test_with_saving_a_symbol): Likewise.
590 (objcopy_test_without_global_symbol): Likewise.
591 * testsuite/lib/binutils-common.exp (prune_warnings_extra):
593 (prune_warnings): Likewise.
595 2018-08-23 H.J. Lu <hongjiu.lu@intel.com>
597 * README-how-to-make-a-release: Document setting "experimental"
600 2018-08-22 Alan Modra <amodra@gmail.com>
602 * readelf.c (process_file_header): Assign updated values from
603 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
604 during printing of header. Correct e_shstrndx range check.
605 Remove unnecessary casts and use %u rather than %ld for
606 unsigned int header fields. Don't print a random %lx when
607 reporting an unknown EI_VERSION.
609 2018-08-21 Nick Clifton <nickc@redhat.com>
611 * MAINTAINERS: Note that Arnold Metselaar has retired as the z80
614 2018-08-21 L. Simon <l.simon@samsung.com>
617 * readelf.c (hppa_process_unwind): Only dump the unwind table if
618 the data was successfully read in.
620 2018-08-18 Alan Modra <amodra@gmail.com>
622 * testsuite/lib/binutils-common.exp (is_elf64): Use directory of
623 input file for readelf.out.
625 * testsuite/binutils-all/objcopy.exp (elf64): Set new variable
626 from first result of is_elf64 test.
627 (reloc_format): Set using is_rela.
628 (strip-13): Pass RELOC and ELF64 to assembler.
629 (strip-14, strip-15): Use elf64 rather than calling is_elf64 again.
630 * testsuite/binutils-all/strip-13.d: Run for more targets.
631 * testsuite/binutils-all/strip-13mips64.s: Use RELOC and set
633 * testsuite/binutils-all/strip-13rel.s: Use RELOC and ELF64.
634 Don't add _NONE reloc.
635 * testsuite/binutils-all/strip-13rela.s: Likewise.
637 2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
640 * testsuite/binutils-all/x86-64/pr23494c.s: New file.
641 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
642 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
644 2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
646 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
648 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
649 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
650 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
651 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
652 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
653 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
654 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
656 2018-08-08 H.J. Lu <hongjiu.lu@intel.com>
659 * testsuite/binutils-all/x86-64/pr23494a-x32.d: New file.
660 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
661 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
662 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
663 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
664 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
665 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
666 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
667 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
668 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
670 2018-08-08 Kevin Buettner <kevinb@redhat.com>
672 * dwarf.c (decode_location_expresion): Add case for
673 DW_OP_GNU_variable_value.
675 2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
677 * readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.
679 2018-08-03 Nick Clifton <nickc@redhat.com>
681 * objcopy.c (merge_gnu_build_notes): Delete empty notes. Merge
682 identical function notes.
684 2018-08-01 Nick Clifton <nickc@redhat.com>
686 * README-how-to-make-a-release: Add note about regenerating the
687 info files prior to the release.
689 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
691 * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
693 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
695 * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
697 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
699 * readelf.c: Include elf/csky.h.
700 (guess_is_rela): Handle EM_CSKY.
701 (dump_relocations): Likewise.
702 (get_machine_name): Likewise.
703 (is_32bit_abs_reloc): Likewise.
705 2018-07-25 Nick Clifton <nickc@redhat.com>
707 * rdcoff.c (parse_coff_struct_type): Free fields array upon early
709 (parse_coff_enum_type): Free names and vals arrays upon early
711 * rddbg.c (read_section_stabs_debugging_info): Free shandle and
712 strings and stabs arrays upon early exit.
713 * readelf.c (get_32bit_section_headers): Free shdrs structure upon
715 (get_64bit_section_headers): Likewise.
716 (get_32bit_elf_symbols): Generate an error if multiple symbol
717 table index sections are associated with the same symbol section.
718 (get_64bit_elf_symbols): Likewise.
719 (process_dynamic_section): Generate an error if there are multiple
720 dynamic symbol table sections, multiple dynamic string tables or
721 multiple dynamic symbol information sections.
723 2018-07-24 Nick Clifton <nickc@redhat.com>
725 * po/sv.po: Updated Swedish translation.
727 2018-07-24 Alan Modra <amodra@gmail.com>
730 * dwarf.c (display_formatted_table): Replace "what" parameter
731 with "is_dir". Expand messages. Fix capitalisation.
732 * testsuite/binutils-all/dw5.W: Update expected output.
734 2018-07-24 Alan Modra <amodra@gmail.com>
737 * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
738 to uses_64bit_indices.
739 * elfcomm.c (setup_archive): Update uses of above.
740 * readelf.c (process_archive): Likewise.
741 (get_section_type_name): Rename indicies to indices.
742 (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
743 (process_section_groups): Likewise.
745 2018-07-20 Maciej W. Rozycki <macro@mips.com>
747 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
750 2018-07-20 Nick Clifton <nickc@redhat.com>
752 * objcopy.c (add_specific_symbols): Free buffer on exit.
753 (add_redefine_syms_file): Close file handle on exit.
754 (copy_object): Close file handle on early exit.
755 Free buffer on early exit.
756 Free gaps buffers once they are no longer needed.
757 * dwarf.c (display_debug_frames): Free allocated memory on exit.
758 (load_separate_debug_info): Free allocate memory on early exit.
760 2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
761 Maciej W. Rozycki <macro@mips.com>
763 * readelf.c (print_mips_ases): Add MMI extension.
765 2018-07-19 DJ Delorie <dj@redhat.com>
767 * MAINTAINERS (RL78, RX): Remove myself as maintainer.
769 2018-07-19 Nick Clifton <nickc@redhat.com>
771 * dwarf.c (read_cie): Free allocated memory before returning with
774 2018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
776 * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
779 2018-07-16 Nick Clifton <nickc@redhat.com>
781 * README-how-to-make-a-release: Add note to check for new top
782 level files and add them to the src-release.sh script.
784 2018-07-14 Nick Clifton <nickc@redhat.com>
786 * README-how-to-make-a-release: Updated with corrections based on
787 the 2.31 release experience.
789 2018-07-12 Francois H. Theron <francois.theron@netronome.com>
791 * readelf.c (process_section_headers): Don't print section type
792 twice for --section-details.
794 2018-07-10 Alan Modra <amodra@gmail.com>
796 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
799 2018-07-06 Nick Clifton <nickc@redhat.com>
801 * readelf.c (same_section): New function.
802 (print_gnu_build_attribute_description): Do not complain about
803 gaps that cross a section boundary.
805 2018-07-05 Nick Clifton <nickc@redhat.com>
807 * po/bg.po: Updated Bulgarian translation.
809 2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
811 * NEWS: Use command-line consistently when used in a compount word.
812 * doc/binutils.texi: Likewise and fix trailing whitespace on same
815 2018-06-26 Nick Clifton <nickc@redhat.com>
817 * po/sv.po: Updated Swedish translation.
818 * po/uk.po: Updated Ukranian translation.
820 2018-06-26 Nick Clifton <nickc@redhat.com>
822 * doc/binutils.texi: Fix spelling mistakes.
823 * README--how-to-make-a-release: Likewise.
825 2018-06-25 Tom Tromey <tom@tromey.com>
827 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
830 2018-06-24 Nick Clifton <nickc@redhat.com>
832 * README-how-to-make-a-release: Update with experiences from
834 * po/binutils.pot: Regenerate.
835 * configure: Regenerate.
837 2018-06-24 Nick Clifton <nickc@redhat.com>
840 * NEWS: Add marker for 2.31.
842 2018-06-21 Alan Modra <amodra@gmail.com>
844 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
845 * doc/Makefile.in: Regenerate.
847 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
849 * configure.ac: Remove AC_PREREQ.
850 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
851 info-in-builddir no-texinfo.tex.
852 * Makefile.in: Re-generate.
853 * aclocal.m4: Re-generate.
854 * config.in: Re-generate.
855 * configure: Re-generate.
856 * doc/Makefile.in: Re-generate.
858 2018-06-19 Andreas Schwab <schwab@suse.de>
860 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
861 (is_8bit_abs_reloc): New function.
862 (is_6bit_abs_reloc): New function.
863 (is_6bit_inplace_sub_reloc): New function.
864 (apply_relocations): Use them. Handle 6-bit relocations.
866 2018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
868 * readelf.c (print_mips_ases): Add GINV extension.
870 2018-06-14 H.J. Lu <hongjiu.lu@intel.com>
873 * readelf.c (get_symbol_version_string): Check if the first
874 symbol version is base version.
876 2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
877 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
879 * readelf.c (print_mips_ases): Add CRC.
881 2018-06-13 Nick Clifton <nickc@redhat.com>
883 * doc/binutils.texi (objdump): Add missing closing square
884 parenthesis to listing of objcopy's command line options.
886 2018-06-11 Nick Clifton <nickc@redhat.com>
888 * po/es.po: Updated Spanish translation.
890 2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
892 * configure: Regenerated.
894 2018-05-31 Alan Modra <amodra@gmail.com>
896 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
897 set CC_FOR_TARGET. Run test non-native.
898 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
900 (test_follow_debuglink): Run test non-native.
902 2018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
905 * ar.c (display_offsets): New variable.
906 (usage): Add description of 'O' operator.
907 (decode_option): Handle 'O' operator.
908 (print_descr): Pass display_offsets to print_arelt_descr.
909 * arsup.c: Update call to printy_arelt_descr.
910 * objdump.c: Likewise.
911 * bucomm.c (print_arelt_descr): If offsets parameter is true then
912 display offset of archive element within the archive.
913 * bucomm.h: Update prototype for print_arelt_descr.
914 * doc/binutils.texi: Update description of ar command.
915 * NEWS: Mention the new feature.
916 * testsuite/binutils-all/ar.exp: Add text of new feature.
918 2018-05-28 Alan Modra <amodra@gmail.com>
921 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
922 unsupported rather than fail on compile errors.
923 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
924 Likewise. Save and restore CFLAGS_FOR_TARGET.
926 2018-05-18 Kito Cheng <kito.cheng@gmail.com>
928 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
930 2018-05-18 John Darrington <john@darrington.wattle.id.au>
932 * readelf.c: Add support for s12z architecture.
933 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
936 2018-05-15 Tamar Christina <tamar.christina@arm.com>
939 * doc/binutils.texi (-M): Document AArch64 options.
941 2018-05-15 Tamar Christina <tamar.christina@arm.com>
944 * doc/binutils.texi (-M): Document AArch64 options.
945 * NEWS: Document notes and warnings.
947 2018-05-15 Alan Modra <amodra@gmail.com>
949 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
950 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
951 and *uclinux* into *linux*.
952 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
953 strip-13 test, exclude arm-vxworks and arm-windiss.
955 2018-05-10 John Darrington <john@darrington.wattle.id.au>
957 * readelf.c (get_machine_name): EM_S12Z - handle new case.
959 2018-05-09 Alan Modra <amodra@gmail.com>
961 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
963 2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
965 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
967 2018-05-08 Alan Modra <amodra@gmail.com>
970 * objcopy.c (is_strip_section): Strip groups without a valid
973 2018-05-07 Alan Modra <amodra@gmail.com>
976 * objcopy.c (group_signature): Don't accept groups that use a
977 symbol table other than the one we've read.
979 2018-04-30 Francois H. Theron <francois.theron@netronome.com>
981 * readelf.c: Very basic support for EM_NFP and its section types.
982 * testsuite/binutils-all/nfp: New directory.
983 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
985 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
986 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
987 * testsuite/binutils-all/nfp/test1.d: New file.
988 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
989 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
990 * NEWS: Mention the new support.
992 2018-04-27 Maciej W. Rozycki <macro@mips.com>
994 * testsuite/lib/binutils-common.exp (match_target): New procedure.
995 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
996 of `istarget' for matching with `target', `not-target', `skip'
997 and `not-skip' options.
999 2018-04-26 Nick Clifton <nickc@redhat.com>
1001 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
1002 32-bit absolute reloc for the HPPA target.
1003 * testsuite/binutils-all/note-5.d: New test.
1004 * testsuite/binutils-all/note-5.s: Source file for new test.
1005 * testsuite/binutils-all/objcopy.exp: Run new test.
1007 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
1009 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
1010 * testsuite/binutils-all/elfedit-3.d: Likewise.
1011 * testsuite/binutils-all/objcopy.exp: Likewise.
1012 * testsuite/binutils-all/strip-3.d: Likewise.
1013 * testsuite/lib/binutils-common.exp: Likewise.
1015 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
1016 Mickaël Guêné <mickael.guene@st.com>
1018 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
1019 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
1021 2018-04-25 Alan Modra <amodra@gmail.com>
1023 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
1025 * testsuite/binutils-all/objcopy.exp: Likewise.
1026 * testsuite/lib/binutils-common.exp: Likewise.
1028 2018-04-18 Nick Clifton <nickc@redhat.com>
1031 * dwarf.c (read_and_display_attr_value): Replace assertions with
1032 test and warning message.
1034 2018-04-18 Alan Modra <amodra@gmail.com>
1036 * testsuite/lib/binutils-common.exp: Remove support for assorted
1039 2018-04-17 Nick Clifton <nickc@redhat.com>
1042 * readelf.c (print_symbol): If the width is zero, return straight
1046 * dwarf.c (process_cu_tu_index): Test for a potential buffer
1047 overrun before copying signature pointer.
1049 2018-04-17 Alan Modra <amodra@gmail.com>
1051 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
1053 2018-04-16 Alan Modra <amodra@gmail.com>
1055 * readelf.c (get_machine_name): Correct typo.
1057 2018-04-16 Alan Modra <amodra@gmail.com>
1059 * configure.ac: Remove arm-epoc-pe support.
1060 * dlltool.c: Likewise.
1061 * configure: Regenerate.
1063 2018-04-16 Alan Modra <amodra@gmail.com>
1065 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
1068 2018-04-16 Alan Modra <amodra@gmail.com>
1070 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
1072 * testsuite/binutils-all/copy-3.d: Likewise.
1073 * testsuite/binutils-all/objcopy.exp: Likewise.
1074 * testsuite/lib/binutils-common.exp: Likewise.
1076 2018-04-16 Alan Modra <amodra@gmail.com>
1078 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
1080 2018-04-16 Alan Modra <amodra@gmail.com>
1082 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
1084 2018-04-16 Alan Modra <amodra@gmail.com>
1086 * testsuite/binutils-all/objdump.exp: Remove we32k support.
1088 2018-04-16 Alan Modra <amodra@gmail.com>
1090 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
1091 * testsuite/binutils-all/objdump.exp: Remove m88k support.
1093 2018-04-16 Alan Modra <amodra@gmail.com>
1095 * readelf.c: Remove i370 support.
1096 * testsuite/binutils-all/objdump.exp: Likewise.
1098 2018-04-16 Alan Modra <amodra@gmail.com>
1100 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
1101 * testsuite/lib/binutils-common.exp: Likewise.
1103 2018-04-16 Alan Modra <amodra@gmail.com>
1105 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
1107 2018-04-16 Alan Modra <amodra@gmail.com>
1109 * Makefile.am: Remove IEEE 695 support.
1110 * budbg.h: Likewise.
1111 * doc/binutils.texi: Likewise.
1112 * makefile.vms: Likewise.
1113 * objcopy.c: Likewise.
1114 * objdump.c: Likewise.
1115 * rddbg.c: Likewise.
1117 * Makefile.in: Regenerate.
1118 * po/POTFILES.in: Regenerate.
1120 2018-04-16 Alan Modra <amodra@gmail.com>
1122 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
1123 * testsuite/binutils-all/nm.exp: Likewise.
1125 2018-04-16 Alan Modra <amodra@gmail.com>
1127 * .gitignore: Remove netware support.
1128 * Makefile.am: Likewise.
1129 * configure.ac: Likewise.
1130 * doc/Makefile.am: Likewise.
1131 * doc/binutils.texi: Likewise.
1132 * testsuite/binutils-all/nm.exp: Likewise.
1133 * nlmconv.c: Delete.
1134 * nlmconv.h: Delete.
1135 * nlmheader.y: Delete.
1136 * Makefile.in: Regenerate.
1137 * configure: Regenerate.
1138 * doc/Makefile.in: Regenerate.
1139 * po/POTFILES.in: Regenerate.
1141 2018-04-16 Alan Modra <amodra@gmail.com>
1143 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
1145 2018-04-14 Alan Modra <amodra@gmail.com>
1147 * readelf.c (get_machine_name): Revert 2018-04-11 change.
1149 2018-04-12 Nick Clifton <nickc@redhat.com>
1152 * readelf.c (process_dynamic_section): Correct dynamic string
1153 table size calculation.
1155 2018-04-11 Alan Modra <amodra@gmail.com>
1157 * ieee.c: Remove i960 support.
1158 * od-macho.c: Remove i860 support.
1159 * readelf.c: Remove i860 and i960 support.
1160 * testsuite/binutils-all/objcopy.exp: Likewise.
1161 * testsuite/binutils-all/objdump.exp: Likewise.
1162 * testsuite/lib/binutils-common.exp: Likewise.
1164 2018-04-11 Maciej W. Rozycki <macro@mips.com>
1166 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
1167 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
1169 2018-04-10 Alan Modra <amodra@gmail.com>
1171 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
1172 reloc=11 for pru and reloc=50 for nds32.
1173 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
1175 2018-04-09 Maciej W. Rozycki <macro@mips.com>
1177 * testsuite/binutils-all/strip-15.d: New test.
1178 * testsuite/binutils-all/strip-15rel.s: New test source.
1179 * testsuite/binutils-all/strip-15rela.s: New test source.
1180 * testsuite/binutils-all/strip-15mips64.s: New test source.
1181 * testsuite/binutils-all/objcopy.exp: Run the new test.
1183 2018-04-09 Maciej W. Rozycki <macro@mips.com>
1185 * testsuite/binutils-all/strip-14.d: New test.
1186 * testsuite/binutils-all/strip-14rel.s: New test source.
1187 * testsuite/binutils-all/strip-14rela.s: New test source.
1188 * testsuite/binutils-all/strip-14mips64.s: New test source.
1189 * testsuite/binutils-all/objcopy.exp: Run the new test.
1191 2018-04-06 Tom Tromey <tom@tromey.com>
1193 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
1194 constants from DWARF 5.
1196 2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
1199 * configure: Regenerated.
1201 2018-04-05 Maciej W. Rozycki <macro@mips.com>
1203 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
1204 than `.dc.w' in second relocation.
1206 2018-04-05 Maciej W. Rozycki <macro@mips.com>
1208 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
1209 relocation type 0x8f' error message.
1211 2018-04-05 Maciej W. Rozycki <macro@mips.com>
1213 * testsuite/binutils-all/strip-13.s: Rename to...
1214 * testsuite/binutils-all/strip-13rela.s: ... this.
1215 * testsuite/binutils-all/strip-13rel.s: New test source.
1216 * testsuite/binutils-all/strip-13mips64.s: New test source.
1217 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
1218 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
1219 `m68hc11-*' to `not-target' list.
1220 * testsuite/binutils-all/objcopy.exp: Switch between sources for
1223 2018-04-05 Maciej W. Rozycki <macro@mips.com>
1225 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
1226 241 (0xf1) for the relocation number and RELA addend.
1227 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
1230 2018-04-04 John David Anglin <danglin@gcc.gnu.org>
1232 * MAINTAINERS: Update my e-mail address.
1234 2018-04-04 Nick Clifton <nickc@redhat.com>
1236 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
1238 2018-03-23 Nick Clifton <nickc@redhat.com>
1240 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
1242 (print_gnu_build_attribute_description): If no file start symbol
1243 could be found, look for one two bytes into the file.
1244 * testsuite/binutils-all/note-4-64.s: Set the address of the file
1245 start symbol to two bytes into the file.
1246 * testsuite/binutils-all/note-4-32.s: Likewise.
1248 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
1250 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
1251 DF_1_WEAKFILTER and DF_1_NOCOMMON.
1253 2018-03-20 Nick Clifton <nickc@redhat.com>
1255 * po/es.po: Updated Spanish translation.
1256 * po/ru.po: Updated Russian translation.
1258 2018-03-13 Nick Clifton <nickc@redhat.com>
1261 * stabs.c (pop_binincl): Fail if the file index is off the end of
1264 2018-03-13 Nick Clifton <nickc@redhat.com>
1267 * stabs.c (parse_number): Add p_end parameter and use it to check
1268 the validity of the pp parameter. Add checks to prevent walking
1269 off the end of the string buffer.
1270 (parse_stab_string): Likewise.
1271 (parse_stab_type): Likewise.
1272 (parse_stab_type_number): Likewise.
1273 (parse_stab_range_type): Likewise.
1274 (parse_stab_sun_builtin_type): Likewise.
1275 (parse_stab_sun_floating_type): Likewise.
1276 (parse_stab_enum_type): Likewise.
1277 (parse_stab_struct_type): Likewise.
1278 (parse_stab_baseclasses): Likewise.
1279 (parse_stab_struct_fields): Likewise.
1280 (parse_stab_cpp_abbrev): Likewise.
1281 (parse_stab_one_struct_field): Likewise.
1282 (parse_stab_members): Likewise.
1283 (parse_stab_tilde_field): Likewise.
1284 (parse_stab_array_type): Likewise.
1286 * parse_stab: Compute the end of the string and then pass it on to
1287 individual parser functions.
1289 2018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
1292 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
1295 2018-03-07 Alan Modra <amodra@gmail.com>
1297 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
1298 * configure: Regenerate.
1300 2018-03-05 H.J. Lu <hongjiu.lu@intel.com>
1303 * objdump.c (is_significant_symbol_name): Return TRUE for all
1305 (find_symbol_for_address): Replace linear search with binary
1306 search on dynamic relocations.
1308 2018-03-01 Nick Clifton <nickc@redhat.com>
1311 * dwarf.c (display_debug_ranges): Check that the offset loaded
1312 from the range_entry structure is valid.
1314 2018-03-01 Alan Modra <amodra@gmail.com>
1316 * configure.ac (ALL_LINGUAS): Add sr. Sort.
1317 * configure: Regenerate.
1319 2018-02-27 Nick Clifton <nickc@redhat.com>
1321 * po/pt.po: New Portuguese translation.
1322 * configure.ac (ALL_LINGUAS): Add pt.
1323 * configure: Regenerate.
1325 2018-02-27 Nick Clifton <nickc@redhat.com>
1328 * objcopy.c (copy_object): Check the error status after marking
1329 symbols used in relocations.
1330 * testsuite/binutils-all/strip-13.s: New test source file.
1331 * testsuite/binutils-all/strip-13.s: New test driver file.
1332 * testsuite/binutils-all/objcopy.exp: Run the new test.
1334 2018-02-26 Alan Modra <amodra@gmail.com>
1336 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
1337 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
1339 2018-02-23 Alan Modra <amodra@gmail.com>
1341 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
1342 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
1344 2018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
1346 * doc/binutils.texi (objcopy): Add missing closing square
1347 parenthesis to listing of objcopy's command line options.
1349 2018-02-19 Matthias Klose <doko@debian.org>
1351 * strings.c (long_options): Include-all-whitespace does not take
1354 2018-02-13 Alan Modra <amodra@gmail.com>
1357 * testsuite/binutils-all/group-7.s,
1358 * testsuite/binutils-all/group-7a.d,
1359 * testsuite/binutils-all/group-7b.d,
1360 * testsuite/binutils-all/group-7c.d: New tests.
1361 * testsuite/binutils-all/objcopy.exp: Run them.
1363 2018-02-08 Nick Clifton <nickc@redhat.com>
1366 * dwarf.c (load_separate_debug_file): Return early if the user is
1367 not interested in debug links.
1369 2018-02-06 Nick Clifton <nickc@redhat.com>
1372 * readelf.c (find_section): Replace assertion with test and return
1374 (find_section_by_address): Add test of section header table
1376 (find_section_by_type): Likewise.
1377 (find_section_in_set): Likewise.
1379 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1381 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
1382 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
1383 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
1384 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
1386 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1388 * testsuite/config/default.exp (binutils_run): Document
1389 `binutils_run_status'.
1390 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
1392 (run_dump_test): Add `error', `error_output', `warning' and
1393 `warning_output' options. Update documentation accordingly.
1395 2018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1397 * dwarf.c (dwarf_regnames_riscv): New register name table.
1398 (init_dwarf_regnames_riscv): New function.
1399 (init_dwarf_regnames): Add call to initialise RiscV register
1401 * dwarf.h (init_dwarf_regnames_riscv): Declare.
1402 * objdump.c (dump_dwarf): Add call to initialise RiscV register
1405 2018-02-01 Alan Modra <amodra@gmail.com>
1408 * objdump.c (load_specific_debug_section): Check for overflow
1409 when adding one to section size for a string section terminator.
1411 2018-01-30 Nick Clifton <nickc@redhat.com>
1414 * doc/binutils.texi (nm): Update description to point out that
1415 zero-initialized values can also be shown as type B, b, S or s
1416 since they can be stored in the BSS section.
1418 2018-01-30 Alan Modra <amodra@gmail.com>
1420 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
1421 "artificially large" end address.
1423 2018-01-28 Nick Clifton <nickc@redhat.com>
1425 * README-how-to-make-a-release: Add note about checking gpg key
1426 and the results of gnupload.
1428 2018-01-27 Nick Clifton <nickc@redhat.com>
1430 * README-how-to-make-a-release: Add details on how to actually
1433 2018-01-26 Nick Clifton <nickc@redhat.com>
1435 * README-how-to-make-a-release: Add more details on updating
1438 2018-01-22 Maciej W. Rozycki <macro@mips.com>
1440 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
1443 2018-01-22 Maciej W. Rozycki <macro@mips.com>
1445 * MAINTAINERS: Update my company e-mail address.
1447 2018-01-22 Nick Clifton <nickc@redhat.com>
1449 * po/sv.po: Updated Swedish translation.
1451 2018-01-18 Nick Clifton <nickc@redhat.com>
1453 * po/bg.po: Updated Bulgarian translation.
1455 2018-01-16 Joel Brobecker <brobecker@adacore.com>
1457 * README-how-to-make-a-release: Add reminder to update the
1458 branch name in gdbadmin's crontab on sourceware.
1460 2018-01-16 Joel Brobecker <brobecker@adacore.com>
1462 * README-how-to-make-a-release: Remove trailing spaces.
1464 2018-01-16 Nick Clifton <nickc@redhat.com>
1466 * po/fr.po: Updated French translation.
1468 2018-01-15 Nick Clifton <nickc@redhat.com>
1470 * po/uk.po: Updated Ukranian translation.
1472 2018-01-13 Nick Clifton <nickc@redhat.com>
1474 * README-how-to-make-a-release: Update notes.
1475 * po/binutils.pot: Regenerated.
1477 2018-01-13 Nick Clifton <nickc@redhat.com>
1479 * configure: Regenerate.
1481 2018-01-13 Nick Clifton <nickc@redhat.com>
1483 2.30 branch created.
1484 * NEWS: Add marker for 2.30.
1486 2018-01-12 Nick Clifton <nickc@redhat.com>
1488 * README-how-to-make-a-release: Add notes on how to make the
1489 branch and prelease snapshot.
1490 * BRANCHES: Add binutils-2_29-branch.
1492 2018-01-10 Nick Clifton <nickc@redhat.com>
1494 * MAINTAINERS: Note that it is now the configure.ac file and not
1495 the configure.in file that needs to be kept in sync with gcc.
1496 Add a note about sending patches for libiberty to gcc.
1498 2018-01-03 Nick Clifton <nickc@redhat.com>
1500 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
1503 2018-01-03 Nick Clifton <nickc@redhat.com>
1505 * objcopy.c (objcopy_internal_note): New structure.
1506 (gap_exists): New function.
1507 (is_open_note): New function.
1508 (is_func_note): New function.
1509 (is_64bit): New function.
1510 (merge_gnu_build_notes): Handle v3 notes. Do not merge
1511 if there are relocations against the notes.
1512 * readelf.c (get_note_type): Use short names for build attribute
1514 (print_symbol_for_build_attribute): Rename to
1515 get_symbol_for_build_attribute. Returns the found symbol rather
1517 (print_gnu_build_attribute_description): Maintain address ranges
1518 for function notes as well as global notes. Handle v3 notes.
1519 (print_gnu_build_attribute_name): Use more space for printing the
1521 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
1522 Eliminate symbol references in order to remove the need for
1524 * testsuite/binutils-all/note-2-64.s: Likewise.
1525 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
1527 * testsuite/binutils-all/note-3-64.s: Likewise.
1528 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
1530 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
1531 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
1532 * testsuite/binutils-all/note-2-32.d: Likewise.
1533 * testsuite/binutils-all/note-2-64.d: Likewise.
1534 * testsuite/binutils-all/note-3-32.d: Likewise.
1535 * testsuite/binutils-all/note-3-64.d: Likewise.
1536 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
1537 * testsuite/binutils-all/note-4-32.s: New test.
1538 * testsuite/binutils-all/note-4-64.d: New test result file.
1539 * testsuite/binutils-all/note-4-32.d: New test result file.
1541 2018-01-03 Alan Modra <amodra@gmail.com>
1543 Update year range in copyright notice of all files.
1545 For older changes see ChangeLog-2017
1547 Copyright (C) 2018 Free Software Foundation, Inc.
1549 Copying and distribution of this file, with or without modification,
1550 are permitted in any medium without royalty provided the copyright
1551 notice and this notice are preserved.
1557 version-control: never