[MIPS/GAS] Add Loongson EXT2 Instructions support.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 9474a7c51a8a2918e654f354d13b67b0e7175e4f..21b936c4fd625b2ed8b27b69745e2f01c7545597 100644 (file)
@@ -1,3 +1,567 @@
+2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+       * readelf.c (print_mips_ases): Add Loongson EXT2 extension.
+
+2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+        * readelf.c (print_mips_ases): Add Loongson EXT extension.
+
+2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+       * readelf.c (print_mips_ases): Add CAM extension.
+
+2018-08-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (decode_x86_isa): Print <None> if bitmask only
+       contains the GNU_PROPERTY_X86_UINT32_VALID bit.
+       (decode_x86_feature_1): Likewise.
+       (decode_x86_feature_2): Likewise.
+       (print_gnu_property_note): Don't mask out the
+       GNU_PROPERTY_X86_UINT32_VALID bit.
+       * testsuite/binutils-all/i386/pr21231b.d: Updated.
+       * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
+
+2018-08-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (decode_x86_compat_isa): Break multi-statement line.
+       (decode_x86_isa): Likewise.
+       (decode_x86_feature_2): Likewise.
+
+2018-08-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23499
+       * readelf.c (get_symbol_version_string): Return _("<corrupt>")
+       for corrupt symbol version info.
+
+2018-08-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (decode_x86_compat_isa): New function.
+       (decode_x86_feature_2): Likewise.
+       (decode_x86_isa): Updated for new X86_ISA_1_XXX bits.
+       (decode_x86_feature): Renamed to ...
+       (decode_x86_feature_1): This.  Remove the type argument.
+       (print_gnu_property_note): Handle X86_COMPAT_ISA_1_USED,
+       X86_COMPAT_ISA_1_NEEDED, X86_UINT32_AND_LO, X86_UINT32_AND_HI,
+       X86_UINT32_OR_LO, X86_UINT32_OR_HI, X86_UINT32_OR_AND_LO and
+       X86_UINT32_OR_AND_HI instead of X86_ISA_1_USED, X86_ISA_1_NEEDED
+       and X86_FEATURE_1_AND.
+       * testsuite/binutils-all/i386/pr21231b.s: Updated to the current
+       GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
+       values.
+       * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494c.s: Likewise.
+       * testsuite/binutils-all/i386/pr21231b.d: Updated.
+       * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
+
+2018-08-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (print_gnu_property_note): Check the
+       GNU_PROPERTY_X86_UINT32_VALID bit for invalid GNU property note.
+
+2018-08-23  Alan Modra  <amodra@gmail.com>
+
+       * readelf.c (get_ppc64_symbol_other): Return NULL if st_other
+       field contains unrecognised or reserved values.  Handle
+       localentry:1 value.
+
+2018-08-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23536
+       * Makefile.am (development.exp): New target.
+       (EXTRA_DEJAGNU_SITE_CONFIG): New.
+       (DISTCLEANFILES): Add development.exp.
+       * Makefile.in: Regenerated.
+       * testsuite/binutils-all/objcopy.exp (strip_test): Call
+       prune_warnings to prune BFD output.
+       (strip_test_with_saving_a_symbol): Likewise.
+       (objcopy_test_without_global_symbol): Likewise.
+       * testsuite/lib/binutils-common.exp (prune_warnings_extra):
+       New proc.
+       (prune_warnings): Likewise.
+
+2018-08-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * README-how-to-make-a-release: Document setting "experimental"
+       to false.
+
+2018-08-22  Alan Modra  <amodra@gmail.com>
+
+       * readelf.c (process_file_header): Assign updated values from
+       section_header[0] fields to e_phnum, e_shnum and e_shstrndx
+       during printing of header.  Correct e_shstrndx range check.
+       Remove unnecessary casts and use %u rather than %ld for
+       unsigned int header fields.  Don't print a random %lx when
+       reporting an unknown EI_VERSION.
+
+2018-08-21  Nick Clifton  <nickc@redhat.com>
+
+       * MAINTAINERS: Note that Arnold Metselaar has retired as the z80
+       maintainer.
+
+2018-08-21  L. Simon  <l.simon@samsung.com>
+
+       PR 23531
+       * readelf.c (hppa_process_unwind): Only dump the unwind table if
+       the data was successfully read in.
+
+2018-08-18  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/lib/binutils-common.exp (is_elf64): Use directory of
+       input file for readelf.out.
+       (is_rela): New proc.
+       * testsuite/binutils-all/objcopy.exp (elf64): Set new variable
+       from first result of is_elf64 test.
+       (reloc_format): Set using is_rela.
+       (strip-13): Pass RELOC and ELF64 to assembler.
+       (strip-14, strip-15): Use elf64 rather than calling is_elf64 again.
+       * testsuite/binutils-all/strip-13.d: Run for more targets.
+       * testsuite/binutils-all/strip-13mips64.s: Use RELOC and set
+       addend to zero.
+       * testsuite/binutils-all/strip-13rel.s: Use RELOC and ELF64.
+       Don't add _NONE reloc.
+       * testsuite/binutils-all/strip-13rela.s: Likewise.
+
+2018-08-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/23494
+       * testsuite/binutils-all/x86-64/pr23494c.s: New file.
+       * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
+
+2018-08-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
+       targets.
+       * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
+
+2018-08-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/23494
+       * testsuite/binutils-all/x86-64/pr23494a-x32.d: New file.
+       * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
+       * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
+
+2018-08-08  Kevin Buettner  <kevinb@redhat.com>
+
+       * dwarf.c (decode_location_expresion): Add case for
+       DW_OP_GNU_variable_value.
+
+2018-08-06  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.
+
+2018-08-03  Nick Clifton  <nickc@redhat.com>
+
+       * objcopy.c (merge_gnu_build_notes): Delete empty notes.  Merge
+       identical function notes.
+
+2018-08-01  Nick Clifton  <nickc@redhat.com>
+
+       * README-how-to-make-a-release: Add note about regenerating the
+       info files prior to the release.
+
+2018-07-30  Andrew Jenner  <andrew@codesourcery.com>
+
+       * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
+
+2018-07-30  Andrew Jenner  <andrew@codesourcery.com>
+
+       * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
+
+2018-07-30  Andrew Jenner  <andrew@codesourcery.com>
+
+       * readelf.c: Include elf/csky.h.
+       (guess_is_rela): Handle EM_CSKY.
+       (dump_relocations): Likewise.
+       (get_machine_name): Likewise.
+       (is_32bit_abs_reloc): Likewise.
+
+2018-07-25  Nick Clifton  <nickc@redhat.com>
+
+       * rdcoff.c (parse_coff_struct_type): Free fields array upon early
+       exit.
+       (parse_coff_enum_type): Free names and vals arrays upon early
+       exit.
+       * rddbg.c (read_section_stabs_debugging_info): Free shandle and
+       strings and stabs arrays upon early exit.
+       * readelf.c (get_32bit_section_headers): Free shdrs structure upon
+       early exit.
+       (get_64bit_section_headers): Likewise.
+       (get_32bit_elf_symbols): Generate an error if multiple symbol
+       table index sections are associated with the same symbol section.
+       (get_64bit_elf_symbols): Likewise.
+       (process_dynamic_section): Generate an error if there are multiple
+       dynamic symbol table sections, multiple dynamic string tables or
+       multiple dynamic symbol information sections.
+
+2018-07-24  Nick Clifton  <nickc@redhat.com>
+
+       * po/sv.po: Updated Swedish translation.
+
+2018-07-24  Alan Modra  <amodra@gmail.com>
+
+       PR 23431
+       * dwarf.c (display_formatted_table): Replace "what" parameter
+       with "is_dir".  Expand messages.  Fix capitalisation.
+       * testsuite/binutils-all/dw5.W: Update expected output.
+
+2018-07-24  Alan Modra  <amodra@gmail.com>
+
+       PR 23430
+       * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
+       to uses_64bit_indices.
+       * elfcomm.c (setup_archive): Update uses of above.
+       * readelf.c (process_archive): Likewise.
+       (get_section_type_name): Rename indicies to indices.
+       (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
+       (process_section_groups): Likewise.
+
+2018-07-20  Maciej W. Rozycki  <macro@mips.com>
+
+       * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
+       ISA maintenance.
+
+2018-07-20  Nick Clifton  <nickc@redhat.com>
+
+       * objcopy.c (add_specific_symbols): Free buffer on exit.
+       (add_redefine_syms_file): Close file handle on exit.
+       (copy_object): Close file handle on early exit.
+       Free buffer on early exit.
+       Free gaps buffers once they are no longer needed.
+       * dwarf.c (display_debug_frames): Free allocated memory on exit.
+       (load_separate_debug_info): Free allocate memory on early exit.
+
+2018-07-20  Chenghua Xu  <paul.hua.gm@gmail.com>
+           Maciej W. Rozycki  <macro@mips.com>
+
+       * readelf.c (print_mips_ases): Add MMI extension.
+
+2018-07-19  DJ Delorie  <dj@redhat.com>
+
+       * MAINTAINERS (RL78, RX): Remove myself as maintainer.
+
+2018-07-19  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf.c (read_cie): Free allocated memory before returning with
+       a failure result.
+
+2018-07-16  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
+       description.
+
+2018-07-16  Nick Clifton  <nickc@redhat.com>
+
+       * README-how-to-make-a-release: Add note to check for new top
+       level files and add them to the src-release.sh script.
+
+2018-07-14  Nick Clifton  <nickc@redhat.com>
+
+       * README-how-to-make-a-release: Updated with corrections based on
+       the 2.31 release experience.
+
+2018-07-12  Francois H. Theron  <francois.theron@netronome.com>
+
+       * readelf.c (process_section_headers): Don't print section type
+       twice for --section-details.
+
+2018-07-10  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
+       zero for xgate.
+
+2018-07-06  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (same_section): New function.
+       (print_gnu_build_attribute_description): Do not complain about
+       gaps that cross a section boundary.
+
+2018-07-05  Nick Clifton  <nickc@redhat.com>
+
+       * po/bg.po: Updated Bulgarian translation.
+
+2018-07-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * NEWS: Use command-line consistently when used in a compount word.
+       * doc/binutils.texi: Likewise and fix trailing whitespace on same
+       line.
+
+2018-06-26  Nick Clifton  <nickc@redhat.com>
+
+       * po/sv.po: Updated Swedish translation.
+       * po/uk.po: Updated Ukranian translation.
+
+2018-06-26  Nick Clifton  <nickc@redhat.com>
+
+       * doc/binutils.texi: Fix spelling mistakes.
+       * README--how-to-make-a-release: Likewise.
+
+2018-06-25  Tom Tromey  <tom@tromey.com>
+
+       * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
+       Bump version number.
+
+2018-06-24  Nick Clifton  <nickc@redhat.com>
+
+       * README-how-to-make-a-release: Update with experiences from
+       making 2.31 branch.
+       * po/binutils.pot: Regenerate.
+       * configure: Regenerate.
+
+2018-06-24  Nick Clifton  <nickc@redhat.com>
+
+       2.31 branch created.
+       * NEWS: Add marker for 2.31.
+
+2018-06-21  Alan Modra  <amodra@gmail.com>
+
+       * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
+       * doc/Makefile.in: Regenerate.
+
+2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * configure.ac: Remove AC_PREREQ.
+       * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
+       info-in-builddir no-texinfo.tex.
+       * Makefile.in: Re-generate.
+       * aclocal.m4: Re-generate.
+       * config.in: Re-generate.
+       * configure: Re-generate.
+       * doc/Makefile.in: Re-generate.
+
+2018-06-19  Andreas Schwab  <schwab@suse.de>
+
+       * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
+       (is_8bit_abs_reloc): New function.
+       (is_6bit_abs_reloc): New function.
+       (is_6bit_inplace_sub_reloc): New function.
+       (apply_relocations): Use them.  Handle 6-bit relocations.
+
+2018-06-14  Faraz Shahbazker  <Faraz.Shahbazker@mips.com>
+
+       * readelf.c (print_mips_ases): Add GINV extension.
+
+2018-06-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/23267
+       * readelf.c (get_symbol_version_string): Check if the first
+       symbol version is base version.
+
+2018-06-13  Scott Egerton  <scott.egerton@imgtec.com>
+           Faraz Shahbazker  <Faraz.Shahbazker@mips.com>
+
+       * readelf.c (print_mips_ases): Add CRC.
+
+2018-06-13  Nick Clifton  <nickc@redhat.com>
+
+       * doc/binutils.texi (objdump): Add missing closing square
+       parenthesis to listing of objcopy's command line options.
+
+2018-06-11  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: Updated Spanish translation.
+
+2018-06-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure: Regenerated.
+
+2018-05-31  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
+       set CC_FOR_TARGET.  Run test non-native.
+       * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
+       Likewise.
+       (test_follow_debuglink): Run test non-native.
+
+2018-05-30  Ant Bikeneev  <ant.bikineev@gmail.com>
+
+       PR 23107
+       * ar.c (display_offsets): New variable.
+       (usage): Add description of 'O' operator.
+       (decode_option): Handle 'O' operator.
+       (print_descr): Pass display_offsets to print_arelt_descr.
+       * arsup.c: Update call to printy_arelt_descr.
+       * objdump.c: Likewise.
+       * bucomm.c (print_arelt_descr): If offsets parameter is true then
+       display offset of archive element within the archive.
+       * bucomm.h: Update prototype for print_arelt_descr.
+       * doc/binutils.texi: Update description of ar command.
+       * NEWS: Mention the new feature.
+       * testsuite/binutils-all/ar.exp: Add text of new feature.
+
+2018-05-28  Alan Modra  <amodra@gmail.com>
+
+       PR 23235
+       * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
+       unsupported rather than fail on compile errors.
+       * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
+       Likewise.  Save and restore CFLAGS_FOR_TARGET.
+
+2018-05-18  Kito Cheng  <kito.cheng@gmail.com>
+
+       * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
+
+2018-05-18  John Darrington  <john@darrington.wattle.id.au>
+
+       * readelf.c: Add support for s12z architecture.
+       * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
+       targets.
+
+2018-05-15  Tamar Christina  <tamar.christina@arm.com>
+
+       PR binutils/21446
+       * doc/binutils.texi (-M): Document AArch64 options.
+
+2018-05-15  Tamar Christina  <tamar.christina@arm.com>
+
+       PR binutils/21446
+       * doc/binutils.texi (-M): Document AArch64 options.
+       * NEWS: Document notes and warnings.
+
+2018-05-15  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
+       cloudabi, fuchsia, kaos and nto.  Merge netbsdelf* into *elf*,
+       and *uclinux* into *linux*.
+       * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
+       strip-13 test, exclude arm-vxworks and arm-windiss.
+
+2018-05-10  John Darrington  <john@darrington.wattle.id.au>
+
+       * readelf.c (get_machine_name): EM_S12Z - handle new case.
+
+2018-05-09  Alan Modra  <amodra@gmail.com>
+
+       * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
+
+2018-05-09  Sebastian Rasmussen  <sebras@gmail.com>
+
+       * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
+
+2018-05-08  Alan Modra  <amodra@gmail.com>
+
+       PR 23141
+       * objcopy.c (is_strip_section): Strip groups without a valid
+       signature symbol.
+
+2018-05-07  Alan Modra  <amodra@gmail.com>
+
+       PR 23142
+       * objcopy.c (group_signature): Don't accept groups that use a
+       symbol table other than the one we've read.
+
+2018-04-30  Francois H. Theron <francois.theron@netronome.com>
+
+       * readelf.c: Very basic support for EM_NFP and its section types.
+       * testsuite/binutils-all/nfp: New directory.
+       * testsuite/binutils-all/nfp/objdump.exp: New file.  Run new
+       tests.
+       * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
+       * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
+       * testsuite/binutils-all/nfp/test1.d: New file.
+       * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
+       * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
+       * NEWS: Mention the new support.
+
+2018-04-27  Maciej W. Rozycki  <macro@mips.com>
+
+       * testsuite/lib/binutils-common.exp (match_target): New procedure.
+       * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
+       of `istarget' for matching with `target', `not-target', `skip'
+       and `not-skip' options.
+
+2018-04-26  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
+       32-bit absolute reloc for the HPPA target.
+       * testsuite/binutils-all/note-5.d: New test.
+       * testsuite/binutils-all/note-5.s: Source file for new test.
+       * testsuite/binutils-all/objcopy.exp: Run new test.
+
+2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
+
+       * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
+       * testsuite/binutils-all/elfedit-3.d: Likewise.
+       * testsuite/binutils-all/objcopy.exp: Likewise.
+       * testsuite/binutils-all/strip-3.d: Likewise.
+       * testsuite/lib/binutils-common.exp: Likewise.
+
+2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
+       Mickaël Guêné  <mickael.guene@st.com>
+
+       * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
+       (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
+
+2018-04-25  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
+       arm-coff support.
+       * testsuite/binutils-all/objcopy.exp: Likewise.
+       * testsuite/lib/binutils-common.exp: Likewise.
+
+2018-04-18  Nick Clifton  <nickc@redhat.com>
+
+       PR 23062
+       * dwarf.c (read_and_display_attr_value): Replace assertions with
+       test and warning message.
+
+2018-04-18  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/lib/binutils-common.exp: Remove support for assorted
+       aout targets.
+
+2018-04-17  Nick Clifton  <nickc@redhat.com>
+
+       PR 23063
+       * readelf.c (print_symbol): If the width is zero, return straight
+       away.
+
+       PR 23064
+       * dwarf.c (process_cu_tu_index): Test for a potential buffer
+       overrun before copying signature pointer.
+
+2018-04-17  Alan Modra  <amodra@gmail.com>
+
+       * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
+
+2018-04-16  Alan Modra  <amodra@gmail.com>
+
+       * readelf.c (get_machine_name): Correct typo.
+
+2018-04-16  Alan Modra  <amodra@gmail.com>
+
+       * configure.ac: Remove arm-epoc-pe support.
+       * dlltool.c: Likewise.
+       * configure: Regenerate.
+
+2018-04-16  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/lib/binutils-common.exp: Remove sparc-aout and
+       sparc-coff support.
+
 2018-04-16  Alan Modra  <amodra@gmail.com>
 
        * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
This page took 0.027589 seconds and 4 git commands to generate.