1 2016-03-22 Nick Clifton <nickc@redhat.com>
3 * configure: Regenerate.
5 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
7 * readelf.c (decode_ARC_machine_flags): Handle nps400.
9 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
11 * readelf.c (get_machine_flags): Move arc processing into...
12 (decode_ARC_machine_flags): ... new function. Remove use of
13 EF_ARC_CPU_GENERIC, change default case from "generic arc" to
14 "unknown arc". Merged ABI printing between two machine types.
16 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
18 * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
19 to the architecture list.
21 2016-03-21 Nick Clifton <nickc@redhat.com>
23 * dlltool.c: Replace use of alloca with call to xmalloc.
24 * dllwrap.c: Likewise.
25 * nlmconv.c: Likewise.
26 * objdump.c: Likewise.
28 * winduni.c: Likewise.
29 * configure: Regenerate.
31 2016-03-07 Nick Clifton <nickc@redhat.com>
34 * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
36 * testsuite/binutils-all/empty: New, empty, file.
38 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
40 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
42 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
45 * NEWS: Mention --elf-stt-common= for objcopy.
46 * doc/binutils.texi: Document --elf-stt-common= for objcopy.
47 * objcopy.c (do_elf_stt_common): New.
48 (command_line_switch): Add OPTION_ELF_STT_COMMON.
49 (copy_options): Add --elf-stt-common=.
50 (copy_usage): Add --elf-stt-common=.
51 (copy_object): Also check do_elf_stt_common for ELF targets.
52 (copy_file): Handle do_elf_stt_common.
53 (copy_main): Handle OPTION_ELF_STT_COMMON.
54 * readelf.c (apply_relocations): Support STT_COMMON.
55 * testsuite/binutils-all/common-1.s: New file.
56 * testsuite/binutils-all/common-1a.d: Likewise.
57 * testsuite/binutils-all/common-1b.d: Likewise.
58 * testsuite/binutils-all/common-1c.d: Likewise.
59 * testsuite/binutils-all/common-1d.d: Likewise.
60 * testsuite/binutils-all/common-1e.d: Likewise.
61 * testsuite/binutils-all/common-1f.d: Likewise.
62 * testsuite/binutils-all/common-2.s: Likewise.
63 * testsuite/binutils-all/common-2a.d: Likewise.
64 * testsuite/binutils-all/common-2b.d: Likewise.
65 * testsuite/binutils-all/common-2c.d: Likewise.
66 * testsuite/binutils-all/common-2d.d: Likewise.
67 * testsuite/binutils-all/common-2e.d: Likewise.
68 * testsuite/binutils-all/common-2f.d: Likewise.
69 * testsuite/binutils-all/objcopy.exp
70 (objcopy_test_elf_common_symbols): New proc.
71 Run objcopy_test_elf_common_symbols for ELF targets
73 2016-02-16 H.J. Lu <hongjiu.lu@intel.com>
76 * readelf.c (get_section_type_name): Add a missing break.
78 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
80 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
82 2016-02-15 Nick Clifton <nickc@redhat.com>
84 * readelf.c (get_section_type_name): Add hex prefix to offsets
85 printed for LOPROC and LOOS values. Ensure that a result is
86 always returned for the V850 target, even when an unrecognised
87 processor specific value is encountered.
88 (process_section_headers): Display key values in the order in
89 which they appear to the user. Add the "C (compressed)" value to
92 2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
94 * doc/binutils.texi: Fix a typo.
96 2016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
98 * testsuite/binutils-all/objdump.exp: Update expected default
99 architecture value for ARC binaries.
101 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
104 * testsuite/binutils-all/objcopy.exp
105 (objcopy_test_without_global_symbol): New proc.
106 Run objcopy_test_without_global_symbol.
107 * testsuite/binutils-all/pr19547.c: New file.
109 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
112 * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
114 * Makefile.in: Regenerated.
115 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
117 Run test_gnu_debuglink for native ELF build.
119 2016-01-20 Nick Clifton <nickc@redhat.com>
122 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
123 do not support inserting leading underscores.
125 2016-01-20 Mickael Guene <mickael.guene@st.com>
127 * readelf.c (get_elf_section_flags): Display y letter for section
128 with SHF_ARM_NOREAD section flag in readelf section output.
129 (process_section_headers): Add y letter in readelf section output
130 key mapping for ARM architecture.
131 * objdump.c (dump_section_header): Display NOREAD attributes as
133 * doc/binutils.texi (objdump): Note that it is correct for
134 sections to have both the READONLY and NOREAD attributes.
136 2016-01-19 John Baldwin <jhb@FreeBSD.org>
138 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
140 2016-01-19 John Baldwin <jhb@FreeBSD.org>
142 * readelf.c (get_freebsd_elfcore_note_type): New
143 (process_note): Add support for FreeBSD core notes.
145 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
146 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
148 * readelf.c (get_machine_flags): Add support for newer ARC ELF
151 2016-01-18 Alan Modra <amodra@gmail.com>
153 * configure: Regenerate.
155 2016-01-17 Alan Modra <amodra@gmail.com>
157 * configure: Regenerate.
159 2016-01-17 Alan Modra <amodra@gmail.com>
161 * testsuite/lib/binutils-common.exp (is_elf_format): Return true
162 for m68hc11/12 and xgate triples.
164 2016-01-17 Alan Modra <amodra@gmail.com>
166 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
168 2016-01-01 Alan Modra <amodra@gmail.com>
170 Update year range in copyright notice of all files.
172 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
174 Copyright (C) 2016 Free Software Foundation, Inc.
176 Copying and distribution of this file, with or without modification,
177 are permitted in any medium without royalty provided the copyright
178 notice and this notice are preserved.
184 version-control: never