Regenerate Makefile.in/aclocal.m4 automake 1.11.6
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
2
3 * Makefile.in: Regenerated with automake 1.11.6.
4 * aclocal.m4: Likewise.
5 * doc/Makefile.in: Likewise.
6
7 2016-04-14 Nick Clifton <nickc@redhat.com>
8
9 PR target/19938
10 * testsuite/binutils-all/i386/compressed-1b.d: Allow for the
11 string sections possibly having the SHF_STRINGS flag bit set.
12 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
13 * testsuite/binutils-all/readelf.s: Likewise.
14 * testsuite/binutils-all/readelf.s-64: Likewise.
15 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
16 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
17
18 2016-04-13 Nick Clifton <nickc@redhat.com>
19
20 PR target/19938
21 * readelf.c (get_solaris_section_type): New function: Returns the
22 name of Solaris specific section types.
23 (get_solaris_dynamic_type): New function: Return the name of
24 Solaris specific dynamic types.
25 (get_dynamic_type): Use get_solaris_dynamic_type.
26 (get_section_type_name): Use get_solaris_section_type.
27 (get_solaris_symbol_visibility): New function: Returns Solaris
28 specific symbol visibilities.
29 (print_dynamic_symbol): Use get_solaris_symbol_visibility.
30 (process_symbol_table): Likewise.
31
32 2016-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
33
34 * dwarf.h (init_dwarf_regnames_s390): Declare.
35 * dwarf.c (dwarf_regnames_s390): New.
36 (init_dwarf_regnames_s390): New.
37 (init_dwarf_regnames): Call it.
38 * objdump.c (dump_dwarf): Likewise.
39
40 2016-04-11 Maciej W. Rozycki <macro@imgtec.com>
41
42 * testsuite/binutils-all/mips/mips16-undecoded.d: New test.
43 * testsuite/binutils-all/mips/mips16-undecoded.s: New test
44 source.
45 * testsuite/binutils-all/mips/mips.exp: Run the new test.
46
47 2016-04-04 Nick Clifton <nickc@redhat.com>
48
49 PR 19872
50 * dwarf.c (display_debug_aranges): Skip warning about unrecognised
51 version number if the version is zero.
52
53 2016-03-29 Alan Modra <amodra@gmail.com>
54
55 * readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars.
56 (get_dynamic_data): Likewise.
57
58 2016-03-22 Nick Clifton <nickc@redhat.com>
59
60 PR 19851
61 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
62 with run time size check.
63
64 * configure: Regenerate.
65
66 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
67
68 * readelf.c (decode_ARC_machine_flags): Handle nps400.
69
70 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * readelf.c (get_machine_flags): Move arc processing into...
73 (decode_ARC_machine_flags): ... new function. Remove use of
74 EF_ARC_CPU_GENERIC, change default case from "generic arc" to
75 "unknown arc". Merged ABI printing between two machine types.
76
77 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
80 to the architecture list.
81
82 2016-03-21 Nick Clifton <nickc@redhat.com>
83
84 * dlltool.c: Replace use of alloca with call to xmalloc.
85 * dllwrap.c: Likewise.
86 * nlmconv.c: Likewise.
87 * objdump.c: Likewise.
88 * resrc.c: Likewise.
89 * winduni.c: Likewise.
90 * configure: Regenerate.
91
92 2016-03-07 Nick Clifton <nickc@redhat.com>
93
94 PR binutils/19775
95 * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
96 Run the new proc.
97 * testsuite/binutils-all/empty: New, empty, file.
98
99 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
100
101 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
102
103 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
104
105 PR ld/19645
106 * NEWS: Mention --elf-stt-common= for objcopy.
107 * doc/binutils.texi: Document --elf-stt-common= for objcopy.
108 * objcopy.c (do_elf_stt_common): New.
109 (command_line_switch): Add OPTION_ELF_STT_COMMON.
110 (copy_options): Add --elf-stt-common=.
111 (copy_usage): Add --elf-stt-common=.
112 (copy_object): Also check do_elf_stt_common for ELF targets.
113 (copy_file): Handle do_elf_stt_common.
114 (copy_main): Handle OPTION_ELF_STT_COMMON.
115 * readelf.c (apply_relocations): Support STT_COMMON.
116 * testsuite/binutils-all/common-1.s: New file.
117 * testsuite/binutils-all/common-1a.d: Likewise.
118 * testsuite/binutils-all/common-1b.d: Likewise.
119 * testsuite/binutils-all/common-1c.d: Likewise.
120 * testsuite/binutils-all/common-1d.d: Likewise.
121 * testsuite/binutils-all/common-1e.d: Likewise.
122 * testsuite/binutils-all/common-1f.d: Likewise.
123 * testsuite/binutils-all/common-2.s: Likewise.
124 * testsuite/binutils-all/common-2a.d: Likewise.
125 * testsuite/binutils-all/common-2b.d: Likewise.
126 * testsuite/binutils-all/common-2c.d: Likewise.
127 * testsuite/binutils-all/common-2d.d: Likewise.
128 * testsuite/binutils-all/common-2e.d: Likewise.
129 * testsuite/binutils-all/common-2f.d: Likewise.
130 * testsuite/binutils-all/objcopy.exp
131 (objcopy_test_elf_common_symbols): New proc.
132 Run objcopy_test_elf_common_symbols for ELF targets
133
134 2016-02-16 H.J. Lu <hongjiu.lu@intel.com>
135
136 PR binutils/19647
137 * readelf.c (get_section_type_name): Add a missing break.
138
139 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
140
141 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
142
143 2016-02-15 Nick Clifton <nickc@redhat.com>
144
145 * readelf.c (get_section_type_name): Add hex prefix to offsets
146 printed for LOPROC and LOOS values. Ensure that a result is
147 always returned for the V850 target, even when an unrecognised
148 processor specific value is encountered.
149 (process_section_headers): Display key values in the order in
150 which they appear to the user. Add the "C (compressed)" value to
151 the list.
152
153 2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
154
155 * doc/binutils.texi: Fix a typo.
156
157 2016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
158
159 * testsuite/binutils-all/objdump.exp: Update expected default
160 architecture value for ARC binaries.
161
162 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
163
164 PR binutils/19547
165 * testsuite/binutils-all/objcopy.exp
166 (objcopy_test_without_global_symbol): New proc.
167 Run objcopy_test_without_global_symbol.
168 * testsuite/binutils-all/pr19547.c: New file.
169
170 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
171
172 PR binutils/19523
173 * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
174 runtest.
175 * Makefile.in: Regenerated.
176 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
177 proc.
178 Run test_gnu_debuglink for native ELF build.
179
180 2016-01-20 Nick Clifton <nickc@redhat.com>
181
182 PR 19495
183 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
184 do not support inserting leading underscores.
185
186 2016-01-20 Mickael Guene <mickael.guene@st.com>
187
188 * readelf.c (get_elf_section_flags): Display y letter for section
189 with SHF_ARM_NOREAD section flag in readelf section output.
190 (process_section_headers): Add y letter in readelf section output
191 key mapping for ARM architecture.
192 * objdump.c (dump_section_header): Display NOREAD attributes as
193 well.
194 * doc/binutils.texi (objdump): Note that it is correct for
195 sections to have both the READONLY and NOREAD attributes.
196
197 2016-01-19 John Baldwin <jhb@FreeBSD.org>
198
199 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
200
201 2016-01-19 John Baldwin <jhb@FreeBSD.org>
202
203 * readelf.c (get_freebsd_elfcore_note_type): New
204 (process_note): Add support for FreeBSD core notes.
205
206 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
207 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
208
209 * readelf.c (get_machine_flags): Add support for newer ARC ELF
210 header flags.
211
212 2016-01-18 Alan Modra <amodra@gmail.com>
213
214 * configure: Regenerate.
215
216 2016-01-17 Alan Modra <amodra@gmail.com>
217
218 * configure: Regenerate.
219
220 2016-01-17 Alan Modra <amodra@gmail.com>
221
222 * testsuite/lib/binutils-common.exp (is_elf_format): Return true
223 for m68hc11/12 and xgate triples.
224
225 2016-01-17 Alan Modra <amodra@gmail.com>
226
227 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
228
229 2016-01-01 Alan Modra <amodra@gmail.com>
230
231 Update year range in copyright notice of all files.
232
233 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
234 \f
235 Copyright (C) 2016 Free Software Foundation, Inc.
236
237 Copying and distribution of this file, with or without modification,
238 are permitted in any medium without royalty provided the copyright
239 notice and this notice are preserved.
240
241 Local Variables:
242 mode: change-log
243 left-margin: 8
244 fill-column: 74
245 version-control: never
246 End:
This page took 0.044735 seconds and 5 git commands to generate.